Sell Ramp

This endpoint can be used to intiate an NGNC Off-ramp transaction.

Initiate a Sell Transaction.

Use this endpoint to perform a sell transaction POST api.ngnc.online/transactions/v1/offramp

curl --request POST \
     --url https://api.ngnc.online/transactions/v1/offramp \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'ngnc-sec-key: NGNC_SECRET_KEY' \
     --data '
{
    "business_id": "string",  
    "link_tag": "string", 
    "type": "string", 
    "amount": 0,  
    "account_name": "string", 
    "account_number": "string", 
    "bank_name": "string", 
}'
Parameter
Type
Description
Required

business_id

String

Buinesses unique ID which can be found on the dashboard at app.ngnc.online.

True

link_tag

String

Your business link_tag. Also provided on your dashbaord.

True

type

String

sell_ramp

True

amount

String

Amount user wishes to off-ramp and send to nigerian account. (Min 20 USDT / USDC)

True

account_name

String

Bank account name to deposit funds in Nigeria.

True

account_number

String

10 Digits Bank account number to deposit funds in Nigeria.

True

bank_name

String

Use the List Banks ENDPOINT to fetch the list of supported payment banks. Only the name needs to be passed

True

Off Ramp NGNC

POST https://api.ngnc.online/transactions/v1/offramp

Headers

Name
Type
Description

ngnc-sec-key*

String

Get Key from Bridge App

Request Body

Name
Type
Description

business_id*

String

Get your business id from Bridge App

account_name*

String

link_tag*

String

amount*

Number

type*

String

use: sell_ramp

wallet_address*

String

network*

String

bank_name*

String

account_number*

String

Last updated