List vault accounts (Paginated)
GET {{baseUrl}}/vault/accounts_paged
Gets all vault accounts in your workspace. This endpoint returns a limited amount of results with a quick response time.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
namePrefix | string | ||
nameSuffix | string | ||
minAmountThreshold | string | Specifying minAmountThreshold will filter accounts with balances greater than this value, otherwise, it will return all accounts. | |
assetId | string | ||
orderBy | string | ||
before | string | ||
after | string | ||
limit | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"accounts":[{"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"},{"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"}],"paging":{"before":"\u003cstring\u003e","after":"\u003cstring\u003e"},"previousUrl":"\u003cstring\u003e","nextUrl":"\u003cstring\u003e"}