Search Runes

Search existing Runes by name, order results by name or by etching block + index.

get

Search for runes by name.

Authorizations
Query parameters
startingWithstring · min: 1Required

Search for runes starting with this string

Example: UNCOMMON
sortBystring · enumOptional
  • runeName - sort by rune name ascending
  • etch - sort by etching order block_height, rune_etch_index ascending
Default: runeNamePossible values:
offsetnumberOptionalDefault: 0
limitnumber · min: 1 · max: 10OptionalDefault: 5
Responses
200

Search results for runes

application/json
get
GET /v1/runes?startingWith=text HTTP/1.1
Host: api.secretkeylabs.io
x-api-key: YOUR_API_KEY
Accept: */*
{
  "items": [
    {
      "runeId": "text",
      "runeName": "text",
      "symbol": "text",
      "divisibility": 1
    }
  ],
  "offset": 1,
  "limit": 1
}

Last updated