Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

Stellar NFT transfers, covering both Classic NFTs (assets in the NFT-classified set) and Soroban NFTs (token_transfers events with token_id not null). Includes trade-driven transfers as well as gifts, mint payouts, and any other movement. Hydrated with best-effort NFT name and image URL.
Mints (no from_address) and burns (no to_address) are excluded for now.

Table Columns

Unique Key: unique_id
Column NameDescription
token_standardclassic for Classic Stellar NFTs; soroban for Soroban-contract NFTs.
from_addressSender Stellar G-address.
to_addressRecipient Stellar G-address.
contract_idSoroban contract address (C-prefixed StrKey). Null for Classic NFTs.
asset_idCanonical asset identifier. For Classic NFTs, <asset_code>:<asset_issuer>. For Soroban NFTs, the contract_id.
asset_codeAsset code (Classic). Null for pure Soroban NFTs.
asset_issuerIssuer G-address (Classic). Null for pure Soroban NFTs.
token_idSoroban NFT token_id within the contract. Null for Classic NFTs.
token_nameNFT name parsed from the issuer’s stellar.toml (Classic) or contract metadata (Soroban). Best-effort.
image_urlNFT image URL parsed from the issuer’s stellar.toml. Best-effort.
item_quantityQuantity transferred, in raw stroops. For 1-stroop-supply NFTs, item_quantity = '1' means the whole NFT.
ledger_sequenceStellar ledger sequence number.
ledger_close_timeTimestamp at which the ledger closed.
ledger_hashHash of the ledger.
transaction_hashStellar transaction hash.
transaction_indexIndex of the transaction within the ledger.
transaction_resultStellar transaction result code.
operation_indexOperation index within the transaction.
event_indexEvent index for Soroban transfers / Classic effects.
event_stagetoken_transfers event_stage (e.g. during_tx, after_tx).
unique_idUnique identifier for the transfer row.
_created_atRow creation timestamp.
_updated_atRow last-update timestamp.