latestOpenAPI 3.0.12026-08-0881518.6 KB

df876833c130

Accounts

List cash accounts

This endpoint lists all the existing cash accounts with their status.

get/v2/accounts/cash

Response

Returns a list of cash accounts.

next_cursorstring nullable

Example response

{
  "items": [
    {
      "current_balance": {
        "amount": 700,
        "currency": "USD"
      },
      "available_balance": {
        "amount": 700,
        "currency": "USD"
      }
    }
  ]
}