Reliable Crypto Market Data Provider

Easy to use API, no registration, simple, plain-text responses for easy integration with Google Docs/Spreadsheets and other services

Available Endpoints

Price Endpoints
GET /price/id/{id}

Get current price by coin ID (e.g., bitcoin, ethereum)

GET /price/symbol/{symbol}

Get current price by coin symbol (e.g., btc, eth)

Market Data Endpoints
GET /market-cap/id/{id}

Get market cap by coin ID

GET /market-cap-rank/id/{id}

Get market cap rank by coin ID

Historical Data Endpoints
GET /ath/id/{id}

Get all-time high price by coin ID

Example Usage

Request

GET /price/id/bitcoin

Response

200000
All endpoints return plain text responses
Rate limits apply. Please use the provided endpoints responsibly