> For the complete documentation index, see [llms.txt](https://startbutton.gitbook.io/startbutton-product-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://startbutton.gitbook.io/startbutton-product-api/startbutton-api-doc/get-fx-rate.md).

# Get FX Rate

### Get FX Rate

| Authorization | Set value to Bearer PUBLIC\_KEY |
| ------------- | ------------------------------- |
| Content-Type  | Set value to `application/json` |

<details>

<summary>BaseUrl</summary>

Sandbox/PROD : <https://api.startbutton.tech&#x20>;

</details>

{% tabs %}
{% tab title="Endpoint" %}
GET `{{baseurl}}/transaction/exchange`
{% endtab %}
{% endtabs %}

#### Sample Response

```json
{
    "success": true,
    "message": "forex",
    "data": [
        {
            "symbol": "GHS",
            "buy": 1x,
            "sell": 8
        },
        {
            "symbol": "NGN",
            "buy": 1xx,
            "sell": 8x
        }
    ]
}
```
