v1

latestOpenAPI 3.1.02026-07-14460151.1 KB

Get credit balance

Get credit balance of the account. If you have multiple wallets on your account, each will be returned.

get/v2/wallets

Response

200

Example response

{
  "data": [
    {
      "name": "Wallet 1",
      "balance": "200",
      "currency": "usd"
    }
  ]
}