Oracles
The oracles endpoint contains dynamic data analytics for specified oracles. Currently, only chainlink oracles are tracked.
Last updated
The oracles endpoint contains dynamic data analytics for specified oracles. Currently, only chainlink oracles are tracked.
Last updated
Note: The sample request below retrieves the weekly dynamic parameters tracked for specified oracle(currently chainlink is supported) and price feed pair.
Note: To get a list of price feed pairs for specified oracle please check sample response for get available pair list for specified oracle API endpoint .
The sample request below is for QNT-USD price pair:
This endpoint returns available pair list for that oracle provider (e.g: Chainlink)
/data/oracle/{oracle}/pairs
Name of the Oracle protocol , e.g. "chainlink"
This endpoint returns daily oracle analytics data of the specified oracle from the last 7 days in descending order
/data/oracle/{oracle}//{pair}
Name of the Oracle protocol , e.g. "chainlink"
Name of the Pair , e.g. "ETH-USD"