🐵

Secondary Market Activities API

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}
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
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