Skip to main content
GET
/
v2
/
polymarket
/
builders
/
{builder_code}
/
markets
Get Builder Markets
curl --request GET \
  --url https://api.predexon.com/v2/polymarket/builders/{builder_code}/markets \
  --header 'x-api-key: <api-key>'
{
  "builder_code": "<string>",
  "window": "<string>",
  "entries": [
    {
      "rank": 123,
      "condition_id": "<string>",
      "volume_usd": 123,
      "builder_fee_usd": 123,
      "trade_count": 123,
      "unique_traders": 123
    }
  ]
}

Documentation Index

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

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

Top markets attributed to a single builder over the window, ranked by attributed volume. Each row carries volume_usd, builder_fee_usd, trade_count, and unique_traders for that (builder, condition_id).
V2-only. Builder attribution is a Polymarket V2 concept — V1 fills, the zero-sentinel builder, and reversed (sign != 1) fills are excluded.

Windows

24h, 7d (default), 30d, or all.
ConstraintValue
limit1–500 (default 50)

Authorizations

x-api-key
string
header
required

Path Parameters

builder_code
string
required

Builder code (bytes32 hex)

Query Parameters

window
string
default:7d

Rolling window: 24h, 7d, 30d, or all

limit
integer
default:50
Required range: 1 <= x <= 500

Response

Successful Response

Response for builder top-markets endpoint.

builder_code
string
required
window
string
required
entries
BuilderMarketEntry · object[]
required