Get fee rate

Retrieves an estimated fee rate for transactions.

POST

Parameters

Body

application/json
transaction
REQUIRED
string
A serialized transaction
Status codeDescription
200Get fee rate information.
4XXDefault Response
cURL
curl -L -X POST \
"https://api.hiro.so/extended/v1/fee_rate/" \
-H 'Accept: application/json'
Response
{
"fee_rate": 0
}

How is this guide?