Oracles

The oracles endpoint contains dynamic data analytics for specified oracles. Currently, only chainlink oracles are tracked.

curl https://api.alterscope.org/data/oracle/chainlink/pairs -H "Authorization: Bearer <your_access_token>"

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:

curl https://api.alterscope.org/data/oracle/chainlink/QNT-USD -H "Authorization: Bearer <your_access_token>"

Last updated