I’m developing an app using a blockchain.com Exchange API:
https://api.blockchain.com/v3/
https://exchange.blockchain.com/api/#introduction
There’s one thing I haven’t managed to find in the docs:
How can I fetch a Withdrawal Fees via the API before the withdrawal was actually made? What is the right endpoint for it? Is it possible somehow to get those fees info from API before the withdrawal, or maybe there is some way to calculate them?
There is this endpoint:
https://api.blockchain.com/v3/#/payments/getWithdrawals
It returns the fee but only after the transaction was made…
There is also this table in their faq:
https://support.blockchain.com/hc/en-us/articles/4673341985564-Deposit-Fees-and-Withdrawal-Fees
But I can’t quite understand what it means in my use case. In other exchanges (Binance, Kraken, crypto.com, Coinbase etc. the withdrawal fees table looks completely different and also is available via API).
If someone has worked with blockchain.com Exchange API – please help me to understand If what I’m trying to do (Withdrawal Fees via Api) is possible at all in blockchain.com Exchange API.
Thank you!