Last updated 6 days 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", "txid": "text", "rune": "text", "runeid": "text" } ] } }