Polymarket Trades
Prediction Market
Polymarket Trades
GET
Polymarket Trades
Documentation Index
Fetch the complete documentation index at: https://docs.asksurf.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Market condition identifier
Example:
"0x1234567890abcdef"
Wallet address — returns trades where the address is maker or taker
Example:
"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"
Filter by outcome label: Yes or No
Available options:
Yes, No Example:
"Yes"
Minimum trade amount in USD
Required range:
x >= 0Example:
10000
Start of time range. Accepts Unix seconds (1704067200) or date string (2024-01-01)
Example:
"2024-01-01"
End of time range. Accepts Unix seconds (1706745600) or date string (2024-02-01)
Example:
"2024-02-01"
Field to sort results by
Available options:
timestamp, notional_volume_usd Example:
"timestamp"
Results per page
Required range:
1 <= x <= 500Example:
50
Pagination offset
Required range:
x >= 0Example:
0