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.
Body
PARAM
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 |
ENDPOINTS