> For the complete documentation index, see [llms.txt](https://docs.neox.vn/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neox.vn/docs/disbursement/integration/get-exchange-rate-api.md).

# Get exchange rate API

* This is the API to get the list of fx rates between currency vs VND.
* Sequence Diagram

<figure><img src="/files/hrExb8eOtI3Vy0p7Hiy4" alt=""><figcaption></figcaption></figure>

* API:
  * Path: */v2/dib/fxRates*
  * Method: GET
  * Request: Content-Type: application/json
* Request Parameter

<table><thead><tr><th width="136">Parameter</th><th width="137">Data Type</th><th width="111">Required</th><th>Description</th></tr></thead><tbody><tr><td>codes</td><td>String</td><td>Y</td><td>Currency codes are separated by commas. ex: USD,EUR</td></tr></tbody></table>

* Response Data

<table><thead><tr><th width="121.33333333333334">Parameter</th><th width="230">Data Type</th><th>Description</th></tr></thead><tbody><tr><td>code</td><td>Number</td><td>System’s error code</td></tr><tr><td>message</td><td>String</td><td>Error description</td></tr><tr><td>data</td><td><p>Array</p><p>[<a href="/pages/FvYjr9HJVHxqeU1fDsHI">ExchangeRateRespItem</a>]</p></td><td>Data response, refer to <a href="/pages/FvYjr9HJVHxqeU1fDsHI">ExchangeRateRespItem</a></td></tr></tbody></table>
