Exchange işleminde güncel kurların görüntülendiği endpoint ve http metod bilgisi aşağıda verilmiştir.
HTTP Method | URL |
---|---|
POST | /v1/Transaction/ExchangeMoneyRateList |
Parametre | Tip | Zorunlu | Açıklama |
---|---|---|---|
currency_code | string | Evet | Para Birimi |
Parametre | Tip | Açıklama |
---|---|---|
code | string | Kod |
message | string | Mesaj |
payload | string | Veri |
update_date | string | Güncel Tarih |
update_time | string | Güncel Saat |
currencies | obje[] | Para Birimleri İçeriği |
currency_name | string | Para Birimi Adı |
exchange_rate | decimal | Alış Fiyatı |
change_rate | decimal | Satış Fiyatı |
type | string | Para Birmi Tipi |
chsum | string | Kur Bilgisinin Benzersiz ID'si |
İSTEK (POST) :
{
"currency_code": "EUR"
}
YANIT:
{
"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"
}
]
}
}