v1
latestOpenAPI 3.1.02026-07-241653251.3 MBList accounts
Retrieves a list of all accounts and their current balances.
Query parameters
Filters for a specific page (pagination)
Filters for accounts with a specific account_group
Filters for accounts with a specific account_label
Filters for accounts with a specific account_owner (this field mirrors as a participant_code)
The list of assets available in the certification environment
Filters for accounts with a specific asset
Filters for accounts with a specific account_type
Headers
HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.
Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.
Response
Successfully retrieved paginated list of accounts with current balances with optional filters: page, account_group, account_label, account_owner, asset, account_type.
Example response
{
"message": [
{
"asset": "USD",
"account_owner": "ABCDEF",
"account_type": "available",
"account_group": "XYZ456",
"account_label": "general",
"balance": "0.00",
"account_id": "ce819fe8-b1d7-43bb-961c-e09ede0988d3",
"last_update": 1554395972174
}
],
"page": 1,
"total_pages": 1
}