curl --request POST \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/withdraw \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"token": "<string>",
"amount": "<string>",
"address": "<string>",
"chain": "POLYGON"
}
'{
"success": true,
"response": {
"tx_hash": "0x..."
}
}Withdraw tokens from a Polygon wallet.
curl --request POST \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/withdraw \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"token": "<string>",
"amount": "<string>",
"address": "<string>",
"chain": "POLYGON"
}
'{
"success": true,
"response": {
"tx_hash": "0x..."
}
}Account secret API key.
Polygon withdrawal created