Skip to main content
Version: 1.1.0

Get Institution Currency Rates

GET 

/v1.1/master-data/currency-rates

Use to get details of all the defined currency rates under a given institution.

Request

Query Parameters

    institutionCode stringrequired

    Example: TRADE_API_INST_ONE

Responses

OK

Schema
    status stringrequired

    Possible values: non-empty, [SUCCESS, FAILED]

    reason string

    Possible values: non-empty

    rejectCode number

    Find error codes here

    institutionCurrencyRatesList object[]required

    Possible values: >= 1

  • Array [
  • fromCurrency string
    toCurrency string
    buyRate string
    sellRate string
  • ]
Loading...
Is this page helpful for you?