Exchange Rate
This endpoint is used to get both buy and sell rates between the fiat and crypto pair e.g. NGN-> USDT or USDT->NGN.
Headers
Name
Type
Description
Request Body
Name
Type
Description
// Sample body request
{
"fiat":"NGN",
"chain": "usdt-trc"
}
{
success: true,
message: string,
data: {
"NGN/USDT": 1700,
"USDT/NGN": 1670
}
}Last updated