Skip to main content

Documentation Index

Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt

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

Returns fill count, volume, fees, and unique wallet counts for a specific builder.

Request

GET /v3/builders/{code}

Path parameters

ParameterTypeDescription
codestringBuilder hex code (with or without 0x prefix)

Example

curl https://api.polynode.dev/v3/builders/0x4898df15ec6590495dc6c0fedf951ade3e64001d47f9caf44a64e86fc11959df
{
  "builder": "0x4898df15ec6590495dc6c0fedf951ade3e64001d47f9caf44a64e86fc11959df",
  "fill_count": 913811,
  "first_fill": "1777298664",
  "last_fill": "1778488703",
  "total_fees": "118268898070",
  "total_maker_volume": "9200826455334",
  "total_taker_volume": "17670720174663",
  "unique_makers": 686,
  "unique_takers": 4004,
  "elapsed_ms": 10
}

Response fields

Same fields as the Builder Leaderboard response, without rank.