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: 1RequiredExample:
Search for runes starting with this string
UNCOMMON
sortBystring · enumOptionalDefault:
runeName
- sort by rune name ascendingetch
- sort by etching order block_height, rune_etch_index ascending
runeName
Possible values: offsetnumberOptionalDefault:
0
limitnumber · min: 1 · max: 10OptionalDefault:
5
Responses
200
Search results for runes
application/json
400
Invalid input
application/json
401
Unauthorized
application/json
404
Not found
application/json
429
Rate limit exceeded
application/json
500
Internal server error
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