GET
/
assets
/
runes
List Runes
curl --request GET \
  --url https://xbt-mainnet.gomaestro-api.org/v0/assets/runes \
  --header 'api-key: <api-key>'
{
  "data": [
    {
      "id": "840000:1",
      "spaced_name": "Z•Z•Z•Z•Z•FEHU•Z•Z•Z•Z•Z"
    },
    {
      "id": "840000:2",
      "spaced_name": "DECENTRALIZED"
    },
    {
      "id": "840000:3",
      "spaced_name": "DOG•GO•TO•THE•MOON"
    }
  ],
  "last_updated": {
    "block_hash": "00000000000000000002c0cc73626b56fb3ee1ce605b0ce125cc4fb58775a0a9",
    "block_height": 840002
  },
  "next_cursor": "AAAAAAAM0UAAAAAD"
}

Authorizations

api-key
string
header
required

Project API Key

Query Parameters

count
integer
default:100

The max number of results per page

Required range: x >= 0
cursor
string | null

Pagination cursor string, use the cursor included in a page of results to fetch the next page

Response

200
application/json

Requested data

The response is of type object.