Get FX Rate
This Endpoint allows you to know what the exchange rate is on Startbutton at any given time. The rate returned is all relative to USD.
Last updated
This Endpoint allows you to know what the exchange rate is on Startbutton at any given time. The rate returned is all relative to USD.
Content-Type
Set value to application/json
GET {{baseurl}}/transaction/exchange
{
"success": true,
"message": "forex",
"data": [
{
"symbol": "GHS",
"buy": 1x,
"sell": 8
},
{
"symbol": "NGN",
"buy": 1xx,
"sell": 8x
}
]
}Last updated