Builder Analytics

Builder attributed fills

Individual fills attributed to the builder within a lookback window (clamped to 90d), with optional exact-coin and wallet filters. Each fill carries price, size, USD volume, realized PnL, the builder fee paid, and the order id it attributes to. Trigger-order fills (stop/TP) are not yet attributed, so this feed slightly undercounts versus ledger revenue; see the response's dataNotes.

get/api/public/v1/builders/{builder}/fills

Path parameters

builderstring required

Builder address (0x-hex)

Builder address (0x-hex)

Query parameters

sincestring

Lookback window like 30m, 6h, 7d (clamped to 90d)

Lookback window like 30m, 6h, 7d (clamped to 90d)

coinstring

Optional exact coin filter (BTC, xyz:GOLD, @123, #10010)

Optional exact coin filter (BTC, xyz:GOLD, @123, #10010)

addressstring

Optional wallet filter (0x-hex)

Optional wallet filter (0x-hex)

limitinteger
offsetinteger

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

builderstring required
builderNamestring

Known display name for the builder; omitted if unknown

dataNotesstring required
windowstring required

Echo of the requested since parameter; lookbacks beyond 90d still echo as requested while the data is clamped to 90d

Example response

{
  "$schema": "https://api.coinversa.ai/schemas/BuilderFillsBody.json"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.