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

# Welcome to Forebit API

> Payment processing API for cryptocurrency

## Payments API

The Forebit Payments API provides comprehensive payment processing for cryptocurrency across Bitcoin, Ethereum, Litecoin, Solana, Tron, and TON networks.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Make your first Payments API call
  </Card>

  <Card title="Payments API" icon="book-open" href="/payments/introduction">
    Detailed API documentation with schemas and examples
  </Card>
</CardGroup>

## Supported Networks & Coins

<AccordionGroup>
  <Accordion title="Bitcoin & Litecoin">
    UTXO-based blockchain support

    * **Bitcoin (BTC)**: Native Bitcoin, Bitcoin Cash
    * **Litecoin (LTC)**: Native Litecoin
  </Accordion>

  <Accordion title="Ethereum">
    EVM-compatible network with ERC-20 token support

    * **ETH**: Native Ethereum
    * **ERC-20 Tokens**: USDT, USDC, DAI, BNB, MATIC, SHIB, APE, CRO, BUSD, UNI
    * **Smart Contracts**: CONTRACT\_ERC20\_ETH, CONTRACT\_ERC20\_USDT, CONTRACT\_ERC20\_USDC
  </Accordion>

  <Accordion title="Solana">
    High-performance blockchain with SPL token support

    * **SOL**: Native Solana
    * **SPL Tokens**: USDT, USDC
  </Accordion>

  <Accordion title="Tron">
    TRC-20 token support

    * **TRX**: Native Tron
    * **TRC-20 Tokens**: USDT, USDC
    * **Smart Contracts**: CONTRACT\_TRC20\_TRX, CONTRACT\_TRC20\_USDT, CONTRACT\_TRC20\_USDC
  </Accordion>

  <Accordion title="TON & Monero">
    Additional blockchain support

    * **TON**: The Open Network
    * **Monero (XMR)**: Privacy-focused cryptocurrency
  </Accordion>
</AccordionGroup>

## Key Features

* **Multi-blockchain Support**: Accept payments across 5 networks and 28+ cryptocurrencies
* **Hosted Checkout**: Pre-built payment page with automatic coin selection
* **Webhook Events**: Real-time payment status updates via Svix
* **Flexible Filtering**: Paginated payment listing with status, coin, amount, and date filters

<Columns cols={2}>
  <Card title="Payments Integration" icon="rocket" href="/payments/integration" />

  <Card title="Payments Webhooks" icon="bolt" href="/payments/webhooks" />
</Columns>

## Build with AI Agents

Copy our comprehensive integration guide into Claude, Cursor, Codex, or any AI coding tool to get a working Forebit integration in minutes.

<Card title="Guide for AI Agents" icon="robot" href="/llms-full">
  Complete API context, code examples, and best practices — ready to paste into your AI agent
</Card>

## Build with Forebit faster

<CardGroup cols={2}>
  <Card title="Support" icon="life-ring" href="mailto:support@forebit.io" />

  <Card title="Discord" icon="discord" href="https://discord.gg/forebit" />
</CardGroup>
