Exchange Money Rate List

URL

The endpoint and http method information on which the current exchange rates are displayed in the Exchange transaction are given below.

HTTP Method URL
POST /v1/Transaction/ExchangeMoneyRateList

Request Params

Params Type Mandatory
currency_code string Yes

Response Params

Params Type
code string
message string
payload string
update_date string
update_time string
currencies obje[]
currency_name string
exchange_rate decimal
change_rate decimal
type string
chsum string

REQUEST

{
  "currency_code": "EUR"
}

RESPONSE

{
    "status": 0,
    "code": "100",
    "message": "İşlem Başarılı",
    "payload": {
        "update_date": "27.09.2022",
        "update_time": "15:36:33",
        "currencies": [
            {
                "currency_name": "EUR",
                "exchange_rate": 18.044,
                "change_rate": 17.746,
                "type": "EUR",
                "chsum": "5gfrM1FIawE2I0pH4XEkUBzxzsO+S8o2hTT2VrUjrQXczwQsKpfAy3
                bbBCYSQRCu0wXquNmBDVGvc+fYQSfD1651sPLpWyEWswFTsJAh0tMkYu6XonTKJv
                uBn2rAh7dgMpTMM35Eg4jRD3fesTp1WSdOcVKrj/4S5VdxS4tb6W4MMBfCdkR1l2
                WDBg6VNK5I"
            }
        ]
    }