gmDATA Documentation
  • 🌅Getting Started
  • 💰Pricing
  • API REFERENCES
    • 📒Background Check API
    • 🔍Score APIs
      • PFPscore
      • Credit Score
      • Diamond Hand Score
      • Mint Lover Score
      • Royalty Contribution Score
    • 💰Wealth API
    • 🧐Demographics API
    • 💎NFT Holding Behaviour API
    • 🌐Transaction Frequency API
    • 📈Transaction Volume API
    • 🐵Secondary Market Activities API
    • 💵Profit & Loss API
    • 🕸️List of Wallets as Input Parameter
Powered by GitBook
On this page
  1. API REFERENCES

Secondary Market Activities API

PreviousTransaction Volume APINextProfit & Loss API

Last updated 2 years ago

Features relating to the wallet owner's secondary market activities.

GET

https://api-gate-mg6fwvzq3a-as.a.run.app/api/secondary_market_activities/{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:

include_connected_wallet

boolean

Whether to incorporate other wallets connected to the Atadia platform by the wallet owner, default False

Field
Description

amt_last_MEbuy

SOL value of the most recent purchase on ME

amt_last_MElist

SOL value of the most recent listing on ME

amt_last_MEsold

SOL value of the most recent sale on ME

days_last_MEbuy

Number of days since the last ME purchase

days_last_MElist

Number of days since the last ME listing

days_last_MEsold

Number of days since the last ME sale

list_count

Total number of listings on the secondary market since wallets’ creation

list_med

Median number of listings on the secondary market since wallets’ creation

nft_med_fp_listed

Median floor price of listed NFTs

nft_min_fp_listed

Minimum floor price of listed NFTs

num_nft_listed

Number of listed NFTs

sold_count

Number of sales on the secondary market since wallets’ creation

sold_sum

Total SOL received from secondary market sales since wallets’ creation

buy_count

Number of secondary market purchases since wallets’ creation

buy_sum

Total SOL purchased on the secondary market since wallets’ creation

🐵
List of Wallets as Input Parameter