Documentation Index
Fetch the complete documentation index at: https://rocks.docs.rive.wtf/llms.txt
Use this file to discover all available pages before exploring further.
Every API key is tied to one IP. To apply for a key, DM southctrl on Discord.
Quick Start
Useful for dashboards, bots, and price lookup commands.
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
cryptocurrency identifier (e.g., “bitcoin”, “ethereum”, “dogecoin”).
Example Request
Example Response (JSON)
Response Fields
unique identifier for the cryptocurrency
full name of the cryptocurrency
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
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”)