Skip to main content
GET
Coin Tickers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

CoinGecko coin ID (e.g., bitcoin, ethereum). Get the list via /coins/list.

Query Parameters

exchange_ids
string

Comma-separated exchange IDs.

page
integer
default:1
order
enum<string>
Available options:
trust_score_desc,
trust_score_asc,
volume_desc
depth
boolean
default:false

Show exchange logos in ticker results.

Response

200 - application/json

Tickers array.

name
string
tickers
object[]