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.
Get FX Rate
Authorization
Set value to Bearer PUBLIC_KEY
Content-Type
Set value to application/json
GET {{baseurl}}/transaction/exchange
Sample Response
{
"success": true,
"message": "forex",
"data": [
{
"symbol": "GHS",
"buy": 1x,
"sell": 8
},
{
"symbol": "NGN",
"buy": 1xx,
"sell": 8x
}
]
}
Last updated