NFT contract sales stats retriever
[apis/nftport/v0/NFT contract sales stats retriever]

Retrieve in-depth sales statistics about a contract from OpenSea, using the NFTPort API. Includes statistics such as floor price, total volume, sales, etc. Updated with 1-hour interval. Supports Ethereum only. Retrieve contract sales statistics: https://docs.nftport.xyz/docs/nftport/?search=retrieve-contract-sales-statistics
Keywords: web3, blockchain, crypto, nft, sale, stat, opensea, list, ethereum, polygon
Input ports
contract address:
string
Receives the contract address
params:
{"api_key": string, optional "chain": ("ethereum" or "polygon")}
Receives the query parameters. Rerefence: https://docs.nftport.xyz/docs/nftport/?search=retrieve-contract-sales-statistics#Request Default chain value: "ethereum"
Output ports
data:
{ "response": "OK", optional "statistics": { "one_day_volume": number, "one_day_change": number, "one_day_sales": number, "one_day_average_price": number, "seven_day_volume": number, "seven_day_change": number, "seven_day_sales": number, "seven_day_average_price": number, "thirty_day_volume": number, "thirty_day_change": number, "thirty_day_sales": number, "thirty_day_average_price": number, "total_volume": number, "total_sales": number, "total_supply": number, "total_minted": number, "num_owners": number, "average_price": number, "market_cap": number, "floor_price": number, "updated_date": string } }
Sends the query response. Reference: https://docs.nftport.xyz/docs/nftport/?search=retrieve-contract-sales-statistics#Responses
response:
{"status": number, "headers": {string: any}, "body": string}
Sends the original response.
error:
{"error": string, "details": any}
Sends the error, if any
Last updated