Overview
Use the sandbox to test the full wallet lifecycle — creating accounts, adding crypto assets, and checking balances. All wallet operations in the sandbox use testnet tokens on testnet blockchains. Sandbox base URL:https://crypto-sandbox.yativo.com/api/v1/
You must be authenticated with a sandbox access token before calling these endpoints. See Sandbox Authentication to obtain a token.
Step 1 — Create an Account
Accounts are containers for your wallets and assets.cURL
Response
Step 2 — Add a Wallet (Asset)
Add a specific blockchain + token combination to your account. This generates a new wallet address on the sandbox testnet.string
required
The account to add the wallet to.
string
required
Blockchain network:
solana, ethereum, bitcoin, polygon, bsc, base, xdc.string
required
Token ticker symbol:
USDC_SOL, ETH, BTC, USDC_ETH, BNB, etc.Response
The
wallet_address is your deposit address for this asset on the testnet. Use a testnet faucet to fund it.Step 3 — List Your Assets
Retrieve all wallets and their balances.string
Filter by a specific account. If omitted, returns all assets across all accounts.
cURL
Response
Step 4 — List Accounts
Retrieve all accounts with their asset counts and total values.cURL
Response
Available Testnet Networks
Testnet tokens have no monetary value. Use the faucets above to get free testnet tokens and send them to your wallet
address to fund your sandbox wallets.
