Skip to main content
GET
/
v1
/
builders
/
volume
Get builder volume series
curl --request GET \
  --url https://data-api.forka.st/v1/builders/volume
[]
🔴 Daily builder volumes are placeholders until the attribution ETL is wired into production.
GET https://data-api.forka.st/v1/builders/volume spits out a day-by-day record for each builder, including the ISO timestamp (dt), volume, active user count, rank, and verification badge data. Pick the time horizon with timePeriod (same values as the leaderboard endpoint). The route does not paginate because each day is a separate array entry, so scroll or aggregate as needed on the client.

Query Parameters

timePeriod
enum<string>
default:DAY

Time window to seed the daily series.

Available options:
DAY,
WEEK,
MONTH,
ALL

Response

Volume series returned.

dt
string<date-time>
builder
string
verified
boolean
volume
number
activeUsers
integer
rank
string