Public API
इस site के stored data पर एक read-only JSON interface। यह वही परोसता है जो pages परोसते हैं — वही figures, वही reference periods, वही attribution — और किसी upstream provider को कभी proxy नहीं करता।
Envelope
हर response data और meta वाला एक object है। Meta block में row count, serve का समय, disclaimer और पूरी attribution string होती है — जहाँ भी figures reproduce करें, attribution वहाँ भी reproduce करें।
{
"data": [ ... ],
"meta": {
"count": 200,
"served_from": "site cache — no upstream call was made for this request",
"as_of": "2026-01-01T00:00:00+00:00",
"disclaimer": "Research and information only — not investment advice ...",
"attribution": "Market data and asset profiles by CoinGecko. Protocol fees ..."
}
}Endpoints
उपयोग की शर्तें
The interface is open and unauthenticated. Please keep request rates reasonable — everything is cached for two minutes, so polling faster than that returns the same bytes. Attribute figures to the provider named in the meta.attribution string, keep the reference period with any figure you republish, and do not present these values as live prices. Redistributing the underlying data as a substitute product is not permitted; see the Terms of Use.