# cNGN API Documentation > Official API documentation for cNGN, Africa's first regulated stablecoin. ## Docs - [Bridge](https://docs.cngn.co/api-reference/bridge.md): Move cNGN from one blockchain network to another - [Bridge Quote](https://docs.cngn.co/api-reference/bridge-quote.md): Get a fee quote before bridging cNGN between networks - [Create Temporary Virtual Account](https://docs.cngn.co/api-reference/create-temporary-virtual-account.md): Create a one-time virtual account for a single customer deposit - [Get Balance](https://docs.cngn.co/api-reference/get-balance.md): Retrieve your business's cNGN balances - [Get Banks](https://docs.cngn.co/api-reference/get-banks.md): List supported Nigerian banks and their codes - [Get Networks](https://docs.cngn.co/api-reference/get-networks.md): List the blockchain networks cNGN currently supports - [Get Transactions](https://docs.cngn.co/api-reference/get-transactions.md): Retrieve your paginated transaction history - [Get Virtual Account](https://docs.cngn.co/api-reference/get-virtual-account.md): Retrieve your dedicated virtual account(s) for Naira deposits - [Get Whitelisted Addresses](https://docs.cngn.co/api-reference/get-whitelisted-addresses.md): List all wallet addresses whitelisted on your account - [API Reference](https://docs.cngn.co/api-reference/introduction.md): Conventions used across all cNGN API endpoints - [Redeem Asset](https://docs.cngn.co/api-reference/redeem-asset.md): Redeem cNGN for Naira, settled to a Nigerian bank account - [Update Bank Account](https://docs.cngn.co/api-reference/update-bank-account.md): Update your business's settlement bank account - [Verify Account Details](https://docs.cngn.co/api-reference/verify-account-details.md): Resolve a bank account number to its registered account name - [Verify Withdrawal](https://docs.cngn.co/api-reference/verify-withdrawal.md): Check the status of a withdrawal by its transaction reference - [Whitelist Address](https://docs.cngn.co/api-reference/whitelist-address.md): Whitelist an external wallet address for withdrawals - [Withdraw](https://docs.cngn.co/api-reference/withdraw.md): Withdraw cNGN to an external wallet address - [Changelog](https://docs.cngn.co/changelog.md): Notable changes and additions to the cNGN API and its documentation - [Going Live Checklist](https://docs.cngn.co/going-live.md): Everything to verify before switching from test to production - [Authentication](https://docs.cngn.co/guides/authentication.md): API keys, environments, and IP whitelisting - [Contract Addresses](https://docs.cngn.co/guides/contract-addresses.md): Official cNGN token contracts on every supported network - [Encryption](https://docs.cngn.co/guides/encryption.md): Encrypt request bodies and decrypt response payloads - [Error Reference](https://docs.cngn.co/guides/errors.md): Every error the API returns and how to resolve it - [Networks](https://docs.cngn.co/guides/networks.md): Working with supported blockchain networks - [Permissions](https://docs.cngn.co/guides/permissions.md): Role permissions required by certain endpoints - [Rate Limiting](https://docs.cngn.co/guides/rate-limits.md): Request quotas and how to handle 429 responses - [Response Format](https://docs.cngn.co/guides/response-format.md): The standard response envelope returned by every endpoint - [Security](https://docs.cngn.co/guides/security.md): How the cNGN API protects every request, and how to handle your credentials - [Generating API Keys](https://docs.cngn.co/guides/security/generating-api-keys.md): Retrieve your API and encryption keys from the merchant dashboard - [Generating SSH Keys](https://docs.cngn.co/guides/security/generating-ssh-keys.md): Create the Ed25519 key pair used to encrypt API responses to you - [Webhooks](https://docs.cngn.co/guides/webhooks.md): Receive real-time notifications when deposits, redemptions, withdrawals, and bridges settle - [Introduction](https://docs.cngn.co/index.md): Welcome to the cNGN API: programmatic access to Africa's first regulated stablecoin - [Quickstart](https://docs.cngn.co/quickstart.md): Make your first cNGN API request in minutes - [Libraries & SDKs](https://docs.cngn.co/sdks.md): Official cNGN libraries for TypeScript, Python, PHP, and Java