GetFeeEstimates
GET/btc/:network/fee-estimates
Get fee estimates for transactions.
Responses
- 200
- 400
- 401
successful operation
- application/json
- Example
{
"statusCode": 0,
"data": {
"fastest_fee": 20,
"half_hour_fee": 15,
"hour_fee": 10,
"economy_fee": 5,
"minimum_fee": 1
}
}
Bad Request
Unauthorized
Loading...