Marketplace API
Ordinals related models

Ordinals related models#

Ordinals collection model#

ParameterTypeDescription
slugStringThe collection’s slug, which is the unique identifier of the collection
totalVolumeStringTotal volume of a collection, priced in BTC
floorPriceStringFloor price of a collection, priced in BTC
inscriptionNumRangeStringRange of inscription numbers for a collection
volume24hString24-hour trading volume of the collection, priced in BTC
isBrc20BooleanUsed to distinguish Ordinals inscription types: Brc20 or BTC NFT

Ordinals order model#

ParameterTypeDescription
inscriptionIdStringInscription number
listingTimeLongListing time
listingUrlStringLink to the page
ownerAddressStringOwner address
priceStringPrice of an order
unitPriceStringOrder unit price, priced in BTC
amountStringNumber of inscriptions in the order
isBrc20BooleanUsed to distinguish Ordinals inscription types: Brc20 or BTC NFT

Ordinals activities model#

ParameterTypeDescription
fromAddressStringFrom address in the transaction
inscriptionIdStringInscription number
priceStringPrice of the transaction
timestampLongTransaction timestamp
toAddressStringTo address in the transaction
unitPriceStringOrder unit price, priced in BTC
amountStringNumber of inscriptions in the order
isBrc20BooleanUsed to distinguish Ordinals inscription types: Brc20 or BTC NFT