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

# Introduction to the Crypto-Cash API

> The Crypto-Cash API provides a complete set of tools for integrating cryptocurrency payments into your service. The API supports operations with the creation of payment requests, receipt of wallets for replenishment, transaction history, balance, and others.

## Getting Started

To start using the CryptoCash API, first you need to create your Public & Secret keys in your personal account dashboard.

<Card title="CryptoCash Dashboard" icon="rocket" horizontal href="https://account.crypto-cash.world/login">
  Go to the dashboard
</Card>

## Quick Navigation

Main documentation sections

<Columns cols={2}>
  <Card title="Crypto API" icon="pen-to-square" href="/en-api-reference/balance">
    Main requests
  </Card>

  <Card title="Webhooks" icon="palette" href="/en-webhooks/types">
    Webhook setup and examples
  </Card>

  <Card title="Currencies list" icon="map" href="/en-crypto-currencies/list-in">
    List of supported cryptocurrencies, limits, and fees
  </Card>

  <Card title="Support" icon="terminal" href="https://t.me/Management_CryptoCash ">
    Contact the manager on Telegram
  </Card>
</Columns>
