Skip to Content

GET /api/v1/charts/offers

Offers created per time bucket with Grails/OpenSea source breakdown.

Authentication: None

Cache: None

Query Parameters

ParameterTypeDefaultDescription
periodstring7d1d, 7d, 30d, 1y, all
clubstringFilter by club (comma-separated for multiple, e.g. 999,10k)

Sample Request

curl "https://api.grails.app/api/v1/charts/offers?period=7d&club=any"

Response

// 200 OK { "success": true, "data": { "period": "7d", "club": "any", "clubs": ["any"], "points": [ { "date": "2026-04-01T00:00:00.000Z", "total": 15, "grails": 10, "opensea": 5 }, { "date": "2026-04-02T00:00:00.000Z", "total": 8, "grails": 6, "opensea": 2 } ] }, "meta": { "timestamp": "2026-04-09T00:00:00.000Z", "version": "1.0.0" } }
Last updated on