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