Skip to main content
Get Deposit Address
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"
        }
      ]
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Account secret API key.

Path Parameters

chain_id
string
required

POL or SOL.

wallet_id
string
required
chain
string
required

EVM, SOL, or TRON.

Response

200 - application/json

Deposit address