Skip to main content
GET
Coin Data by ID

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

localization
boolean
default:true
tickers
boolean
default:true
market_data
boolean
default:true
community_data
boolean
default:true
developer_data
boolean
default:true
sparkline
boolean
default:false

Response

200 - application/json

Coin object.

The response is of type object.