Skip to main content
GET
Coin Insights

Notes

  • Find a coin’s API ID on its CoinGecko page, via Coins List, or this Google Sheet.
  • Without coin_id, returns all latest insights on any coins on CoinGecko.
  • page supports up to 20 pages, and per_page supports up to 20 results per page.
  • Use from and to to filter insights by date range (ISO date string YYYY-MM-DD).
Not on the Enterprise plan? Submit your interest to access this feature.

Authorizations

x-cg-pro-api-key
string
header
required

Learn how to set up your API key

Query Parameters

page
integer

Page through results. Default value: 1 Valid values: 1...20

per_page
integer

Total results per page. Default value: 10 Valid values: 1...20

coin_id
string

Filter insights by coin ID. *refers to /coins/list.

from
string

Starting date in ISO date string (YYYY-MM-DD).

to
string

Ending date in ISO date string (YYYY-MM-DD).

Response

200 - application/json

List of latest coin insights

title
string
required

Insight title

description
string
required

Insight description

Related coin IDs

posted_at
string
required

Insight posted timestamp in ISO 8601 format