/openapi/v1/wallet_balanceQuery Wallet Balance
Query the balance of a specified wallet. You can filter by blockchain ID and token ID. If omitted, all blockchain tokens with balances in the wallet are returned.
Rate limit: 1000 requests/minute
Request
Headers
Access-KeystringrequiredAPI Key identifier used to identify the caller.
Access-Timestampinteger<int64>requiredUnix timestamp in milliseconds.
Access-NoncestringrequiredRandom string used to prevent replay attacks.
Access-SignaturestringrequiredRequest signature calculated with the Access Secret.
Request Body
required
application/jsonwallet_idinteger<int64>requiredWallet ID to query. You can find it in Cregis portal > Wallet > Settings.
page_numinteger<int32>Page number. Defaults to 1 if omitted.
page_sizeinteger<int32>Number of records per page. Defaults to 10 if omitted. Maximum value is 100.
chain_idstringBlockchain ID. If omitted, all blockchain tokens with balances in the wallet are queried.
token_idstringToken ID. If omitted, all blockchain tokens with balances in the wallet are queried.
Responses
200Successapplication/jsoncodestringResponse code.
msgstringResponse message.