For developers who need API requests beyond the standard rate limits.
Developers have open access to Hiro's APIs without the use of an API key, but are subject to Hiro's rate limit policy. For developers who need access beyond these rate limits, we provide API keys.
Where can I get an API key?
If you're interested in obtaining an API key, you can generate one for free in the Hiro Platform by creating an account.
All API keys are set by default to the free "starter" account tier, which comes with a 900RPM rate limit. For builders who need access to higher API rate limits, dedicated support channels, and reliability guarantees through SLAs, you can upgrade your account tier through the Hiro Platform.
The API key is passed in the header of your HTTP API request and is used only for private use, like in server-side applications.
If you use the API key in your client-side application, attackers can capture it using the client tools (E.g., browser console) and abuse your API key.