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

# Quickstart

> Get up and running with Coinut Partner Ramp APIs in under 10 minutes.

## Before You Begin

You will need:

* A Coinut partner account (start from [coinut.com](https://coinut.com) or request the latest partner onboarding URL from Coinut support)
* Your **API Key** and **API Secret** from the partner dashboard
* A server-side environment capable of making HTTPS requests
* A webhook callback URL (HTTPS, publicly reachable)

## Next Steps

You are now connected to the Coinut Partner Ramp API. Explore these guides to build your integration:

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="authentication">
    Deep dive into HMAC-SHA256 canonical signing with full code examples
  </Card>

  <Card title="Customer API" icon="users" href="api-customers">
    Customer onboarding, KYC management, and customer lifecycle
  </Card>

  <Card title="Virtual Account" icon="building-columns" href="api-virtual-accounts">
    Fiat virtual accounts for GBP, EUR, and AUD with whitelist management
  </Card>

  <Card title="Deposit Address" icon="wallet" href="api-deposit-addresses">
    Crypto deposit addresses for USDT (ETH/TRX networks)
  </Card>

  <Card title="Autoramp Flow" icon="arrows-rotate" href="api-autoramp">
    Automated onramp/offramp flows combining VA, deposit address, bank account, and crypto address
  </Card>

  <Card title="Payment" icon="money-bill" href="api-payments">
    Fiat payouts from your partner balance to bank accounts
  </Card>

  <Card title="Deposit & Trade" icon="chart-line" href="api-deposits">
    Deposit tracking and OTC trade monitoring
  </Card>

  <Card title="Webhooks" icon="webhook" href="webhooks">
    Event types, payload schemas, and retry policy
  </Card>
</CardGroup>

## Need Help?

* **Contact**: [support@coinut.com](mailto:support@coinut.com)
