latestOpenAPI 3.0.12026-08-0881518.6 KB

df876833c130

Accounts

List card accounts

This endpoint lists all accounts of card type.

get/v2/accounts/card

Response

Returns a list of card accounts.

idstring required

ID of the card account

status'ACTIVE'

Example response

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