Builder Analytics

Builders a wallet trades through

Every builder the wallet had attributed fills via within the lookback window (clamped to 90d), ordered by builder fees paid. Each row carries the wallet's fills, fees, and volume via that builder plus first/last attributed-fill timestamps within the window.

get/api/public/v1/trader/{address}/builders

Path parameters

addressstring required

Wallet address (0x-hex)

Wallet address (0x-hex)

Query parameters

sincestring

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

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

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

addressstring required
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/TraderBuildersBody.json"
}

Changes

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