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()
function getAssetPrice(address asset) external view returns (uint256)
Get latest NFT floor price.
Parameter Name
Type
Description
asset
address
address of the NFT contract
getAddressList()
function getAddressList() external view returns(address[] memory)
Get supported NFT collections.
getLatestTimestamp()
function getLatestTimestamp() external view returns (uint256)
Get the latest update timestamp.
Last updated