Get vault balance by asset
GET {{baseUrl}}/vault/assets/:assetId
Gets the vault balance summary for an asset.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","total":"\u003cstring\u003e","balance":"\u003cstring\u003e","available":"\u003cstring\u003e","pending":"\u003cstring\u003e","frozen":"\u003cstring\u003e","lockedAmount":"\u003cstring\u003e","staked":"\u003cstring\u003e","totalStakedCPU":"\u003cnumber\u003e","totalStakedNetwork":"\u003cstring\u003e","selfStakedCPU":"\u003cstring\u003e","selfStakedNetwork":"\u003cstring\u003e","pendingRefundCPU":"\u003cstring\u003e","pendingRefundNetwork":"\u003cstring\u003e","blockHeight":"\u003cstring\u003e","blockHash":"\u003cstring\u003e","rewardsInfo":{"pendingRewards":"\u003cstring\u003e"}}