🚀
accelerate labs
  • Introduction
  • GraphQL API
    • Quick Start
    • API Reference
    • Rate Limits
    • GraphQL Explorer
  • HyperEVM RPC
    • Free Public Endpoint
  • Custom RPC Services
Powered by GitBook
On this page
  • Default Limits
  • Handling Rate Limits

Was this helpful?

  1. GraphQL API

Rate Limits

PreviousAPI ReferenceNextGraphQL Explorer

Last updated 28 days ago

Was this helpful?

To ensure stable service for all users and prevent abuse, our APIs are implemented with rate limiting based on the number of requests you can make within specific time windows. Rate limits are applied based on your selected plan and are counted separately for each endpoint.

Default Limits

Tier
Requests per second

Free

10

Enterprise

A custom limit will be generated and shared

Handling Rate Limits

When you exceed the rate limit, the API will respond with a 429 Too Many Requests status code. The response will include a Retry-After header indicating the number of seconds to wait before retrying. To get access to higher rate limits , please reach out to the team via or find one of our engineers on the Hyperliquid Discord, we will provide you an API key.

Twitter