Token Search
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
Search query string for cryptocurrency tokens.
Tip: Try searching for popular tokens like "bitcoin", "ethereum", or "solana"
{"summary":"Search for Bitcoin","value":"bitcoin"}List of matching tokens
Essential token information returned in search results
Full name of the cryptocurrency token
BitcoinToken symbol/ticker (usually uppercase)
BTCURL to the token's official logo image
https://cryptologos.cc/logos/bitcoin-btc-logo.pngUnique slug identifier for the token (URL-friendly)
bitcoinBad request - invalid parameters
Authentication required or invalid API key
Rate limit exceeded
Internal server error
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
Search query string for cryptocurrency tokens.
Tip: Try searching for popular tokens like "bitcoin", "ethereum", or "solana"
{"summary":"Search for Bitcoin","value":"bitcoin"}List of matching tokens with pricing data
Essential token information with current price data for search results
Bad request - invalid parameters
Authentication required or invalid API key
Rate limit exceeded
Internal server error
Last updated