Skip to main content

ord_getRunes RPC Method

Gets a list of runes.

Updated on
May 17, 2024

ord_getRunes RPC Method

Please note that this method requires the Ordinals & Runes API add-on enabled on your QuickNode endpoint.

Parameters

page
integer
REQUIRED
The page number of results you want to retrieve

Returns

entries
object
The entry object which contains the information about the rune entry:
block
integer
The block at which the rune was recorded
burned
integer
The amount of the rune burned
divisibility
integer
The divisibility of the rune
etching
string
The etching associated with the rune
mints
integer
The number of times the rune was minted
number
integer
The number associated with the rune
premine
integer
The premine amount of the rune
spaced_rune
string
The spaced representation of the rune
symbol
string
The symbol representing the rune
terms
object
The terms object which contains the terms associated with the rune:
amount
integer
The amount of the rune
cap
integer
The cap of the rune
height
array
Height associated with the rune
offset
array
Offset associated with the rune
timestamp
integer
The timestamp of the rune
turbo
boolean
A boolean indicating if the rune is turbo or not
id
string
The unique identifier of the rune
mintable
boolean
A boolean indicating if the rune is mintable or not.
parent
string
The parent of the rune
Request
1
curl --location 'https://docs-demo.btc.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"method": "ord_getRunes",
5
"params": [
6
0
7
],
8
"id": 1,
9
"jsonrpc": "2.0"
10
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free