Skip to main content
GET
Builder profile

Authorizations

X-API-Key
string
header
required

Path Parameters

builder
string
required

Builder address (0x-hex)

Query Parameters

period
enum<string>
default:month
Available options:
day,
week,
month
topCoins
integer<int32>
default:10
Required range: 1 <= x <= 50

Response

OK

builder
string
required
coins
object[] | null
required

Top coins by attributed volume; null (not empty) when the live coin-split pass exceeded its budget — see dataNotes. An empty array is a real 'no attributed coins'

daily
object[] | null
required

Daily attributed series (join plane — see dataNotes)

dataNotes
string
required
feeTenthsBp
integer<int32>
required

Most common requested fee over the last 7d of orders; 0 if no recent orders

feeTokens
integer<int32>
required

Distinct fee tokens the builder has accrued revenue in

firstSeen
string
required

First fee accrual in HL's ledger (RFC3339)

lastSeen
string
required

Latest fee accrual in HL's ledger (RFC3339)

period
string
required
profitableUsers
integer<int32>
required

Of those, wallets that are all-time profitable per the traders rollup

revenueUsd
number<double>
required

Exact ledger revenue over the period

totalUsers
integer<int32>
required

Distinct wallets with attributed fills in the period

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://api.coinversa.ai/schemas/BuilderProfileBody.json"

biggestDay
object

Day with the highest fees in the period, selected on the ledger's per-UTC-day deltas whenever the ledger covers it (attributedFeesUsd then carries the ledger figure — see dataNotes for the serving basis)

builderName
string

Known display name for the builder; omitted if unknown

verified
object