> For the complete documentation index, see [llms.txt](https://docs.localramp.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.localramp.co/institutional-onramp-greater-than-usd100k/exchange-rate.md).

# Exchange Rate

To determine the rate,  make a **GET** request to the following endpoint.

{% code overflow="wrap" %}

```url
https://api.localramp.co/v1/institution/buy/rate?sender_currency=NGN
```

{% endcode %}

The request takes `sender_currency`  as a query parameter.&#x20;

With the following header

```
x-auth-token: <SECRET_KEY>
```

{% hint style="success" %}
Rates for institutional on-ramp can only be **locked** for 20 mins after initiating the transaction
{% endhint %}
