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 fills attributed to a specific builder, enriched with market metadata. A time range filter (after/before) is required for large builders.

Request

GET /v3/builders/{code}/trades

Path parameters

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

Query parameters

ParameterTypeDefaultDescription
afterinteger0Start of time range (Unix timestamp). Required for large builders.
beforeintegerEnd of time range
limitinteger100Max 1000
offsetinteger0Pagination offset

Example

curl "https://api.polynode.dev/v3/builders/0x4898df15.../trades?after=1778480000&limit=1"

Response fields

Each trade contains the same enriched fields as Wallet Trades, including market context, computed price/size, order_hash, and direction.