> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Allium API endpoints for Hyperliquid trading data without rate limits.

Allium's Hyperliquid APIs provide access to trading data, order history, fills, and market information without rate limits. Our endpoints are designed as drop-in replacements for Hyperliquid's native APIs with enhanced capabilities.

## Key Features

<CardGroup cols={3}>
  <Card title="No Rate Limits" icon="infinity">
    Query Hyperliquid data without Hyperliquid's rate limit restrictions
  </Card>

  <Card title="Extended History" icon="clock-rotate-left">
    Access unlimited historical data with flexible time range parameters
  </Card>

  <Card title="Drop-in Compatible" icon="plug">
    1-1 replacements for Hyperliquid endpoints with enhanced functionality
  </Card>
</CardGroup>

## API Compatibility

We provide endpoints that closely mirror Hyperliquid's native APIs:

* **Info Endpoint** - Contains all 1-1 mappings to Hyperliquid endpoints
* **Enhanced Endpoints** - Where we've added improvements, notes are provided in the documentation
* **Allium-Exclusive Endpoints** - Additional endpoints that don't map to existing Hyperliquid APIs

<Info>
  For the latest parameter details, refer to the official [Hyperliquid API Documentation](https://hyperliquid.gitbook.io/hyperliquid-docs/for-developers/api).
</Info>
