Description
This API returns the interest rates on deposit for given date and amount values.
How it Works
Parameters
channel: String
days: Integer
amount: Double
currency_code: String
Sample Request
GET {API_HOST}/api/v1/deposit-rates/?channel=ISCEP&days=60&amount=100000¤cy_code=TRY
Headers:
X-IBM-client-id: {YOUR_CLEINT_ID}
X-IBM-client-secret: {YOUR_CLEINT_SECRET}
Content-Type: application/json
Sample Response
{
"data": {
"deposit_rate": 17,
"days": "60",
"amount": "100000",
"currency_code": "TRY",
"channel": "ISCEP"
}
}