v1
latestOpenAPI 3.0.32026-07-267278168.1 KBSandbox
Sandbox Deposit
Credits the account with funds in sandbox environment only.
post/v1/sandbox_deposit
Request body
Example request
{
"amount": "1000.00",
"symbol": "USDC",
"deposit_destination": {
"id": "10458932786832481",
"wallet": "margin"
},
"chain_id": "eth-mainnet"
}Response
Deposit result
Example response
{
"success": true
}