🧐Demographics API
Basic demographic features surrounding the wallet(s) e.g. wallet age, number of NFTs, number of interacted wallets
GET
https://api-gate-mg6fwvzq3a-as.a.run.app/api/demographic/{token}?wallets={wallets}&include_connected_wallet={bool}Parameter
Type
Description
token*
string
API access token
wallets*
string
Wallet address or a list of wallet addresses Note you can input a maximum of 5 wallets per API call. To input a list of wallets, see here:List of Wallets as Input Parameter
include_connected_wallet
boolean
Whether to incorporate other wallets connected to the Atadia platform by the wallet owner, default False
Field
Description
countAgeDay
The oldest wallet’s age (days)
countHoldNFT
Total number of NFTs held across all wallets
countHoldPFP
Total number of PFPs held across all wallets
countPartner
Highest number of interacted wallets (either by sending or receiving tokens)
Last updated