curl --request GET \
--url https://synthesis.trade/api/v1/wallet/{chain_id}/{wallet_id}/deposit/{chain} \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": [
{
"chain": "ETHEREUM",
"address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
"tokens": [
{
"token": "USDC",
"contract": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"min": "1",
"max": "100000"
}
]
}
]
}Get a deposit address for a wallet and destination chain. Supported chain values are EVM, SOL, and TRON, but SOL is not allowed when chain_id is SOL.
curl --request GET \
--url https://synthesis.trade/api/v1/wallet/{chain_id}/{wallet_id}/deposit/{chain} \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": [
{
"chain": "ETHEREUM",
"address": "0x742d35Cc6634C0532925a3b844Bc454e4438f44e",
"tokens": [
{
"token": "USDC",
"contract": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"min": "1",
"max": "100000"
}
]
}
]
}