estimatesmartfee
Bitcoin node API
estimatesmartfee | Bitcoin
The estimatesmartfee method estimates the fee per kilobyte required for a transaction to be confirmed within a certain number of blocks.
POST
estimatesmartfee
TheDocumentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
estimatesmartfee method estimates the fee per kilobyte required for a transaction to be confirmed within a certain number of blocks. This is useful for dynamically adjusting transaction fees based on current network conditions.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
conf_target(required): The number of blocks within which the transaction should be confirmed.
Response
result— an object containing the estimated fee rate (feerate) in BTC per kilobyte and the target number of blocks (blocks) for confirmation.error— an object containing an error message if an error occurred, otherwisenull.id— an integer representing the ID of the request.
Use case
Theestimatesmartfee method is crucial for wallet applications and services that need to adjust transaction fees dynamically. It helps ensure transactions are confirmed in a timely manner without overpaying.Body
application/json
Last modified on May 18, 2026