Authorization: Bearer ********************{
"openId": "61bff460b5a74a6b91868de432e33ace"
}curl --location --request POST 'https://open-test.inflyway.com/openCfaccount/queryBalance' \
--header 'CLIENT_ID;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"openId": "61bff460b5a74a6b91868de432e33ace"
}'{
"success": true,
"code": "200",
"message": "请求成功",
"data": [
{
"currency": "CHF",
"multiBalance": {
"dcz": "0",
"ye": "0",
"drz": "0"
}
},
{
"currency": "HKD",
"multiBalance": {
"dcz": "0",
"ye": "0",
"drz": "-105.9400000000"
}
},
{
"currency": "EUR",
"multiBalance": {
"dcz": "0",
"ye": "0",
"drz": "93.4900000000"
}
},
{
"currency": "DKK",
"multiBalance": {
"dcz": "0",
"ye": "0",
"drz": "0"
}
},
{
"currency": "USD",
"multiBalance": {
"dcz": "0",
"ye": "0",
"drz": "8145.1800000000"
}
},
{
"currency": "CAD",
"multiBalance": {
"dcz": "0",
"ye": "0",
"drz": "0"
}
},
{
"currency": "NOK",
"multiBalance": {
"dcz": "0",
"ye": "0",
"drz": "0"
}
},
{
"currency": "AUD",
"multiBalance": {
"dcz": "0",
"ye": "0",
"drz": "0"
}
},
{
"currency": "SGD",
"multiBalance": {
"dcz": "0",
"ye": "0",
"drz": "0"
}
},
{
"currency": "JPY",
"multiBalance": {
"dcz": "0",
"ye": "0",
"drz": "-4272.0000000000"
}
},
{
"currency": "GBP",
"multiBalance": {
"dcz": "0",
"ye": "0",
"drz": "101.7800000000"
}
},
{
"currency": "SEK",
"multiBalance": {
"dcz": "0",
"ye": "0",
"drz": "0"
}
},
{
"currency": "NZD",
"multiBalance": {
"dcz": "0",
"ye": "0",
"drz": "0"
}
},
{
"currency": "CNH",
"multiBalance": {
"dcz": "0",
"ye": "0",
"drz": "-192.8900000000"
}
}
]
}