# Overview

Welcome to the cNGN API documentation. cNGN is Africa's first regulated stablecoin, providing a fully compliant digital asset with unparalleled trust and transparency. Our API allows institutions, businesses, and individual users to integrate the cNGN stablecoin into their applications, facilitating secure transactions while ensuring regulatory compliance.

This API is designed for ease of use, enabling developers to interact with the cNGN platform to manage assets, perform transactions, and monitor wallet activities with high security and transparency.

The cNGN contract addresses with supported networks can be found here; <https://github.com/wrappedcbdc/stablecoin-cngn>. cNGN API also comes with libraries written in [java](https://github.com/wrappedcbdc/cngn-java-library), [typescript](https://github.com/wrappedcbdc/cngn-typescript-library), [python](https://github.com/wrappedcbdc/cngn-pyhon-library) and [php](https://github.com/wrappedcbdc/cngn-php-library), for easy integration by merchants and financial institutions to make calls to our API when they want to;

**Base URL:**

```
https://api.cngn.co/v1/api
```

### Core Capabilities

* Get cNGN balance from platform
* Get transaction history
* Request virtual account for cNGN deposit
* Deposit cNGN for cash to bank account (Redeem)
* Withdraw cNGN to external wallet address
* Bridge (swap) cNGN between blockchains
* Whitelist withdrawal addresses
* Verify bank account details
* Update bank account information
* Get supported bank list
* Get supported blockchain networks

### Resources

* **Contract Addresses:** [GitHub - stablecoin-cngn](https://github.com/wrappedcbdc/stablecoin-cngn?tab=readme-ov-file#blockchain-deployments)
* **TypeScript Library:** [GitHub - cngn-typescript-library](https://github.com/wrappedcbdc/cngn-typescript-library)
* **Python Library:** [GitHub - cngn-python-library](https://github.com/wrappedcbdc/cngn-pyhon-library)
* **Java Library:** [GitHub - cngn-java-library](https://github.com/wrappedcbdc/cngn-java-library)
* **PHP Library:** [GitHub - cngn-php-library](https://github.com/wrappedcbdc/cngn-php-library)

###
