Commission for SEPA transfer
OK
const response = await fetch('//api.client.nbcgate.tech/api/withdrawal/sepa/commission', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "amount_from": 0, "amount_to": 0, "currency_id": 0, "fix_amount": 0, "percent": 0 } ]