Last updated 4 months ago
Returns our currently suggested fees for new transactions.
GET /v1/indexer/fees/recommended HTTP/1.1 Host: open-api.unisat.io Authorization: Bearer JWT Accept: */*
Successful operation
{ "code": 0, "msg": "OK", "data": { "fastestFee": 1, "halfHourFee": 1, "hourFee": 1, "economyFee": 1, "minimumFee": 1 } }