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

# Introduction

> Welcome to the Obiex API documentation, your guide to building amazing experiences with our powerful crypto APIs.

## Features

Explore our key features to integrate payments into your application.

<Columns cols={2}>
  <Card icon="wallet" href="/features/collections" title="Collections">
    Generate unique wallet addresses for your users to receive crypto deposits.
  </Card>

  <Card icon="repeat" href="/features/trading" title="Trading">
    Swap between supported currencies using our RFQ system.
  </Card>

  <Card icon="coins" href="/features/payouts" title="Payouts">
    Withdraw funds to cryptocurrency wallets or bank accounts.
  </Card>

  <Card icon="history" href="/features/transactions" title="Transactions">
    Track wallet balances and view transaction records.
  </Card>
</Columns>

## API Reference

Explore our API endpoints.

<Card icon="square-terminal" href="/api-reference/introduction" title="API Documentation">
  View our API reference documentation.
</Card>
