|
SERVİS APİ DOKÜMANI |
Bu servis ile merkez bankası faiz oranlarını listeleyebilirsiniz.
Method | Url |
GET | {{api_url}}MbFaiz/MbFaiz?api_key={{api_key}} |
Type | Params | Values |
URL_PARAM | api_key | string |
api_key: Server bilgilerinde api key değeri pre-define olarak verilmiştir.
Status | Response |
200 |
[ { "d": "2024-08-20", "v": "50.00" }, { "d": "2024-09-19", "v": "50.00" }, { "d": "2024-10-17", "v": "50.00" }, { "d": "2024-11-21", "v": "50.00" } ... ] d (string) Tarih. yyyy-MM-dd. v (float) Faiz oranı. |
401 |
{ "message": { "errorText": "Bu servis için yetkiniz yok.", "errorCode": "Permission401", "isError": true, "resultText": null, "resultOk": false, "resultCode": null } } |
Not: Bu servis için örnek istek aşağıya eklenmiştir.
Request-1 {{api_url}}MbFaiz/MbFaiz?api_key={{api_key}}