New NFT market data queries and API parameter updates
Feb 17, 2023
Shipped6 commits+436−23
- New NFT market index query — Added a new `MimicryNFTMarketIndex` query for tracking the market capitalization of the 50 most valuable NFT collections on supported chains, with example usage and calculation guidance.
- Combined NFT and token market cap query — Introduced `MimicryMacroMarketMashup`, which combines selected NFT collection market caps and ERC-20 token market caps into one USD market capitalization value.
New Features
- Added `MimicryNFTMarketIndex` for the 50 most valuable NFT collections on supported chains.
- Added `MimicryMacroMarketMashup` for a single USD market cap made from selected NFTs and tokens.
Breaking Changes
- `MimicryNFTMarketIndex` now expects `currency` values as strings such as `usd`, `eth`, and `sol` instead of numbers.
- `MimicryNFTMarketIndex` now uses chain names like `ethereum` and `solana` instead of numeric `chainId` values.
Documentation
- Expanded the new NFT market query docs with parameters, response details, examples, calculation guidance, and suggested data sources.
- Added instructions for requesting an API key in the Banksea Finance API example.
- Clarified how to report NFT market data in currencies other than ETH.
6 commits+436-23