Refresh asset balance
Refresh the balance of an asset in a specific account
Headers
A unique identifier for the request. If the request is sent multiple times with the same idempotency key, the server will return the same response as the first request. The idempotency key is valid for 24 hours.
Path Parameters
Wallet Id
The ID of the account
The ID of the asset
Response
Successful response
Unique identifier of the asset balance entry
"BTC-mainnet-acc-01"
Total balance amount for the asset in the account (including pending, locked, and available)
"0.87500000"
The balance available for use or withdrawal
"0.84500000"
Amount pending confirmation from blockchain (e.g., unconfirmed deposits)
"0.01500000"
Balance that is frozen due to policy or regulatory lock
"0.00500000"
Funds locked for operations such as staking or delegation
"0.01000000"
Latest known blockchain height when balance was fetched
"8459341"
Hash of the blockchain block associated with the current balance state
"0000000000000000000769e73a0b8f32a6c5d55e0d64f9ec20c6c3d4e5a9a3f1"