curl --request GET \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/trades \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": [
{
"tx_hash": "0xa1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2",
"side": "BUY",
"price": "0.65",
"shares": "150.0",
"amount": "97.5",
"created_at": "2026-01-01T00:00:00"
}
]
}Get Polymarket trade history for a Polygon wallet.
curl --request GET \
--url https://synthesis.trade/api/v1/wallet/pol/{wallet_id}/trades \
--header 'X-API-KEY: <api-key>'{
"success": true,
"response": [
{
"tx_hash": "0xa1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2",
"side": "BUY",
"price": "0.65",
"shares": "150.0",
"amount": "97.5",
"created_at": "2026-01-01T00:00:00"
}
]
}Documentation Index
Fetch the complete documentation index at: https://api.synthesis.trade/docs/llms.txt
Use this file to discover all available pages before exploring further.