curl --location --request POST '/crypto/query/wallet' \
--header 'access_key;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"chainType": "Bsc"
}'{
"code": "string",
"data": {
"balanceOnChain": [
{
"address": "0x55d398326f99059fF775485246999027B3197955",
"balance": 1234.560001,
"tokenType": "USDT"
}
],
"chainType": "Bsc"
},
"desc": "string",
"msg": "string",
"success": true
}