Get satoshi ordinal

Retrieves ordinal information for a single satoshi.

GET

/ordinals/v1/sats/{ordinal}

Retrieves ordinal information for a single satoshi.

Path parameters

ordinal
Required
integer

Ordinal number that uniquely identifies a satoshi

Minimum: 0
Status codeDescription
200Default response
400Default response
curl
curl -X GET "https://api.hiro.so/ordinals/v1/sats/2099999997689999"
Example response
{
  "coinbase_height": 752860,
  "cycle": 0,
  "decimal": "752860.20444193",
  "degree": "0°122860′892″20444193‴",
  "inscription_id": "ff4503ab9048d6d0ff4e23def81b614d5270d341ce993992e93902ceb0d4ed79i0",
  "epoch": 3,
  "name": "ahehcbywzae",
  "offset": 20444193,
  "percentile": "91.15654869285287%",
  "period": 373,
  "rarity": "common"
}