Skip to main content

Fetch fee rate

deprecated

This endpoint has been deprecated and may be removed in future versions of the API.

NOTE: This endpoint is deprecated in favor of Get approximate fees for a given transaction.

Retrieves estimated fee rate.

Request Body REQUIRED
transaction string REQUIRED

A serialized transaction

Responses
200

Transaction fee rate

Schema OPTIONAL
fee_rate integer
fetch_fee_rate
POST /extended/v1/fee_rate
Body
Loading...
https://api.mainnet.hiro.so
curl -L -X POST 'https://api.mainnet.hiro.so/extended/v1/fee_rate' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'