cURL
curl --request GET \ --url https://api.bitnbox.io/v1/payout/estimate-fee \ --header 'x-api-key: <api-key>'
{ "currency": "<string>", "network": "<string>", "amount": 123 }
Currency for which to estimate fee
Network for which to estimate fee
200
Successful response with estimated fee details
Currency of the fee
Network of the fee
Estimated fee amount