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

apiKeystringRequired

Request

This endpoint expects an object.
conf_targetintegerRequired>=1<=1008

Number of blocks within which confirmation is targeted.

estimate_modeenumRequired

Fee estimate mode. Options are “UNSET”, “ECONOMICAL”, or “CONSERVATIVE”.

Allowed values:

Response

Estimated fee rate and corresponding target blocks.

feeratedoubleOptional

Estimated fee rate in BTC per KB.

blocksintegerOptional

The actual confirmation target (may differ if estimate unavailable).