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

# Introduction

> EmaalCoin API Documentation - Crypto-Fiat Bridge for B2B, B2B2C and P2P On/Off-Ramp Trading

This document provides the API reference and integration guide for the EmaalCoin platform (**v1.1**), designed to empower engineers, merchants, liquidity providers, and enterprises to build seamless fiat-to-crypto and crypto-to-fiat experiences — including **pricing-backed** orders and transfers, **P2P/B2B** USDT rails, and **multisig** for high-value flows where configured.

## Purpose and Overview

EmaalCoin is a secure, compliant hybrid bridge between traditional fiat currencies and USDT stablecoin on Ethereum (ERC-20) and TRON (TRC-20) networks.

**Our APIs enable:**

* **P2P On/Off-Ramps**: Allowing individual users and small businesses to convert fiat to USDT and USDT to fiat quickly and affordably, with support for mobile-first flows optimized for African pricing-anchors.
* **B2B OTC Desk**: Facilitating large-scale, private USDT/fiat trades for enterprises, merchants, and liquidity providers with minimal slippage, tailored execution, and high-volume capabilities.
* **B2B Merchant and Vendor Integrations**: Enabling E-Commerce platforms, sub-merchants, and partners to accept USDT payments, request OTC conversions, manage wallets via the platform API, and automate settlements.

The APIs serve as the programmatic foundation for these use cases, providing endpoints for:

* Merchant onboarding and KYC/KYB verification
* Fiat deposit requests (bank/mobile money) and status tracking
* USDT credit/debit operations across networks
* Wallet balance queries and transaction history
* Real-time rate quotes and OTC order management
* Webhooks for asynchronous updates (e.g., payment confirmations, credits)

This documentation serves as the single source of truth for engineers integrating with EmaalCoin. It defines authentication methods, request/response formats, error handling, rate limits, sandbox testing guidelines, and best practices to ensure secure, reliable, and scalable implementations.

## Who This Is for

* **Merchants and E-commerce Platforms**: Integrate USDT acceptance or fiat-to-USDT conversion into checkout flows.
* **OTC Traders and Liquidity Providers**: Automate large-volume trades, monitor queues, and manage treasury operations programmatically.
* **Individual Developers and P2P Builders**: Build custom on/off-ramp experiences or wallets connected to EmaalCoin's rails.
* **Enterprises and Fintech Partners**: Leverage EmaalCoin for cross-border settlements, treasury hedging, and compliant stablecoin access in Africa-EU/UAE pricing-anchors.

By integrating with EmaalCoin APIs, you gain access to low fee, fast-settling stablecoin infrastructure backed by robust compliance (VASP-aligned), real-time monitoring, and future-proof design for additional chains, tokens, and fiat pricing-anchors.

## Get Started

Start with the [Authentication](/authentication) section, then explore the [Quickstart Guide](/quickstart) to generate your first API key and test in sandbox mode. We're excited to help you bridge fiat and crypto more efficiently—let's build the future of payments together.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Generate your first API key and test in sandbox
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn about tokens and authentication flow
  </Card>

  <Card title="API Reference" icon="book" href="/api-reference">
    Full endpoint documentation
  </Card>
</CardGroup>
