NFT (Secondary) Market Actions
Actions taken on secondary NFT markets, e.g. MagicEden. These are generally emitted in the order as they happen on-chain, but new collections may be delayed.
Data source: NftMarketAction
Name | DataType | Description |
---|---|---|
blockId | number | Numeric identifier of a block describing the slot that the block was produced in. |
blockTime | number | Unix epoch time (in seconds) of a block as calculated from validator votes. |
transactionId | string | First signature in a transaction, which can be used to uniquely identify the transaction across the whole ledger. |
transactionPosition | number | Zero-indexed position of the transaction within the block. |
instructionOrdinal | number | The zero-indexed position of an instruction - subinstruction combination in the context of the transaction. This is generated by flattening all instruction/subinstruction/sub-subinstruction/... and numbering them from 0. |
programId | string | The account containing the program for the secondary market. |
instructionName | string | The name of the program instruction that was invoked. Learn more about the instructionName here |
mint | string | Mint address per the SPL token program. |
helloMoonCollectionId | string | The Hello Moon specific collection id. You must enter the exact collectionName or helloMoonCollectionId. Visit https://www.hellomoon.io/id?search=collection to find the correct name or id. |
collectionName | string | The name of the collection. You must enter the exact collectionName or helloMoonCollectionId. Visit https://www.hellomoon.io/id?search=collection to find the correct name or id. |
marketName | string | The marketName for the occurred action. Visit https://hellomoon.readme.io/reference/marketplaces for support marketplaces. |
marketActionType | string | The marketActionType, is the action that is performed. Hello Moon categorizes these action into One Of ASK UPDATE_ASK CANCEL_ASK BID UPDATE_BID CANCEL_BID SALE Learn more about the marketActionType here |
seller | string | The seller field will only exist if the marketActionType is One Of ASK UPDATE_ASK CANCEL_ASK SALE |
buyer | string | The buyer field will only exist if the marketActionType is One Of BID UPDATE_BID CANCEL_BID SALE |
price | number | The price will have a different context for each marketActionType. For example, ASK, UPDATE_ASK, CANCEL_ASK, the price refers to the listing price of the NFT BID, UPDATE_BID, CANCEL_BID, the price refers to the bid price of the NFT SALE, the price refers to the price the NFT was sold at. |
Updated almost 2 years ago