Security

The security endpoints can be used to retrieve details of vulnerability and security statistics of certain smart contracts of the protocols our system supports.

Note: The sample request below shows security data for aave protocol.

curl https://api.alterscope.org/data/security/aave/vulnerabilities -H "Authorization: Bearer <your_access_token>"

Note: For a comprehensive list of protocols whose security vulnerability data can be requested please refer to supported protocols page.

Note: The sample request below shows security static data for aave protocol.

curl https://api.alterscope.org/data/security/aave/static -H "Authorization: Bearer <your_access_token>"

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

Note: The sample request below shows security score for the specified chain and its protocol.

curl https://api.alterscope.org/score/security/ethereum/aave -H "Authorization: Bearer <your_access_token>"

Note: For a comprehensive list of protocols and chains whose data can be requested please refer to supported protocols and chains page.

Last updated