Find a vault account by ID
GET {{baseUrl}}/vault/accounts/:vaultAccountId
Returns the requested vault account.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","assets":[{"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"}}],"hiddenOnUI":"\u003cboolean\u003e","customerRefId":"\u003cstring\u003e","autoFuel":"\u003cboolean\u003e"}