OTC Buy Rates

Use this endpoint to fetch our OTC buy rates

curl --request GET \
     --url https://lobster-app-whutt.ondigitalocean.app/otc/buy  \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'ngnc-sec-key: NGNC_SECRET_KEY' \

GET https://lobster-app-whutt.ondigitalocean.app/otc/buy

{
    "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