Get transfer fee estimate

RPC node

Retrieves an estimated fee rate for STX transfer transactions.

GET

Parameters

No parameters.

Status codeDescription
200Fee rate in microSTX per byte
500Internal Server Error
cURL
curl -L \
"https://api.hiro.so/v2/fees/transfer" \
-H 'Accept: application/json'
Response
3

How is this guide?