Skip to main content
GET
/
v1
/
polymarket
/
trades
Polymarket Trades (Native)
curl --request GET \
  --url https://api.arbiterapi.com/v1/polymarket/trades \
  --header 'X-API-Key: <api-key>'
{
  "data": [
    {
      "id": "trade_abc123",
      "asset_id": "12345678901234567890",
      "market_slug": "will-bitcoin-hit-100k-by-june-2026",
      "conditionId": "0xb48621f7eba07b0a3eeabc6afb09ae42490239903997b9d412b0f69aeb040c8b",
      "side": "BUY",
      "outcome": "Yes",
      "price": "0.65",
      "size": "150.00",
      "timestamp": 1774650000,
      "transactionHash": "0xabc123def456789012345678901234567890abcdef",
      "proxyWallet": "0x1234567890abcdef1234567890abcdef12345678"
    }
  ],
  "cursor": "abc123",
  "has_more": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.arbiterapi.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Query Parameters

market
string | null

Market slug or condition ID

limit
integer
default:100
Required range: 1 <= x <= 500
cursor
string | null

Pagination cursor from previous response

Response

Paginated Polymarket trades