Balance query interface
Parameter is a random string to verify the signature
Request
Body Params application/json
Request Code Samples
curl --location --globoff 'https://v2.query.potawallet.com/balance' \
--header 'X-Account: b5373276-3924-4fbb-8845-acd15e910543' \
--header 'X-Signature;' \
--header 'Content-Type: application/json' \
--data '{
"nonceStr": "ramson"
}'
Responses
application/json
{"balance":98500,"frozenBalance":3000,"details":[{"accountId":"6da0972e-45aa-451f-8a2b-8b72217da55d","balance":98500,"frozenBalance":3000}]}
Modified at 2026-02-10 13:13:32