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

BaseUrls

PROD : https://api.startbutton.tech

DEV/ Staging: https://api-dev.startbutton.tech

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