Estimate fee for transaction

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

2 credits per API call.


Estimate current transaction fee for different operations.
Supported blockchains:

  • Bitcoin
  • Litecoin
  • Ethereum
  • Celo
  • Binance Smart Chain

Request Body

{"chain"=>"MATIC", "type"=>"MINT_NFT"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

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