API pubblica
Un'interfaccia JSON in sola lettura sui dati archiviati di questo sito. Restituisce esattamente ciò che restituiscono le pagine — gli stessi dati, gli stessi periodi di riferimento, la stessa attribuzione — e non fa mai da proxy verso un provider upstream.
Busta
Ogni risposta è un oggetto con data e meta. Il blocco meta contiene il conteggio delle righe, l'orario di risposta, il disclaimer e la stringa di attribuzione completa — riprodurre l'attribuzione ovunque si riproducano i dati.
{
"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 ..."
}
}Endpoint
Termini di utilizzo
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.