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
This endpoint takes no path or query parameters — the USD wallet is resolved from your authenticated company.
Response
200 — Success
data fields:
Error responses
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.