Get asset balance for chosen assets
GET {{baseUrl}}/vault/assets
Gets the assets amount summary for all accounts or filtered accounts.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
accountNamePrefix | string | ||
accountNameSuffix | string |
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"}},{"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"}}]