Stablecoin Protocols

The Stablecoin data endpoints can be used to retrieve analytics data about key liquidity metrics.

Data

Note: The sample request below retrieves weekly analytics data for makerdaoprotocol.

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

For a supported list of stablecoin protocols whose data can be requested please refer to supported stablecoin protocols page. Currently makerdao and liquity stablecoin protocol is supported.

Note: The sample request below retrieves analytics data on the collaterals for a makerdao protocol.

curl https://api.alterscope.org/data/stablecoin/makerdao/collaterals -H "Authorization: Bearer <your_access_token>"

For a supported list of stablecoin protocols please refer to supported stablecoin protocols page. Currently makerdao and liquity stablecoin protocol is supported.


Scores

Note: The sample request below retrieves score data for a specificed stable coin protocol and chain.

curl https://api.alterscope.org/scores/liquidity-stablecoin/ethereum/liquity -H "Authorization: Bearer <your_access_token>"

For a supported list of stablecoin protocols and chains please refer to supported protocols and chains page. Currently ethereum liquityand ethereum makerdao chain protocol combinations are supported.

curl https://api.alterscope.org/scores/liquidity-stablecoin-all-markets -H "Authorization: Bearer <your_access_token>"

Last updated