Get exchange rate API

  • 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

ParameterData Type RequiredDescription

codes

String

Y

Currency codes are separated by commas. ex: USD,EUR

  • Response Data

ParameterData Type Description

code

Number

System’s error code

message

String

Error description

data

Data response, refer to ExchangeRateRespItem

Last updated