Get exchange rate API
Last updated
Last updated
This is the API to get the list of fx rates between currency vs VND.
Sequence Diagram
API:
Path: /v2/dib/fxRates
Method: GET
Request: Content-Type: application/json
Request Parameter
Parameter | Data Type | Required | Description |
---|---|---|---|
codes | String | Y | Currency codes are separated by commas. ex: USD,EUR |
Response Data
Parameter | Data Type | Description |
---|---|---|
code | Number | System’s error code |
message | String | Error description |
data | Array | Data response, refer to ExchangeRateRespItem |