x-api-key: ********************curl --location '/api/v1/bnm/islamic-interbank-rate' \
--header 'x-api-key: <api-key>'{
"data": {
"tenors": {
"product": "string",
"date": "string",
"overnight": 0,
"1_week": 0,
"2_week": 0,
"1_month": 0,
"2_month": 0,
"3_month": 0,
"6_month": 0,
"9_month": 0,
"12_month": 0,
"1_year": 0,
"more_1_year": 0,
"other": 0,
"property1": "string",
"property2": "string"
}
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "string",
"fallback_used": true,
"fallback_chain": [
"string"
],
"cached": true
}
}