{
"currencyCode": "string",
"maturityType": 0,
"productCode": "string"
}
curl --location --request POST 'https://testapi.flyp.com.tr/albarakaapi/informations/profitrates' \
--header 'Content-Type: application/json' \
--data-raw '{
"currencyCode": "string",
"maturityType": 0,
"productCode": "string"
}'
{
"data": [
{
"tranDate": "string",
"unitValueInTranDate": 0,
"productCode": "string",
"currencyCode": "string",
"maturityType": 0,
"maturityDefinition": "string",
"amountStart": 0,
"amountEnd": 0,
"dayCount": 0,
"valueDate": "string",
"unitValueInValueDate": 0,
"profitRate": 0,
"poolId": 0,
"totalProfit": 0,
"stoppageRate": 0,
"netProfit": 0,
"totalProfitRate": 0,
"netProfitRate": 0
}
],
"header": {
"detailCode": "string",
"message": "string",
"status": "string",
"statusCode": 0,
"txId": "string",
"warnings": [
{
"key": "string",
"text": "string"
}
]
}
}