For the complete documentation index, see llms.txt. This page is also available as Markdown.

Trades By Address

Data Freshness & Historical Coverage

For data freshness and historical coverage, see Data Coverage by Chain; this endpoint follows it except where noted below.

  • Covers the Polymarket prediction-markets dataset (trade and price history from November 2022), not per-chain history — see the Prediction Markets note on the coverage page.

Get Prediction Market Trades by Address

post

Get all trades for a specific wallet address across all prediction markets. Trades are decoded from on-chain OrderFilled events on Polygon.

What it helps to answer:

  1. What trades has this address made on Polymarket?

  2. When did this trader buy or sell, and at what prices?

  3. What markets has this address been active in?

Authorizations
apikeystringRequired

API key for authentication

Body

Request for trades by address endpoint.

addressstring · min: 1 · max: 100Required

Wallet address (hex, with or without 0x prefix)

Example: 0x1234567890abcdef1234567890abcdef12345678
dateany ofOptional

Date range filter (ISO 8601 date-time)

Example: {"from":"2024-01-01T00:00:00Z","to":"2024-12-31T23:59:59Z"}
order_byany ofOptional

Sort order

Example: [{"direction":"DESC","field":"timestamp"}]
Responses
200

Trade data by address

application/json
post/api/v1/prediction-market/trades-by-address

Last updated

Was this helpful?