Skip to main content

Upcoming changes

We are working on exciting new features that will enhance your experience. While we continue to develop these updates, you can keep building!
We recommend regularly checking this changelog for the latest updates and planning your development cycles accordingly. Your feedback is invaluable to us, so feel free to share any suggestions or issues you encounter.

Product updates

New releases and improvements
January 31, 2026
ImprovementsAsset Updates

cNGN Contract Address Updates

The cNGN team has deployed new contract addresses across 5 networks. Previous addresses are now labeled “Old v2” and will be phased out.

What Changed

  • New cNGN deployment: Updated contract addresses for cNGN across Ethereum, BNB Chain, Base, Asset Chain, and Arc
  • Previous addresses relabeled: Existing addresses are now marked as “Old v2” in the dashboard
  • New network support: cNGN is now available on the Arc network

What you need to do

  • Go to your dashboard and add the new cNGN assets (look for the ones without the “Old” label)
  • Update your integrations to use the new contract addresses
  • Previous addresses will continue to work during the transition period

New Contract Addresses

Test cNGN Tokens

Need test cNGN for your sandbox (testnet) integration? Use the official cNGN Faucet to get test tokens.For more information about the cNGN stablecoin project, visit the official repository.
January 22, 2026
Breaking ChangeVirtual Accounts

Virtual Accounts API Breaking Changes

Breaking Change: This update is now live. Existing integrations using the Virtual Accounts API should update to the new response format.

Why This Changed

Previously, each wallet or address could only have one virtual account. We’ve heard from businesses that need multiple virtual accounts per wallet—for example, to assign separate accounts to different customers or use cases. This update enables that flexibility while maintaining backwards compatibility for retrieving individual accounts.

What Changed

New Endpoints

To retrieve a specific virtual account (equivalent to the old single-object response), use these new endpoints:

Pagination Details

All list endpoints now support pagination with these query parameters:

New Features

  • Virtual account labels: Add custom labels to organize accounts (e.g., “Customer A”, “Payroll”)
  • Account regeneration: Generate new account numbers with reason tracking for audit purposes
  • Transaction history: Query transactions linked to specific virtual accounts

Migration Guide

Before — Single object response:
After — Paginated array response:
To get a specific account by ID (recommended):

Example API Response

List endpoint GET /wallets/{walletId}/virtual-accounts:
Single account endpoint GET /wallets/{walletId}/virtual-accounts/{virtualAccountId}:

Need Help?

November 7, 2025
New FeatureVirtual Accounts

Virtual Accounts API

  • New feature: Virtual Accounts API enables businesses to create and manage virtual bank accounts linked to master wallets or child addresses
  • Fiat-to-stablecoin conversion: Customers can receive NGN payments through traditional bank transfers, automatically converted to cNGN stablecoins
  • Auto-funding support: AUTO_FUNDING type accounts automatically mint cNGN when fiat payments are received and transfer to linked wallets
  • Master wallet integration: Create virtual accounts directly linked to master wallets
  • Child address integration: Create virtual accounts linked to specific child addresses for granular control
  • Account management: Activate or deactivate virtual accounts to control auto-funding behavior

What you need to do

  • Enable the feature: Contact [email protected] to enable virtual accounts for your business
  • Ensure cNGN support: Make sure your master wallet supports the cNGN stablecoin asset
  • Mainnet only: Note that virtual accounts are only available in the MAINNET environment
  • Review API endpoints: Check the Virtual Accounts API documentation for implementation details

API Endpoints

Below are the core API endpoints for Virtual Accounts operations:

Master Wallet Endpoints

Child Address Endpoints

Key Features

  • Supported currency: NGN (Nigerian Naira) for fiat payments, cNGN for stablecoin conversion
  • Auto-funding flow: Automatic minting and transfer of cNGN when payments are received (AUTO_FUNDING type)
  • Account activation: Control auto-funding behavior by activating or deactivating accounts
  • Customer management: Create accounts with customer information (firstname, lastname, email, phone)
For more information, see the Virtual Accounts documentation and API Reference.
October 20, 2025
ImprovementsAsset Updates

cNGN Testnet Address Updates

  • Updated cNGN testnet addresses: The cNGN team has updated their testnet addresses across multiple networks
  • New asset support: Added support for the updated cNGN stablecoin in the dashboard
  • Asset management: Previous testnet addresses are now labeled as “old” and will be removed in 30 days
  • Tron USDT support: Added updated supported Tron USDT address with previous address labeled as “old”

What you need to do

  • Go to your dashboard and add the new cNGN assets (look for the ones without the “old” label)
  • Update your integrations to use the new testnet addresses
  • The old testnet addresses will be automatically removed after 30 days
  • Note: These changes only apply to testnet environments - mainnet addresses remain unchanged

Updated Testnet Addresses

Updated Tron USDT Address

For more information about the cNGN stablecoin project, visit the official repository.