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

# API Reference

> Complete API reference for Strails stablecoin integration

# API Reference

Complete reference documentation for the Strails API endpoints.

## Core APIs

<CardGroup cols={2}>
  <Card title="User Management" icon="users" href="/api-reference/user-management">
    Create and manage fintech users with KYC verification
  </Card>

  <Card title="Virtual Accounts" icon="building-columns" href="/api-reference/virtual-accounts">
    Create Nigerian bank accounts for NGN deposits
  </Card>

  <Card title="Wallet Management" icon="wallet" href="/api-reference/wallet">
    Manage cNGN wallets and balances
  </Card>

  <Card title="Transactions" icon="arrow-right-arrow-left" href="/api-reference/transactions">
    Query and manage transactions
  </Card>
</CardGroup>

## FX & Trading

<CardGroup cols={2}>
  <Card title="FX Settings" icon="chart-line" href="/api-reference/fx-setting">
    Configure exchange rate settings
  </Card>

  <Card title="Orderbook" icon="list-ol" href="/api-reference/orderbook-management">
    P2P FX orderbook management
  </Card>

  <Card title="Trading" icon="scale-balanced" href="/api-reference/trading-management">
    Execute trades on the orderbook
  </Card>
</CardGroup>

## Configuration

<CardGroup cols={2}>
  <Card title="Fee Management" icon="percent" href="/api-reference/fee-management-api">
    Configure transaction fees
  </Card>

  <Card title="Fiat Payouts" icon="money-bill-transfer" href="/api-reference/fiat-payout-management">
    NGN bank transfers and payouts
  </Card>

  <Card title="Webhooks" icon="webhook" href="/api-reference/webhook-events">
    Real-time event notifications
  </Card>
</CardGroup>
