estimatesmartfee
Estimates the approximate fee per kilobyte required for a transaction to begin confirmation within conf_target
blocks. Uses BIP 141 virtual transaction size.
Path parameters
apiKey
Request
This endpoint expects an object.
conf_target
Number of blocks within which confirmation is targeted.
estimate_mode
Fee estimate mode. Options are “UNSET”, “ECONOMICAL”, or “CONSERVATIVE”.
Allowed values:
Response
Estimated fee rate and corresponding target blocks.
feerate
Estimated fee rate in BTC per KB.
blocks
The actual confirmation target (may differ if estimate unavailable).