USD wallet balance
Wallets
Get USD Wallet Balance
Retrieve the current balance of your company’s USD wallet — the wallet that funds card issuance, funding, and termination refunds.
GET
USD wallet balance
Overview
GET /wallets/usd-balance is a convenience endpoint that resolves your company’s USD wallet and returns its current balance. The USD wallet is the one used to issue and fund cards and to receive card-termination refunds.
When to use it
- Check available USD funds before issuing or funding a card.
- Display the USD balance in your dashboard without listing every wallet.
GET /wallets/{id} or GET /wallets.
Prerequisites
- Your company must have a
USDwallet.
Request
Headers
| Name | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <access_token> |
Response
200 — Success
data fields:
| Field | Type | Description |
|---|---|---|
walletId | string | ID of your company’s USD wallet (UUID) |
balance | number | Current USD wallet balance |
currency | string | Always "USD" |
country | string | Wallet country |
Error responses
| Status | Trigger |
|---|---|
404 | No USD wallet exists for your company. |
Code examples
cURL
Related
GET /wallets— list all wallets.GET /wallets/{id}— full details for a single wallet.GET /payment/balance— pay-in / pay-out balances per currency.