Skip to main content
walletAddress
String!
required
The wallet address of the trader.
tokenAddress
String!
required
The token address.
networkId
Int!
required
The network ID.
tokenAmountBought
String!
required
The amount of tokens bought.
tokenAmountSold
String!
required
The amount of tokens sold.
amountBoughtUsd
String!
required
The amount of tokens bought in USD.
amountSoldUsd
String!
required
The amount of tokens sold in USD.
volumeUsd
String!
required
The volume of tokens bought and sold in USD.
realizedProfitUsd
String!
required
The realized profit in USD.
realizedProfitPercentage
Float!
required
The realized profit percentage.
singleTokenAcquisitionCostUsd
String!
required
The single token acquisition cost in USD.
buys
Int!
required
The number of buys.
sells
Int!
required
The number of sells.
tokenBalance
String!
required
The token balance of the trader.
firstTransactionAt
Int
The unix timestamp for the first transaction from this wallet.
lastTransactionAt
Int!
required
The unix timestamp for the last transaction from this wallet.