v10

latestOpenAPI 3.0.0raw.githubusercontent.com2026-05-2283430.1 KB
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

organizationIdstring uuid

The organization that owns the accounts. Equivalent to the customerId returned by GET /customers/current.

Example response

{
  "accounts": [
    {
      "currency": {
        "currencyCode": "USD"
      }
    }
  ]
}
All 8 operations