cNFT Trades

All cNFT marketplace secondary sales.

How we are indexing our cnft_trades table?

We have written a Substreams to index this data. Substreams is a powerful blockchain indexing technology developed by StreamingFast.

You can take a look at our indexing code here. The table below contains the project names and their respective program addresses that we have included in our cnft_trades table.

Platform NameDAPPInstructions

tensorswap

Buy, TakeBidFullMeta, TakeBidMetaHash

magiceden

BuyNow

cnft_trades

The table below contains all the cnft_trades table columns , such as signer, buyer, seller, merkle_tree, maker_fee, amount, etc.

Column NameColumn TypeDescription

block_time

timestamp

The (estimated) time this block was produced

block_slot

bigint

This block’s slot index in the ledger

tx_id

string

The first signature in the transaction

signer

string

The initial value from the account_keys array that initiates the transaction and pays the transaction fee

merkle_tree

string

Address of the merkle tree of the cNFT bunch on the block chain

amount

double

The amount paid to buy the cNFT

leaf_id

bigint

The leaf id of the merkle tree

currency

string

Name of the currency in which trade is getting executed

category

string

Various categories of trade such as buy, sell, etc.

taker_fee

double

Is the charge that platform imposes on traders who take/fill the order.

maker_fee

double

Is the charge that platform imposes on traders who make/place orders.

amm_fee

double

Fee charged by the AMM for providing liquidity to the market

royalty

double

Fee that is paid to the original creator of the NFT in exchange for the use of that creator's property.

buyer

string

Address of the buyer of cNFTs in a trade

seller

string

Address of the seller of cNFTs in a trade

is_inner_instruction

boolean

Tells whether there is any inner instruction in the instruction or not

instruction_index

bigint

Index of various instructions in a transaction

instruction_type

string

Name of the function of a Solana program invoked via an instruction

inner_instruction_index

bigint

Index of various inner instructions in a instruction

outer_program

string

The main program of an instruction

inner_program

string

The inner programs under the main/outer program

txn_fee

big_int

Fee this transaction was charged, as paid by first account

platform

string

Name of the platform on which trade is happening

partition_0

string

Date on which the block was produced

Last updated