> 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="https://1419689564-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFdTKNedABvGBtqJRHWA0%2Fuploads%2FAbkaVVRPafSPQIXzKlIZ%2FPicture1_5.png?alt=media&amp;token=ffff9c55-48df-4560-aa47-e5cf2ccc07cc" 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="/docs/disbursement/integration/response-data-structure.md">ExchangeRateRespItem</a>]</p></td><td>Data response, refer to <a href="/docs/disbursement/integration/response-data-structure.md">ExchangeRateRespItem</a></td></tr></tbody></table>
