Tellor DataSpecs Changelog

All updates

New NFT and macro market queries added

Feb 24, 2023

Shipped4 commits+57556
  • Two new market-cap queries are now availableAdded `MimicryNFTMarketIndex` for the top 50 NFT collections on a chosen chain, and `MimicryMacroMarketMashup` for a combined USD market-cap value across NFTs and ERC-20 tokens.
  • Query inputs are now easier to extendThe macro market mashup spec now uses structured collection and token inputs instead of CSV-style parameters, making it simpler to support more asset types and chains in the future.
New Features
  • Added `MimicryNFTMarketIndex`, a new query for tracking the market capitalization of the top 50 NFT collections on a chosen chain and in a chosen currency.
  • Added `MimicryMacroMarketMashup`, a new query for calculating a single USD market-cap value from a mix of NFT collections and ERC-20 tokens.
API
  • Updated the macro market mashup query parameters to use structured inputs for metric, currency, collections, and tokens.
Documentation
  • Expanded the query docs with fuller Solidity examples for building query data, calculating the query ID, and decoding the response.
  • Added a Remix testing note to the market capitalization example and included clearer guidance on how the new queries work.
4 commits+575-56