Skip to main content
Every distinct builder that has tagged at least one v2 fill, ranked by cumulative notional USDC. This is v2-exclusive — v2 is the first Polymarket exchange to carry a builder field on every order. For each builder you get the total fills, notional traded, fees collected on attributed fills, and average fill size.

Request

Authentication

Paid tier required. See /clobv2/trades for auth formats.

Query parameters

Parameter validation

  • Timestamps: non-negative i64.
  • limit: 1-500.
Bad input → 400 Bad Request.

Response

Response fields

Rate-limit headers

Standard: x-ratelimit-limit, x-ratelimit-remaining, x-ratelimit-reset.

Examples

Error responses

Notes

  • Builders are 32-byte tags stored on every v2 order; pull specific builder values from this endpoint and then filter /clobv2/trades?builder=... to see their individual fills.
  • Sorted by notional_usdc DESC. limit applies after sort.
  • fee_collected_usdc is the protocol fee that the matched orders paid at settlement time — not the builder’s rev share. Builder rev shares are paid off-chain on a weekly cadence and are not derivable from on-chain data alone.
  • The zero-address builder tag (0x0000…0000) means the order was submitted without a builder attribution, and is excluded from this leaderboard. Count it via /clobv2/trades?builder=0x0000…0000 if you need to measure the unattributed share.
  • Time filtering is inclusive on both ends.