Get Orders
Trade History fetches order data from Polymarket with optional filtering by market, condition, token, time range, and user wallet address. Returns orders that match either primary or secondary token IDs for markets. If no filters are provided, it returns the latest trades happening in real time. Best for: Analyzing trading activity, tracking specific wallet addresses, monitoring real-time trades, building trade history for a market. Endpoint:Documentation Index
Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /polymarket/orders
Note: Only one ofmarket_slug,token_id, orcondition_idcan be provided per request.
orders array containing trade objects with fields such as token ID, side (BUY/SELL), shares, price, transaction hash, timestamp, and user/taker wallet addresses. A pagination object with has_more and pagination_key fields supports cursor-based pagination through large result sets.Your AIsa API key as a Bearer token.
Filter orders by market slug
"bitcoin-up-or-down-july-25-8pm-et"
Filter orders by condition ID
"0x4567b275e6b667a6217f5cb4f06a797d3a1eaf1d0281fb5bc8c75e2046ae7e57"
Filter orders by token ID
"58519484510520807142687824915233722607092670035910114837910294451210534222702"
Filter orders from this Unix timestamp in seconds (inclusive)
1640995200
Filter orders until this Unix timestamp in seconds (inclusive)
1672531200
Number of orders to return (1-1000)
1 <= x <= 100050
Base64-encoded cursor for efficient pagination. Returned in the previous response's pagination object.
"eyJibG9ja190aW1lc3RhbXAiOiIyMDI1LTAxLTE5VDEyOjAwOjAwLjAwMFoiLCJ0eF9oYXNoIjoiMHgxMjM0NTY3ODkwYWJjZGVmIiwibG9nX2luZGV4IjoxMCwidG90YWwiOjUxMDk2MTl9"
Filter orders by user (wallet address)
"0x7c3db723f1d4d8cb9c550095203b686cb11e5c6b"