curl --request GET \
--url https://synthesis.trade/api/v1/wallet/pol \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": [
{
"wallet_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"chain_id": "POL",
"name": "Wallet 1",
"address": "0x1234567890abcdef1234567890abcdef12345678",
"position": 0,
"autoredeem": true,
"created_at": "2026-01-01T00:00:00"
}
]
}Get Polygon wallets for the authenticated account.
curl --request GET \
--url https://synthesis.trade/api/v1/wallet/pol \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": [
{
"wallet_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"chain_id": "POL",
"name": "Wallet 1",
"address": "0x1234567890abcdef1234567890abcdef12345678",
"position": 0,
"autoredeem": true,
"created_at": "2026-01-01T00:00:00"
}
]
}Account secret API key.
Polygon wallets