Token Quote
API Key Authentication
All endpoints require a valid API key in the x-api-key header.
How to get your API key:
- Contact the Hyperbola team at support@hyperbola.network
- Provide your use case and expected API usage
- Receive your unique API key via secure email
Using with Scalar/GitBook:
- Click the "Test Request" button on any endpoint
- In the Authentication section, enter your API key
- The key will be automatically added to all requests
Example:
x-api-key: your-actual-api-key-here
Security:
- Keep your API key secure and never expose it in client-side code
- API keys are rate-limited and monitored for abuse
- Contact support immediately if you suspect your key is compromised
Comma-separated list of token slugs to get quotes for.
Popular tokens: bitcoin, ethereum, solana, cardano, polkadot Limit: Maximum 10 tokens per request
{"summary":"Single token","value":"bitcoin"}Pattern: ^[a-z0-9-]+(,[a-z0-9-]+)*$List of token quotes
Comprehensive market data and pricing information for a cryptocurrency token (extends hyperbola Types.QuoteData)
Token slug identifier
bitcoinCurrent price in USD
45000.524-hour trading volume in USD
2500000000024-hour volume change percentage
5.251-hour price change percentage
0.1524-hour price change percentage
2.347-day price change percentage
-1.4530-day price change percentage
12.6760-day price change percentage
8.9290-day price change percentage
15.43Market capitalization in USD
850000000000Market cap dominance percentage (0-100)
42.5Fully diluted market cap in USD
945000000000Total Value Locked (for DeFi tokens)
0Maximum possible token supply
21000000Current circulating token supply
19500000Total token supply currently in existence
19500000TVL to Market Cap ratio
0CoinMarketCap ranking position
1Number of active trading pairs
10000Bad request - invalid parameters
Authentication required or invalid API key
Rate limit exceeded
Internal server error
Last updated