USDC Rates

Use this endpoint to fetch our usdc - ngnc rates

curl --request GET \
     --url https://api.ngnc.online/rates/v1/usdc-ngnc \
     --header 'accept: application/json' \
     --header 'ngnc-sec-key: NGNC_SECRET_KEY' \
     --header 'content-type: application/json' \

GET https://api.ngnc.online/rates/v1/usdc-ngnc

{
    "USD": 743.3,
    "GBP": 935.1,
    "EUR": 803.6,
    "TRY": 44.1,
    "CNY": 90,
    "CHF": 831.4,
    "CAD": 589,
    "AED": 160,
    "KES": 6.4
}

Last updated