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

# Develop with LootRush

> Welcome to the new home for your documentation

## Welcome

Welcome to the LootRush Developer Documentation! This documentation provides everything you need to integrate with LootRush's third-party API.

## Getting Started

To get started with the LootRush API, you'll need:

1. **API Token**: Contact your LootRush account manager to obtain your API token
2. **Base URL**: `https://third-party.LootRush.com`
3. **Authentication**: Include your API token in the `Authorization: Bearer <token>` header for all requests

## API Documentation

Get started with our API endpoints:

<CardGroup cols={2}>
  <Card title="Withdraw API" icon="currency-dollar" href="/api/withdraw">
    Create and manage cryptocurrency withdrawals for your users
  </Card>

  <Card title="History API" icon="clock" href="/api/history">
    Query user transaction and activity history for cards and accounts
  </Card>

  <Card title="Connect API" icon="plug" href="/api/connect">
    OAuth-style user data access for third-party integrations
  </Card>
</CardGroup>

## Need Help?

If you have any questions or need assistance:

* **Email**: [support@LootRush.com](mailto:support@LootRush.com)
* **Dashboard**: [LootRush Dashboard](https://www.LootRush.com/tokens/s/dashboard)
