Estimate ledger to offchain transaction fee

POST {{baseUrl}}/v3/offchain/blockchain/estimate

2 credits per API call.


Estimate current transaction fee for ledger to blockchain transaction.
Supported blockchains:

  • Bitcoin
  • Litecoin
  • Dogecoin

Request Body

{"senderAccountId"=>"5e68c66581f2ee32bc354087", "address"=>"mpTwPdF8up9kidgcAStriUPwRdnE9MRAg7", "amount"=>"0.001", "multipleAmounts"=>["0.1", "0.1"], "attr"=>"Excepteur cillum dolor", "xpub"=>"xpub6EsCk1uU6cJzqvP9CdsTiJwT2rF748YkPnhv5Qo8q44DG7nn2vbyt48YRsNSUYS44jFCW9gwvD9kLQu9AuqXpTpM1c5hgg9PsuBLdeNncid"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"fast":"0.006584","medium":"0.004584","slow":"0.002584"}