Endpoint
Description
Fetches real-time cryptocurrency data including price, market cap, volume, and 24-hour price changes for any supported cryptocurrency.Authentication
This endpoint requires authentication via Bearer token in the Authorization header.
Query Parameters
The cryptocurrency identifier (e.g., “bitcoin”, “ethereum”, “dogecoin”)
Request Example
Response Example (JSON)
Response Fields
The unique identifier for the cryptocurrency
The full name of the cryptocurrency
The trading symbol (ticker) for the cryptocurrency
Current price in USD
Total market capitalization in USD
Trading volume over the last 24 hours in USD
Percentage change in price over the last 24 hours (can be negative)
Notes
- Prices and market data are updated in real-time
- All monetary values are in USD
- The
change_percent_24hfield can be negative (indicating a price decrease) or positive (indicating a price increase) - Coin identifiers are typically lowercase versions of the cryptocurrency name (e.g., “bitcoin”, “ethereum”, “cardano”)