Skip to main content
address
String!
required
The contract address for the token.
amount
String!
required
The number of tokens transferred.
recipient
String
The recipient of the tokens.
isPrice
Boolean!
required
Whether this should be summed to calculate the price of the NFT received in the base event. Tokens that are payment fees or involved with other sales in the transaction are often represented in sales and would have a value of false.
totalTradePrice
String
The total trade price for the transaction in the purchasing token. (The transaction can include more than 1 token).
individualTradePrice
String
The price of each individual NFT in the purchasing token.
totalPriceUsd
String
The total trade price for the transaction in USD. (The transaction can include more than 1 token).
individualPriceUsd
String
The price of each individual NFT in USD.
totalPriceNetworkBaseToken
String
The total trade price for the transaction in the network’s base token. (The transaction can include more than 1 token).
individualPriceNetworkBaseToken
String
The price of each individual NFT in the network’s base token.
priceError
String
The reason for the price error, if applicable. Can be NO_TOKEN_DATA, NO_TOKEN_PRICE, or LOW_LIQUIDITY_PAIR.