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"
      }
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.