Download OpenAPI specification:Download
REST API to get information about Runes
Retrieves a paginated list of rune etchings
offset | integer (Offset) >= 0 Result offset |
limit | integer (Limit) [ 1 .. 60 ] Results per page |
{- "limit": 20,
- "offset": 0,
- "total": 1,
- "results": [
- {
- "id": "840000:1",
- "name": "ZZZZZFEHUZZZZZ",
- "spaced_name": "Z•Z•Z•Z•Z•FEHU•Z•Z•Z•Z•Z",
- "number": 1,
- "divisibility": 2,
- "symbol": "ᚠ",
- "turbo": false,
- "mint_terms": {
- "amount": "100",
- "cap": "1111111",
- "height_start": 840000,
- "height_end": 1050000,
- "offset_start": 0,
- "offset_end": 200
}, - "supply": {
- "current": "11274916350",
- "minted": "274916100",
- "total_mints": "250",
- "mint_percentage": "59.4567",
- "mintable": true,
- "burned": "5100",
- "total_burns": "17",
- "premine": "11000000000"
}, - "location": {
- "block_hash": "00000000000000000000c9787573a1f1775a2b56b403a2d0c7957e9a5bc754bb",
- "block_height": 840000,
- "tx_id": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e",
- "tx_index": 1,
- "vout": 100,
- "output": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e:100",
- "timestamp": 1713571767
}
}
]
}
Retrieves information for a Rune etching
required | Rune ID (string) or Rune number (string) or Rune name (string) or Rune name with spacers (string) |
{- "id": "840000:1",
- "name": "ZZZZZFEHUZZZZZ",
- "spaced_name": "Z•Z•Z•Z•Z•FEHU•Z•Z•Z•Z•Z",
- "number": 1,
- "divisibility": 2,
- "symbol": "ᚠ",
- "turbo": false,
- "mint_terms": {
- "amount": "100",
- "cap": "1111111",
- "height_start": 840000,
- "height_end": 1050000,
- "offset_start": 0,
- "offset_end": 200
}, - "supply": {
- "current": "11274916350",
- "minted": "274916100",
- "total_mints": "250",
- "mint_percentage": "59.4567",
- "mintable": true,
- "burned": "5100",
- "total_burns": "17",
- "premine": "11000000000"
}, - "location": {
- "block_hash": "00000000000000000000c9787573a1f1775a2b56b403a2d0c7957e9a5bc754bb",
- "block_height": 840000,
- "tx_id": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e",
- "tx_index": 1,
- "vout": 100,
- "output": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e:100",
- "timestamp": 1713571767
}
}
Retrieves all activity for a Rune
required | Rune ID (string) or Rune number (string) or Rune name (string) or Rune name with spacers (string) |
offset | integer (Offset) >= 0 Result offset |
limit | integer (Limit) [ 1 .. 60 ] Results per page |
{- "limit": 20,
- "offset": 0,
- "total": 1,
- "results": [
- {
- "address": "bc1q7jd477wc5s88hsvenr0ddtatsw282hfjzg59wz",
- "receiver_address": "bc1pgdrveee2v4ez95szaakw5gkd8eennv2dddf9rjdrlt6ch56lzrrsxgvazt",
- "amount": "11000000000",
- "operation": "etching",
- "location": {
- "block_hash": "00000000000000000000c9787573a1f1775a2b56b403a2d0c7957e9a5bc754bb",
- "block_height": 840000,
- "tx_id": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e",
- "tx_index": 1,
- "vout": 100,
- "output": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e:100",
- "timestamp": 1713571767
}
}
]
}
Retrieves all activity for a Rune address
required | Rune ID (string) or Rune number (string) or Rune name (string) or Rune name with spacers (string) |
address required | string (Address) Example: bc1p8aq8s3z9xl87e74twfk93mljxq6alv4a79yheadx33t9np4g2wkqqt8kc5 Bitcoin address |
offset | integer (Offset) >= 0 Result offset |
limit | integer (Limit) [ 1 .. 60 ] Results per page |
{- "limit": 20,
- "offset": 0,
- "total": 1,
- "results": [
- {
- "address": "bc1q7jd477wc5s88hsvenr0ddtatsw282hfjzg59wz",
- "receiver_address": "bc1pgdrveee2v4ez95szaakw5gkd8eennv2dddf9rjdrlt6ch56lzrrsxgvazt",
- "amount": "11000000000",
- "operation": "etching",
- "location": {
- "block_hash": "00000000000000000000c9787573a1f1775a2b56b403a2d0c7957e9a5bc754bb",
- "block_height": 840000,
- "tx_id": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e",
- "tx_index": 1,
- "vout": 100,
- "output": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e:100",
- "timestamp": 1713571767
}
}
]
}
Retrieves a paginated list of rune activity for an address
address required | string (Address) Example: bc1p8aq8s3z9xl87e74twfk93mljxq6alv4a79yheadx33t9np4g2wkqqt8kc5 Bitcoin address |
offset | integer (Offset) >= 0 Result offset |
limit | integer (Limit) [ 1 .. 60 ] Results per page |
{- "limit": 20,
- "offset": 0,
- "total": 1,
- "results": [
- {
- "rune": {
- "id": "840000:1",
- "number": 1,
- "name": "ZZZZZFEHUZZZZZ",
- "spaced_name": "Z•Z•Z•Z•Z•FEHU•Z•Z•Z•Z•Z"
}, - "address": "bc1q7jd477wc5s88hsvenr0ddtatsw282hfjzg59wz",
- "receiver_address": "bc1pgdrveee2v4ez95szaakw5gkd8eennv2dddf9rjdrlt6ch56lzrrsxgvazt",
- "amount": "11000000000",
- "operation": "etching",
- "location": {
- "block_hash": "00000000000000000000c9787573a1f1775a2b56b403a2d0c7957e9a5bc754bb",
- "block_height": 840000,
- "tx_id": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e",
- "tx_index": 1,
- "vout": 100,
- "output": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e:100",
- "timestamp": 1713571767
}
}
]
}
Retrieves a paginated list of rune activity for a transaction
tx_id required | string (Transaction ID) ^[a-fA-F0-9]{64}$ Example: 8f46f0d4ef685e650727e6faf7e30f23b851a7709714ec774f7909b3fb5e604c A transaction ID |
offset | integer (Offset) >= 0 Result offset |
limit | integer (Limit) [ 1 .. 60 ] Results per page |
{- "limit": 20,
- "offset": 0,
- "total": 1,
- "results": [
- {
- "rune": {
- "id": "840000:1",
- "number": 1,
- "name": "ZZZZZFEHUZZZZZ",
- "spaced_name": "Z•Z•Z•Z•Z•FEHU•Z•Z•Z•Z•Z"
}, - "address": "bc1q7jd477wc5s88hsvenr0ddtatsw282hfjzg59wz",
- "receiver_address": "bc1pgdrveee2v4ez95szaakw5gkd8eennv2dddf9rjdrlt6ch56lzrrsxgvazt",
- "amount": "11000000000",
- "operation": "etching",
- "location": {
- "block_hash": "00000000000000000000c9787573a1f1775a2b56b403a2d0c7957e9a5bc754bb",
- "block_height": 840000,
- "tx_id": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e",
- "tx_index": 1,
- "vout": 100,
- "output": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e:100",
- "timestamp": 1713571767
}
}
]
}
Retrieves a paginated list of rune activity for a block
required | Block Height (string) or Block Hash (string) |
offset | integer (Offset) >= 0 Result offset |
limit | integer (Limit) [ 1 .. 60 ] Results per page |
{- "limit": 20,
- "offset": 0,
- "total": 1,
- "results": [
- {
- "rune": {
- "id": "840000:1",
- "number": 1,
- "name": "ZZZZZFEHUZZZZZ",
- "spaced_name": "Z•Z•Z•Z•Z•FEHU•Z•Z•Z•Z•Z"
}, - "address": "bc1q7jd477wc5s88hsvenr0ddtatsw282hfjzg59wz",
- "receiver_address": "bc1pgdrveee2v4ez95szaakw5gkd8eennv2dddf9rjdrlt6ch56lzrrsxgvazt",
- "amount": "11000000000",
- "operation": "etching",
- "location": {
- "block_hash": "00000000000000000000c9787573a1f1775a2b56b403a2d0c7957e9a5bc754bb",
- "block_height": 840000,
- "tx_id": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e",
- "tx_index": 1,
- "vout": 100,
- "output": "2bb85f4b004be6da54f766c17c1e855187327112c231ef2ff35ebad0ea67c69e:100",
- "timestamp": 1713571767
}
}
]
}
Retrieves a paginated list of holders for a Rune
required | Rune ID (string) or Rune number (string) or Rune name (string) or Rune name with spacers (string) |
offset | integer (Offset) >= 0 Result offset |
limit | integer (Limit) [ 1 .. 60 ] Results per page |
{- "limit": 20,
- "offset": 0,
- "total": 1,
- "results": [
- {
- "address": "bc1q7jd477wc5s88hsvenr0ddtatsw282hfjzg59wz",
- "balance": "11000000000"
}
]
}
Retrieves holder balance for a specific Rune
required | Rune ID (string) or Rune number (string) or Rune name (string) or Rune name with spacers (string) |
address required | string (Address) Example: bc1p8aq8s3z9xl87e74twfk93mljxq6alv4a79yheadx33t9np4g2wkqqt8kc5 Bitcoin address |
{- "address": "bc1q7jd477wc5s88hsvenr0ddtatsw282hfjzg59wz",
- "balance": "11000000000"
}
Retrieves a paginated list of address balances
address required | string (Address) Example: bc1p8aq8s3z9xl87e74twfk93mljxq6alv4a79yheadx33t9np4g2wkqqt8kc5 Bitcoin address |
offset | integer (Offset) >= 0 Result offset |
limit | integer (Limit) [ 1 .. 60 ] Results per page |
{- "limit": 20,
- "offset": 0,
- "total": 1,
- "results": [
- {
- "rune": {
- "id": "840000:1",
- "number": 1,
- "name": "ZZZZZFEHUZZZZZ",
- "spaced_name": "Z•Z•Z•Z•Z•FEHU•Z•Z•Z•Z•Z"
}, - "address": "bc1q7jd477wc5s88hsvenr0ddtatsw282hfjzg59wz",
- "balance": "11000000000"
}
]
}