Last updated 1 month ago
Get the full history events of Runes.
Successful operation
"OK"
const response = await fetch('https://open-api.unisat.io/v1/indexer/runes/event', { method: 'GET', headers: {}, }); const data = await response.json();
{ "code": 0, "msg": "OK", "data": { "detail": [ { "type": "etch", "address": "text", "amount": "text", "height": 0, "txidx": 0, "txid": "text", "timestamp": 0, "rune": "text", "runeid": "text" } ], "start": 0, "total": 0 } }