Type Definitions
Type Definitions
Get Wallet Balance
Returns detailed balance information for every currency wallet on your account.string
Optional: filter by a specific currency code (e.g.
USD, BRL). Omit to return all.Get Total Balance
Returns the sum of all wallet balances converted to USD at current exchange rates:Create a Wallet
Create a new currency wallet for your account:string
required
The currency code for the new wallet (e.g.
COP, PEN, ARS).Quick Wallet Payout
Initiate a payout directly from your wallet balance without the full send money flow:string
required
Currency to debit from your balance (e.g.
"USD").number
required
The saved beneficiary payment method ID.
string
Quote ID from
POST /sendmoney/quote or POST /exchange-rate. Locks the rate for 5 minutes. Recommended — amount is taken from the quote.number
Amount to send. Required if
quote_id is not provided. Uses current market rate.Display Tips
Wallets with zero balances are included in the response. Filter client-side if you only want non-zero holdings.

