NFTs

This endpoint is still in Beta and is subject to change.

class NFTs(http: IHttp)
collection_by_contract_address(*, asset_platform_id: str, contract_address: str) dict

Query all the NFT data (name, floor price, 24 hr volume….) based on the nft collection contract address and respective asset platform.

Parameters:
  • asset_platform_id – The asset platform id

  • contract_address – The contract address of a token

collection_by_id(*, collection_id: str) dict

Query all the NFT data (name, floor price, 24 hr volume….) based on the nft collection id.

Parameters:

collection_id – The NFT collection id

nft_list(*, order: str | None = None, per_page: int | None = 100, page: int | None = 1) list

Query all supported NFTs with id, contract address, name, asset platform id and symbol on CoinGecko.

Parameters:
  • order – Sort results by field

  • per_page – Total results per page

  • page – Page through results