Features
<30s
avg transaction
Complete transactions in under 30 seconds. No waiting, no delays.
200+
banks supported
Pay directly from your Nigerian bank account. No cards needed.
4
networks
Access Base, Ethereum, Polygon, and BSC all in one place.
How it works
Sign up with your email in under a minute
Quick KYC with BVN or NIN verification
Buy or sell crypto via bank transfer
For Developers
Integrate CNGN Ramp into your application with just a few lines of code. Perfect for exchanges, wallets, and fintech platforms.
curl -X POST https://api.cngn.app/onramp \
-H "x-api-key: sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"amount": 100000,
"network": "base",
"destination": {
"address": "0x..."
}
}'