Estimate ledger to blockchain transaction feeAsk AIpost https://api.tatum.io/v3/offchain/blockchain/estimate2 credits per API call. Estimate current transaction fee for ledger to blockchain transaction. Supported blockchains: Bitcoin Litecoin Dogecoin Body ParamssenderAccountIdstringrequiredlength between 24 and 24Sender account IDaddressstringrequiredlength between 1 and 10000Blockchain address to send assets to. For BTC, LTC, and DOGE, it is possible to enter list of multiple recipient blockchain addresses as a comma separated string.amountstringrequiredlength ≤ 38Amount to be withdrawn to blockchain.multipleAmountsarray of stringsFor BTC, LTC, and DOGE, it is possible to enter list of multiple recipient blockchain amounts. List of recipient addresses must be present in the address field and total sum of amounts must be equal to the amount field.multipleAmountsADD stringattrstringlength between 1 and 256Used to parametrize withdrawal as a change address for left coins from transaction. XPub or attr must be used.xpubstringlength between 1 and 150Extended public key (xpub) of the wallet associated with the accounts.Responses 200OK 400Bad Request 401Unauthorized. Not valid or inactive subscription key present in the HTTP Header. 403Forbidden. The request is authenticated, but it is not possible to perform the operation due to logical error or invalid permissions. 500Internal server error. There was an error on the server during the processing of the request.Updated 4 months ago