💎
NFT Holding Behaviour API
Features relating to the wallet owner's NFT holding duration.
GET
https://api-gate-mg6fwvzq3a-as.a.run.app/api/nft_holding_behaviour/{token}?wallets={wallets}&include_connected_wallet={bool}
Parameters
Outputs
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 |
---|---|
maxDayHoldNFT | Maximum NFT holding duration (days) across all wallets |
maxDayHoldPFP | Maximum PFP holding duration (days) across all wallets |
meanDayHoldNFT | Mean NFT holding duration (days) across all wallets |
meanDayHoldPFP | Mean PFP holding duration (days) across all wallets |
sumDayHoldNFT | Total NFT holding duration (days) across all wallets |
sumDayHoldPFP | Total PFP holding duration (days) across all wallets |
A note on notation: NFT refers to any NFTs with a market valuation (according to ME) while PFP denotes bluechip collections with FP > 20 SOL. The list of collections counted as PFPs is periodically updated.