GET /exchanges

coingecko.com:coingecko-api

Summary: List Exchanges
Operation ID: getExchanges
Auth: none

Get a list of cryptocurrency exchanges with metadata including name, country, year established, trust score, trading volume, and URL. Use this to discover exchanges or display exchange information. Results can be paginated. Does not include detailed trading pairs — see /exchanges/{id} for that.

Original spec description

List all cryptocurrency exchanges with data (name, volume, country, etc.)

Usage Tips

- Results are paginated — use `page` and `per_page` parameters - Includes trust scores and normalized volume rankings - Shows year established (when available) for reputation assessment - `url` field provides direct links to exchanges - Does not include fees or supported trading pairs

Parameters (2)

page (integer, query, optional, default: 1)

Page number

per_page (integer, query, optional, default: 100)

Number of results per page

Examples (3)

TitleTypeURLAction
List all exchanges with default pagination curl https://api.coingecko.com/api/v3/exchanges
List first page with 10 results per page curl https://api.coingecko.com/api/v3/exchanges?page=1&per_page=10
List second page with 50 results per page curl https://api.coingecko.com/api/v3/exchanges?page=2&per_page=50

Probe History

Latency

Status Codes

TimeStatusLatencySize
2026-03-23 10:28:53.870164 500 220ms
2026-03-23 09:49:32.676828 200 269ms
2026-03-23 09:48:26.914640 200 204ms

Response Changes

WhenOldNew
2026-03-23 09:49:32.676828 0555c9db9b86 7d3521dd31f1
2026-03-23 10:28:53.870164 7d3521dd31f1 d7e6fda7f55a