curl --request POST \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/swap \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"from": "<string>",
"to": "<string>",
"amount": "<string>",
"address": "<string>"
}
'{
"success": true,
"response": {
"tx_hash": "0x..."
}
}Swap supported assets inside a Polygon wallet.
curl --request POST \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/swap \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"from": "<string>",
"to": "<string>",
"amount": "<string>",
"address": "<string>"
}
'{
"success": true,
"response": {
"tx_hash": "0x..."
}
}Account secret API key.
Polygon swap created