curl --request GET \
--url https://synthesis.trade/api/v1/polymarket/market/{condition_id}/trades{
"success": true,
"response": [
{
"tx_hash": "0xa1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2",
"token_id": "21742633143463906290569050155826241533067272736897614950488156847949938836455",
"address": "0x1234567890abcdef1234567890abcdef12345678",
"side": true,
"amount": "100.000",
"shares": "152.300",
"price": "0.657",
"username": "trader123",
"image": "https://example.com/avatar.png",
"created_at": "2026-01-01T00:00:00"
}
]
}Get recent trades for a Polymarket market.
curl --request GET \
--url https://synthesis.trade/api/v1/polymarket/market/{condition_id}/trades{
"success": true,
"response": [
{
"tx_hash": "0xa1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2",
"token_id": "21742633143463906290569050155826241533067272736897614950488156847949938836455",
"address": "0x1234567890abcdef1234567890abcdef12345678",
"side": true,
"amount": "100.000",
"shares": "152.300",
"price": "0.657",
"username": "trader123",
"image": "https://example.com/avatar.png",
"created_at": "2026-01-01T00:00:00"
}
]
}Polymarket condition ID.
"0xbd71b43bb47eb60dbcb41fa25df2a0ed4da612873d6e0447a2c730bd4cc25910"
Maximum trades to return. Capped at 1000.
100
Pagination offset.
0
Polymarket market trades