# 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)

###


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cngn.co/introduction/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
