list_nfts
Retrieve NFT collections sorted by floor price, market cap, or 24h volume. Returns collection IDs, symbols, and contract addresses for further exploration with get_nft_collection.
Instructions
List NFT collections sortable by floor price, market cap, or 24h volume.
Args: order: Sort order. per_page: 1..250. page: Page number.
Returns:
Array of NFT collections with id, name, symbol, asset_platform_id,
contract_address. Use get_nft_collection for details on one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order | No | market_cap_usd_desc | |
| per_page | No | ||
| page | No |