Rates

GET /api/merchant/token_price

Headers

Name
Value
Description

Accept

application/json

Body

pass type either otc, merchant or business

{
    "token":"USDT",
    "currency":"NGN",
    "amount":"4000",
    "type":"otc"
}

Response

{
    "price": 2.6666666666666665,
    "fee": 0.13333333333333333
}

Last updated