Get Runes Events
get
/v1/indexer/runes/event
Get the full history events of Runes.
Authorizations
Query parameters
runestringOptional
Filter by rune
typestring · enumOptionalPossible values: 
Filter by history type
addressstringOptional
Filter by address
heightintegerOptional
Filter by block height
txidstringOptional
Filter by tx
startintegerOptionalExample: 
Start offset
0limitintegerOptionalExample: 
Number of inscriptions returned
16Responses
200
Successful operation
application/json
401
Invalid API Key
get
/v1/indexer/runes/eventGET /v1/indexer/runes/event HTTP/1.1
Host: open-api.unisat.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "code": 0,
  "msg": "OK",
  "data": {
    "detail": [
      {
        "type": "etch",
        "address": "text",
        "amount": "text",
        "height": 1,
        "txidx": 1,
        "txid": "text",
        "timestamp": 1,
        "rune": "text",
        "runeid": "text"
      }
    ],
    "start": 1,
    "total": 1
  }
}Last updated
