GET
/
api
/
v1
/
developer
/
bitcoin
/
ordinals
/
inscription-mints
curl --request GET \
  --url https://api.allium.so/api/v1/developer/bitcoin/ordinals/inscription-mints \
  --header 'X-API-KEY: <api-key>'
{
  "items": [
    {
      "inscription_id": "<string>",
      "content_length": 0,
      "parsed_witness": {},
      "genesis_fee": 0,
      "is_token": true,
      "is_unstable": true,
      "is_unstable_remarks": "<string>",
      "content_protocol": "<string>",
      "token_tick": "<string>",
      "token_amt": "<string>",
      "token_op": "<string>",
      "cleaned_token_tick": "<string>",
      "cleaned_token_type": "<string>",
      "content_type": "<string>",
      "parsed_content": "<string>",
      "sent_as_fee": true,
      "output_address": "<string>",
      "output_utxo_id": "<string>",
      "output_offset": 0,
      "output_index": -1,
      "spent_transaction_hash": "<string>",
      "spent_output_index": -1,
      "input_address0": "<string>",
      "input_index": -1,
      "spent_utxo_id": "<string>",
      "value": "<string>",
      "sat_tx_offset": 0,
      "transaction_hash": "<string>",
      "transaction_index": -1,
      "block_timestamp": "2023-11-07T05:31:56Z",
      "block_number": 0,
      "block_hash": "<string>"
    }
  ],
  "size": 2,
  "page": 2
}

Ordinals inscription mints on Bitcoin enable the creation of unique digital artifacts by embedding data directly onto individual satoshis. Each inscription is stored on-chain, making it immutable and distinct. The process involves inscribing data, such as images or text, to specific satoshis, creating a form of digital ownership and provenance. These inscribed satoshis can then be transferred or traded, similar to NFTs on other blockchains, but are native to the Bitcoin network.

You can learn more about this here: https://docs.ordinals.com/

Authorizations

X-API-KEY
string
header
required

Query Parameters

chain
enum<string>
required
Available options:
abstract,
aleph_zero,
alienx,
apechain,
aptos,
arbitrum,
arbitrum_nova,
arbitrum_sepolia,
astar,
avalanche,
b3,
base,
base_sepolia,
beacon,
beacon_validators,
berachain,
binance,
bitcoin,
blast,
bsc,
celo,
cosmos,
cosmoshub,
ethereum,
stellar,
ethereum_goerli,
fantom,
xrp_ledger,
vana,
dydx,
ethereum_sepolia,
kava,
bitcoin_cash,
celestia,
codex,
litecoin,
mantra,
dymension,
babylon,
ethereum_hoodi,
winr,
sx,
injective,
educhain,
dogecoin,
hyperevm,
hyperliquid,
everclear,
fraxtal,
gnosis,
gravity,
harmony,
hedera,
holesky,
imx_zkevm,
ink,
kinto,
linea,
manta_pacific,
mantle,
metis,
mode,
monad_devnet1,
monad_testnet,
near,
oasys,
optimism,
osmosis,
polygon,
polygon_zkevm,
proof_of_play_apex,
proof_of_play_boss,
provenance,
real,
reya,
ronin,
rootstock,
sanko,
scroll,
scroll_sepolia,
sei,
solana,
soneium,
sonic,
stacks,
starknet,
superposition,
sui,
ton,
tron,
unichain,
worldchain,
zksync,
zora
block_number
string

Response

200
application/json

Successful Response

The response is of type object.