x-api-key: ********************
curl --location --request GET '/api/v1/transfer-fees/transfer-fee?currency&amount&paymentMethod' \
--header 'x-api-key: <api-key>'
{
"success": true,
"data": {
"currency": "string",
"amount": 0,
"paymentMethod": "string",
"fee": 0,
"feeType": "string",
"netAmount": 0,
"source": "string"
}
}