Logo
Fireblocks API Documentation

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



Curl
curl -X GET 'https://api.fireblocks.io/v1/vault/accounts_paged?namePrefix=<string>&nameSuffix=<string>&minAmountThreshold=<number>&assetId=<string>&orderBy=DESC&before=<string>&after=<string>&limit=200' -H 'Accept: application/json'

ENDPOINTS