Get inscriptions
Retrieves a list of inscriptions with options to filter and sort results.
GET
/ordinals/v1/inscriptions
Retrieves a list of inscriptions with options to filter and sort results.
Query parameters
genesis_block
Any properties in string, string
Bitcoin block identifier (height or hash)
from_genesis_block_height
string
Bitcoin block height
Pattern:"^[0-9]+$"
to_genesis_block_height
string
Bitcoin block height
Pattern:"^[0-9]+$"
from_genesis_timestamp
integer
Block UNIX epoch timestamp (milliseconds)
to_genesis_timestamp
integer
Block UNIX epoch timestamp (milliseconds)
from_sat_ordinal
integer
Ordinal number that uniquely identifies a satoshi
Minimum:0
to_sat_ordinal
integer
Ordinal number that uniquely identifies a satoshi
Minimum:0
from_sat_coinbase_height
string
Bitcoin block height
Pattern:"^[0-9]+$"
to_sat_coinbase_height
string
Bitcoin block height
Pattern:"^[0-9]+$"
from_number
integer
Inscription number
to_number
integer
Inscription number
id
array of string
Array of inscription IDs
Example:"/ordinals/v1/inscriptions?id={inscription_id}&id={inscription_id2}"
number
array of integer
Array of inscription numbers
output
string
An UTXO for a Bitcoin transaction
Pattern:"^[a-fA-F0-9]{64}:[0-9]+$"
address
array of string
Array of Bitcoin addresses
genesis_address
array of string
Array of Bitcoin addresses
mime_type
array of string
Array of inscription MIME types
rarity
array of Any properties in string, string, string, string, string, string
Array of satoshi rarity values
recursive
boolean
Whether or not the inscription is recursive
cursed
boolean
Whether or not the inscription is cursed
offset
integer
Result offset
Minimum:0
limit
integer
Results per page
Minimum:1
Maximum: 60
order_by
Any properties in string, string, string, string
Parameter to order results by
order
Any properties in string, string
Results order
Status code | Description |
---|---|
200 | Default response |
404 | Default response |