The list of wallets matching the filter parameters.
Show Properties
address
String!
required
The wallet address
tokenAddress
String!
required
The token address
networkId
Int!
required
The network ID
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
labels
[String!]!
required
The labels associated with the wallet
tokenAmountBought1d
String!
required
Token amount bought in the past day
tokenAmountSold1d
String!
required
Token amount sold in the past day
tokenAmountSoldAll1d
String!
required
Token amount sold all in the past day
amountBoughtUsd1d
String!
required
Amount bought in USD in the past day
amountSoldUsd1d
String!
required
Amount sold in USD in the past day
amountSoldUsdAll1d
String!
required
Amount sold USD all in the past day
realizedProfitUsd1d
String!
required
Realized profit in USD in the past day
realizedProfitPercentage1d
Float!
required
Realized profit percentage in the past day
buys1d
Int!
required
Number of buys in the past day
sells1d
Int!
required
Number of sells in the past day
sellsAll1d
Int!
required
Number of sells all in the past day
tokenAmountBought1w
String!
required
Token amount bought in the past week
tokenAmountSold1w
String!
required
Token amount sold in the past week
tokenAmountSoldAll1w
String!
required
Token amount sold all in the past week
amountBoughtUsd1w
String!
required
Amount bought in USD in the past week
amountSoldUsd1w
String!
required
Amount sold in USD in the past week
amountSoldUsdAll1w
String!
required
Amount sold USD all in the past week
realizedProfitUsd1w
String!
required
Realized profit in USD in the past week
realizedProfitPercentage1w
Float!
required
Realized profit percentage in the past week
buys1w
Int!
required
Number of buys in the past week
sells1w
Int!
required
Number of sells in the past week
sellsAll1w
Int!
required
Number of sells all in the past week
tokenAmountBought30d
String!
required
Token amount bought in the past 30 days
tokenAmountSold30d
String!
required
Token amount sold in the past 30 days
tokenAmountSoldAll30d
String!
required
Token amount sold all in the past 30 days
amountBoughtUsd30d
String!
required
Amount bought in USD in the past 30 days
amountSoldUsd30d
String!
required
Amount sold in USD in the past 30 days
amountSoldUsdAll30d
String!
required
Amount sold USD all in the past 30 days
realizedProfitUsd30d
String!
required
Realized profit in USD in the past 30 days
realizedProfitPercentage30d
Float!
required
Realized profit percentage in the past 30 days
buys30d
Int!
required
Number of buys in the past 30 days
sells30d
Int!
required
Number of sells in the past 30 days
sellsAll30d
Int!
required
Number of sells all in the past 30 days
tokenAmountBought1y
String!
required
Token amount bought in the past year
tokenAmountSold1y
String!
required
Token amount sold in the past year
tokenAmountSoldAll1y
String!
required
Token amount sold all in the past year
amountBoughtUsd1y
String!
required
Amount bought in USD in the past year
amountSoldUsd1y
String!
required
Amount sold in USD in the past year
amountSoldUsdAll1y
String!
required
Amount sold USD all in the past year
realizedProfitUsd1y
String!
required
Realized profit in USD in the past year
realizedProfitPercentage1y
Float!
required
Realized profit percentage in the past year
buys1y
Int!
required
Number of buys in the past year
sells1y
Int!
required
Number of sells in the past year
sellsAll1y
Int!
required
Number of sells all in the past year
tokenAcquisitionCostUsd
String!
required
The token acquisition cost in USD
purchasedTokenBalance
String!
required
The total balance of tokens that the user has bought or sold. This value does not include tokens acquired through external transfers or unsupported methods.
tokenBalance
String!
required
The total balance of tokens held by the user, reflecting the most recent update to the record. This balance includes all tokens, even those transferred in through unsupported methods or DEXs that are not tracked by our system. This value does not update with every transfer and can be slightly stale. Use tokenBalanceLive for live data.
tokenBalanceLive
String
The current token balance in the wallet. This value is updated with every transfer and is therefore more accurate than tokenBalance.