Polymarketanalytics: Get Trader Trades
Polymarketanalytics via Parse · Finance
Get paginated trade history for a trader. Returns trades in reverse chronological order. Supports server-side pagination via limit and offset. Each trade includes timestamp, side, amount, price, market info, and outcome. Note: sort_by and sort_desc are accepted but the upstream API currently returns results sorted by trade time descending regardless. Access Polymarket trader data including positions, trades, PnL history, category performance, and deposit/withdrawal history for any wallet address tracked by polymarketanalytics.com. The backend indexes a curated set of traders; not all wallet addresses will have data. Fulfilled by Parse from polymarketanalytics.com.
- crypto-web3
- finance
- other
- parse
- platform-key
- polymarketanalytics
- polymarketanalytics-com
Price and execution
- Price
- Quote unavailable
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/92417519-ac52-43be-9785-d464fe124ae7/get_trader_trades
- Interface artifact
- sha256:711dc4d48592c71cf4558a2dfb9759e2aac33c67e3505b2d576f5c5b0e227247
- Manifest digest
- sha256:758b0a09265cb754f913111ddb2b39fa477d9cd3081a0861489a92d4f295fc8a
Request fields
- limit (integer): Number of trades to return per page
- offset (integer): Pagination offset (number of trades to skip)
- sort_by (string): Field to sort by (note: upstream currently ignores this and returns trades by trade time descending): Allowed values: amount, trade_dttm, value, price
- sort_desc (string): Sort direction: 'true' for descending, 'false' for ascending (note: upstream currently ignores this): Allowed values: true, false
- trader_id (string, required): Ethereum wallet address of a tracked trader (42-character hex string starting with 0x)
Example queries
- {"limit":"5","offset":"0","sort_by":"amount","sort_desc":"true","trader_id":"0x2c335066fe58fe9237c3d3dc7b275c2a034a0563"}