curl --location --request GET '/api/v1/transfer-fees/stored-fees?currency&paymentMethod' \
--header 'x-api-key: <api-key>'
{
"success": true,
"data": [
{
"id": 0,
"currency": "string",
"paymentMethod": "string",
"minAmount": 0,
"maxAmount": 0,
"fee": 0,
"feeType": "string",
"createdAt": "string",
"updatedAt": "string"
}
]
}