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/
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.The account to add the wallet to.
Blockchain network:
solana, ethereum, bitcoin, polygon, bsc, base, xdc.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.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
| Network | Testnet Used | Faucet |
|---|---|---|
| Solana | Devnet | faucet.solana.com |
| Ethereum / Base | Sepolia | sepoliafaucet.com |
| Gnosis | Chiado | faucets.buildwithsygma.com |
| Polygon | Amoy | Polygon faucet |
| BNB Chain | BSC Testnet | BNB testnet faucet |
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.Pre-Populated Shared Sandbox Account
The shared sandbox account (accessible via the public API key) already has:| Asset | Ticker | Network | Address |
|---|---|---|---|
| USD Coin | USDC_SOL | Solana Devnet | GY1EZGdpiJNyx2BSKq8rfTDRe5K8Bb6Cf2Bn1pdmE2o1 |

