Get Recommended Fees
get
Returns our currently suggested fees for new transactions.
Authorizations
Responses
200
Successful operation
application/json
401
Invalid API Key
get
GET /v1/indexer/fees/recommended HTTP/1.1
Host: open-api.unisat.io
Authorization: Bearer JWT
Accept: */*
{
"code": 0,
"msg": "OK",
"data": {
"fastestFee": 1,
"halfHourFee": 1,
"hourFee": 1,
"economyFee": 1,
"minimumFee": 1
}
}

Last updated