Wallet Model
tip
Model is currently on v0. Make sure to regularly check Changelog to stay updated with any new features, bugfixes and news.
info
If you would like to feedback on any scores, suggest any new score, or want a private integration for a certain type of score, please reach out through one of our support channels.
Standardised Response
note
All fields in all models are not nullable unless explicityly stated otherwise.
This standardised model returns all the NFTs associated with a specific wallet address across a specific chain. It will then return some scores that evaluate different aspects of this wallet.
{
"wallet_addresses": string, // not nullable,
"chain": string, // not nullable,
"owned_NFTs": Array<nft_id>,
"sold_NFTs": Array<nft_id>,
"collection_onchain_cost": number,
"collection_USD_cost": number,
"NFTness_score": number,
"FOMO_score": number,
"degen_score": number,
"tradingiq": number,
}