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

# Gas Station API

> Build powerful Solana applications with the Altude Gas Station API

## What is the Gas Station API?

The Altude Gas Station API is a powerful, developer-friendly REST API that simplifies Solana blockchain interactions. Instead of dealing with the complexity of raw blockchain transactions, our API provides clean, simple endpoints for account management and transaction processing.

### Key Features

* **Simplified Authentication**: Use API keys instead of complex wallet configurations
* **Account Management**: Create accounts, check balances, and view transaction history
* **Transaction Processing**: Send individual or batch transactions with ease
* **Multiple Token Support**: Work with USDC, KIN, and any Solana token
* **High Performance**: Optimized endpoints for fast, reliable blockchain interactions

### How to Use the API

The Gas Station API is designed to be intuitive and easy to integrate. All endpoints use standard REST principles with JSON request/response bodies. Authentication is handled via API keys in the X-API-Key header.

**Base URL**: `https://api.altude.so/api`

**Authentication**: `X-API-Key: YOUR_API_KEY`

<CardGroup cols={3}>
  <Card title="Get Started" icon="rocket" href="/api-reference/getting-started">
    Quick start guide to set up your account and make your first API call
  </Card>

  <Card title="Account Operations" icon="user" href="/api-reference/altude-api/account/balance">
    Create accounts, check balances, and manage account operations
  </Card>

  <Card title="Transaction Operations" icon="paper-plane" href="/api-reference/altude-api/transaction/send">
    Send transactions and process batch operations efficiently
  </Card>
</CardGroup>

## Ready to Get Started?

1. **[Sign up for an account](https://altude.so)** and get your API credentials
2. **[Follow our getting started guide](/api-reference/getting-started)** to make your first API call
3. **Explore the endpoints** to see what's possible with the Gas Station API

For developers already using Kinetic, check out our **[migration guide](/api-reference/gas-station/converting-from-kinetic)** to learn how to upgrade to the Gas Station API.
