Trades

Our Solana NFT trades supports coverage of regular and compressed NFTs (cNFTs) on Solana blockchain.

Marketplace and Protocol Coverage:

Marketplace
Protocol(s)
cNFT
Program ID

magiceden

magiceden_v2 mmm magiceden_v3_cnft lucky_buy_magiceden_v2 lucky_buy_mmm

M2mx93ekt1fmXSVkTrUL9xVFHkmME8HTUi5Cyc5aF7K mmm3XBJg5gk8XJxEKBvdgptZz6SgK4tXvn36sodowMc LUCK57mxzZiRGF2PdHAY79P6tZ8Apsi381tKvBrTdqk

tensor

tensorswap, tensorswap_cnft lucky_buy_tensorswap

TSWAPaqyCSx2KABk68Shruf4rp7CxcNi8hAsbdwmHbN TCMPhJdwDryooaGtiocG1u3xcYbRpiJzb283XfCZsDp TRoLL7U1qTaqv2FFQ4jneZx5SetannKmrYCR778AkQZ

hadeswap

hadeswap

hadeK9DLv9eA7ya5KCTqSvSvRZeJC3JgD5a9Y3CNbvu

hyperspace

hyperspace

HYPERfwdTjyJ2SCaKHmpF2MtrXqWxrsotYDsTrshHWq8

coralcube

mmm lucky_buy_mmm

mmm3XBJg5gk8XJxEKBvdgptZz6SgK4tXvn36sodowMc

okx

okx

okxMcn3a1DBWUV2ZJ4hHyh3hFJ9jjS2krmNKti6jEHr

Table Columns

Column Name
Description
Type
Example

marketplace

Marketplace where this trade occurred.

varchar

tensor

protocol

Protocol that was used for this trade e.g. tensorswap vs tensorswap_cnft

varchar

tensorswap

aggregator_name

Name of the aggregator, if the trade was routed through an aggregator.

varchar

aggregator_address

Address of the aggregator, if the trade was routed through an aggregator.

varchar

order_match_type

ACCEPT_BID or BUY

varchar

SELL

trade_type

SINGLE_TRADE or BUNDLE_TRADE

varchar

SINGLE_TRADE

buyer_address

Address of the buyer.

varchar

3verLoBXtbbCLNhpVaVzDEtPXTFJuJapWvMwwpcXvYqJ

seller_address

Address of the seller.

varchar

4d8LCMH5Vo94grKE5TDMqiX5niYj4NvfSYw3wWZPReaS

from_token_account

NFT Token Account sending NFT.

varchar

4mr5eegbUc5jAKmk4umtv1Ce1S7RHzGEXTHGjQnkBFcJ

to_token_account

NFT Token Account receiving NFT.

varchar

DZH9SPNfFhQY39uraL4ZBsrWALQabeALuDAdVcqiv1qH

token_standard

Token standard.

varchar

item_quantity

Number of NFTs bought.

number

1

token_mint

Token Mint Data.

varchar

7xVyxfYtnTFUnndbgaynughjowNvJ55kktAYL47WfbGm

token_metadata

Token Metadata. Its main goal is to attach additional data to Fungible or Non-Fungible Tokens on Solana.

varchar

5RubkwbHmWd8kprAXwjw8LseYC2egspQ16mpMW3kcu9n

is_cnft

Boolean indicator on whether the NFT is a cNFT (compressed NFT).

boolean

FALSE

merkle_tree

cNFT data: The account that contains the Merkle tree, initialized by create_tree.

varchar

leaf_index

cNFT data: The index of the leaf node in the Merkle tree. Can be retrieved from off-chain data store.

number

asset_id

varchar

name

varchar

symbol

varchar

collection_mint

varchar

collection_name

varchar

collection_symbol

varchar

currency_mint

Address of the currency used in the trade.

varchar

So11111111111111111111111111111111111111112

currency_symbol

Symbol of the currency used in the trade.

varchar

SOL

raw_price

The price of the NFT in the currency used to purchase (not divided by the number of decimals).

varchar

66077715721

price

\'raw_price\' divided by the number of decimals of the currency

float

66.07771572

usd_price

USD price paid for the NFTs in this trade.

float

1,854.80

raw_fees

Raw amount of fees paid for the NFTs in this trade.

varchar

fees

Fees paid for the NFTs in this trade.

float

usd_fees

USD value of fees for this trade.

float

signer

Transaction Signer.

varchar

4d8LCMH5Vo94grKE5TDMqiX5niYj4NvfSYw3wWZPReaS

txn_id

Transaction ID of this trade.

varchar

irpm2UeLXAgfjzpeQx6WPpKtE411JL1cy2FUP4tfKN51sjnS69nhQF4mXzWuYRFjbrSFCuGhLoeHz3atdzDx64i

txn_index

Transaction Index.

number

65

instruction_index

Instruction Index of the transaction.

number

2

block_slot

Block number when the trade occurred.

number

205,294,827

block_height

Block height when the trade occurred.

number

187,843,071

block_timestamp

Block timestamp of when the trade occurred.

timestamp_ntz

2023-07-14 11:45:02

block_hash

Block hash of when the trade occurred.

varchar

2ipFnoFR7Y2txL8vaYHwNvi1RoXHMavNr9AWnuwvdFM8

unique_id

Unique ID of each trade.

varchar

txn_id-irpm2UeLXAgfjzpeQx6WPpKtE411JL1cy2FUP4tfKN51sjnS69nhQF4mXzWuYRFjbrSFCuGhLoeHz3atdzDx64i_i_index-2_ii_index-null

Last updated

Was this helpful?