NFTs (Beta)
- class NFTsPro(http: IHttp)
- collection_with_market_data(*, asset_platform_id: str | None = None, order: str | None = 'market_cap_usd_desc', per_page: int | None = 100, page: int | None = 1) list
Query all the supported NFT collections with floor price, market cap, volume and market related data on CoinGecko.
- Parameters:
asset_platform_id – Filter result by asset platform (blockchain network)
order – Sort results by field..defaults to market_cap_usd_desc
per_page – Total results per page..defaults to 100. Valid values: any integer between 1 and 250
page – Page through results..defaults to 1
- historical_chart_by_contract_address(*, asset_platform_id: str, contract_address: str, days: str) dict
Query historical market data of a NFT collection, including floor price, market cap, and 24h volume, by number of days away from now based on the provided contract address
- Parameters:
asset_platform_id – Asset platform id
contract_address – Contract address
days – Data up to number of days
- historical_chart_by_id(*, nft_id: str, days: str) dict
Query historical market data of a NFT collection, including floor price, market cap, and 24h volume, by number of days away from now.
- Parameters:
nft_id – NFTs id
days – Data up to number of days
- tickers_by_id(*, nft_id: str) dict
Query the latest floor price and 24h volume of a NFT collection, on each NFT marketplace, e.g. OpenSea and LooksRare
- Parameters:
nft_id – NFTs id