Thank you for requesting a DIA CDR. We confirm the CDR specifications were requested correctly. Find the oracle / API endpoint below:
Markets
By querying for blockchain and asset, the API provides the markets used for calculating this feed.
API endpoint
By querying for blockchain and asset, the API provides the asset quotation for each asset in the feed.
Oracle
The oracle is deployed and can be accessed here.
You can query for assets by calling the read function getValue() with parameters such as “Ethereum-0x1A92f7381B9F03921564a437210bB9396471050C”. It will return two values:
The average price of the NFT queried with 8 decimals
The timestamp of the last update
Please make sure to top up the gas wallets very soon, as we only put in some gas to deploy and start the oracle. Gas wallet:
Hey Samuel, we also want to collect the floor price of the requested NFT collections by the same oracle for the testnet, with 30mins update frequency and 5% deviation threshold for updates. Would love to submit any required application materials, thank you!
Hi and thank you for the request. We implemented it as follows to stay always connected to the latest change sin average sales deviation:
Each time the oracle is updated, the latest floor price is also added to be read with a new key. This new key is “--Floor”, e.g., “Ethereum-0x1A92f7381B9F03921564a437210bB9396471050C-Floor”
We deployed it on Goerli and would be interested in your feedback. Then we can also deploy it on mainnet.