Accounts
List accounts
Search and retrieve customer deposit accounts.
get/accounts
Query parameters
limitinteger
Number of results per page. Clamped to the range 10–100.
pageKeystring uuid
Cursor token for pagination. Pass the nextPageKey value from a previous response.
Response
A paginated list of deposit accounts
Example response
{
"accounts": [
{
"currency": {
"currencyCode": "USD"
}
}
]
}