Get satoshi ordinal

Retrieves ordinal information for a single satoshi.


GET

Parameters

Path Parameters

ordinal
REQUIRED
integer Ordinal number that uniquely identifies a satoshi
Status codeDescription
200Default Response
400Default Response
cURL
curl -L \
"https://api.hiro.so/ordinals/v1/sats/{ordinal}" \
-H 'Accept: application/json'
Response
{
"coinbase_height": 144000,
"cycle": 0,
"decimal": "string",
"degree": "string",
"inscription_id": "string",
"epoch": 0,
"name": "string",
"offset": 0,
"percentile": "string",
"period": 0,
"rarity": "common"
}