Community

Social score for Protocols

The sample request below retrieves available protocols ids for use in social endpoints for a discord channel.

curl https://api.alterscope.org/scores/social/protocols/discord -H "Authorization: Bearer <your_access_token>"

Note: Currently discord and reddit are supported channels.

Note: The sample request below retrieves discord score data with other information for compound protocol.

curl https://api.alterscope.org/scores/social/discord/compound -H "Authorization: Bearer <your_access_token>"

For a supported list of protocols whose data can be requested please refer to supported protocols page.

The sample request below retrieves a reddit score data of a specific protocol with other information for past 7 days.

curl https://api.alterscope.org/scores/social/reddit/uniswap -H "Authorization: Bearer <your_access_token>"

For a supported list of protocols whose data can be requested please refer to supported protocols page.

Last updated