GET
/
api
/
v1
/
developer
/
bitcoin
/
ordinals
/
inscription-transfers
curl --request GET \
  --url https://api.allium.so/api/v1/developer/bitcoin/ordinals/inscription-transfers \
  --header 'X-API-KEY: <api-key>'
{
  "items": [
    {
      "from_address": "<string>",
      "input_index": -1,
      "from_utxo_id": "<string>",
      "from_utxo_offset": 0,
      "to_address": "<string>",
      "output_index": -1,
      "to_utxo_id": "<string>",
      "to_utxo_offset": 0,
      "inscription_id": "<string>",
      "transfer_count": 0,
      "transaction_hash": "<string>",
      "block_hash": "<string>",
      "block_number": 0,
      "block_timestamp": "2023-11-07T05:31:56Z",
      "transaction_index": -1,
      "value": "<string>",
      "sat_tx_offset": 0,
      "is_token": true,
      "is_unstable": true,
      "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
    }
  ],
  "size": 2,
  "page": 2
}

Ordinals inscription transfers involve moving inscribed satoshis from one Bitcoin wallet to another. Each transfer preserves the inscription’s data, maintaining its uniqueness and ownership history on-chain. The process is similar to standard Bitcoin transactions, but with inscribed satoshis acting like digital collectibles. Ownership is updated with each transfer, allowing inscribed satoshis to be traded or collected while remaining part of the Bitcoin blockchain.

Read more in docs 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.