Skip to main content
Your Yativo wallet holds balances in multiple currencies. Fund payouts from your wallet, and receive deposits into it. The wallet API lets you check balances, create new currency wallets, and initiate quick payouts.

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.
Supported currencies: ARS, BRL, CLP, COP, EUR, MXN, PEN, USD

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.