---
title: "Coin Insights"
method: GET
path: "/insights"
---

# Coin Insights

`GET /insights`

To query the latest coin insights on CoinGecko

## Query parameters

- `page` integer
- `per_page` integer
- `coin_id` string
- `from` string
- `to` string

## Response `200`

List of latest coin insights

- object[]
  - `title` string, required — Insight title
  - `description` string, required — Insight description
  - `related_coin_ids` string[], required — Related coin IDs
  - `posted_at` string, required — Insight posted timestamp in ISO 8601 format

---

[API](https://skmtc.net/coingecko/apis/coingecko-demo-api.md) · [All operations](https://skmtc.net/coingecko/apis/coingecko-demo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coingecko/coingecko-demo-api/versions/d62c9c579f3a/schema)
