Derivative Protocols

The derivatives endpoint contains analytics data about specific derivatives protocols and the trading pairs listed in those protocols. Currently: "gmx", "dydx" and "synthetix" are supported pairs.

Note: The sample request below retrieves list of available pairs for a dydx protocol. Currently gmx, dydx and synthetix are supported pairs.

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

Note: The sample request below retrieves list of derivatives analytics data for dydx protocol. Currently gmx, dydx and synthetix are supported pairs.

curl https://api.alterscope.org/data/derivatives/dydx -H "Authorization: Bearer <your_access_token>"

Below is a sample request with ETH-USD pair and dydx protocol. Currently gmx, dydx and synthetix are supported derivative protocols.

curl https://api.alterscope.org/data/derivatives/dydx/ETH-USD -H "Authorization: Bearer <your_access_token>"

To get a list of pairs for a particular protocol please retrieve list of available pairs for that protocol using the API endpoint .

Last updated