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

# Introduction

Welcome to the meCash API documentation. meCash is a revolutionary platform designed to make money transfers to, from, and within Africa effortless and accessible for businesses and individuals alike. We leverage blockchain technology and stablecoins to provide an instant, cheap, and convenient way for you to send and receive cross-border payments.

This documentation provides a comprehensive overview of the meCash APIs, enabling you to integrate our powerful payment solutions into your products and workflows. Whether you're a small or medium-sized business looking to pay suppliers or an individual supporting loved ones, our APIs provide the tools you need to manage your finances effectively

## API catalog

<CardGroup cols={2}>
  <Card title="Wallet API" icon="wallet" href="/wallet-docs/wallet-overview">
    Create and manage multi-currency wallets, inspect balances, and keep funds in sync across your products.
  </Card>

  <Card title="Quote API" icon="calculator" href="/quote-docs/about-quote">
    Generate guaranteed exchange rates, fetch quote details, and review corridor rules before payouts.
  </Card>

  <Card title="Payout API" icon="money-bill-transfer" href="/payout-docs/payout">
    Understand the payout lifecycle, send funds programmatically, and browse corridor-specific examples.
  </Card>

  <Card title="Virtual Account API" icon="building-columns" href="/virtual-accounts-docs/about-virtual-account">
    Issue reusable or single-use collection accounts, request access, and verify active account details.
  </Card>

  <Card title="Transaction API" icon="receipt" href="/transaction-docs/get-transaction">
    Retrieve transaction status, inspect quote snapshots, and reconcile payouts end to end.
  </Card>

  <Card title="Bulk Payout API" icon="users" href="/payout-docs/bulk-payout">
    Disburse funds to multiple beneficiaries in a single request, manage batch results, and automate high-volume transfers.
  </Card>
</CardGroup>

## Helpful shortcuts

* Need the REST specification? Head over to the [`API Reference` tab](/api-reference/introduction).
* Looking for environment setup, authentication, or IP whitelisting? Start in the [`Getting Started` tab](/quickstart).
* Want example payloads you can run immediately? Each API section includes `curl` and language-specific snippets.

<Callout type="tip" icon="message">
  Try the Biel.ai chatbot for quick navigation and answers while you browse the docs.
</Callout>

<div aria-hidden="true" style={{ display: 'none' }}>
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/biel-search/dist/biel-search/biel-search.css" />

  <script type="module" src="https://cdn.jsdelivr.net/npm/biel-search/dist/biel-search/biel-search.esm.js" />
</div>

<biel-button project="xvqjfh6ecf" header-title="Biel.ai Chatbot" button-position="bottom-right" modal-position="sidebar-right" button-style="dark">
  Ask AI
</biel-button>
