Data Feeds
To save gas cost, we compress multiple NFT floor price data into a single smart contract. Each oracle can support up to 7 NFT collection floor prices so far.
Oracle Address
Supported Collections
Bored Ape, Mutant Ape, Doodles, CryptoPunks, Moonbirds, CloneX, Azuki
Contract Methods
getAssetPrice()
Get latest NFT floor price.
Parameter Name
Type
Description
asset
address
address of the NFT contract
getAddressList()
Get supported NFT collections.
getLatestTimestamp()
Get the latest update timestamp.
Last updated