Skip to main content
Get Wallets
curl --request GET \
  --url https://synthesis.trade/api/v1/wallet/sol \
  --header 'X-API-KEY: <api-key>'
{
  "success": true,
  "response": [
    {
      "wallet_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "chain_id": "SOL",
      "name": "Wallet 1",
      "address": "7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU",
      "position": 0,
      "autoredeem": true,
      "created_at": "2026-01-01T00:00:00"
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Account secret API key.

Response

200 - application/json

Solana wallets