Skip to Content
DocsAPI ReferenceChartsOverview

Charts

Time-series chart data for sales, volume, listings, registrations, and offers. All endpoints return data points bucketed by hour (for 1d period) or day (for longer periods), with a continuous time series (zero-filled gaps).

Base path: /api/v1/charts

Common Parameters

All chart endpoints accept:

ParameterTypeDefaultDescription
periodstring7d1d, 7d, 30d, 1y, all
clubstringFilter by club(s) — comma-separated, or any/none

Time Bucketing

PeriodBucket SizeDuration
1d1 hour24 hours
7d1 day7 days
30d1 day30 days
1y1 day1 year
all1 day~8 years

Endpoints

MethodPathDescription
GET/salesSales count per bucket (grails/opensea breakdown)
GET/volumeSales volume in wei per bucket (ETH/WETH only)
GET/listingsListings created per bucket (grails/opensea breakdown)
GET/registrationsRegistration count and cost per bucket
GET/offersOffers created per bucket (grails/opensea breakdown)
Last updated on