Last updated 3 months ago
Returns our currently suggested fees for new transactions.
curl -L \ --url 'https://open-api.unisat.io/v1/indexer/fees/recommended' \ --header 'Authorization: Bearer JWT'
{ "code": 0, "msg": "OK", "data": { "fastestFee": 1, "halfHourFee": 1, "hourFee": 1, "economyFee": 1, "minimumFee": 1 } }