The balance query interface uses a random string as a parameter to verify the signature.
Request
Body Params application/json
Request Code Samples
curl --location '/create' \
--header 'X-Account: b5373276-3924-4fbb-8845-acd15e910543' \
--header 'X-Signature;' \
--header 'Content-Type: application/json' \
--data '{
"nonceStr": "string"
}'
Responses
application/json
{
"balance": 98500,
"frozenBalance": 3000,
"details": [
{
"accountId": "6da0972e-45aa-451f-8a2b-8b72217da55d",
"balance": 98500,
"frozenBalance": 3000
}
]
}
Modified at 2026-02-10 12:59:50