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.
Last updated
The security endpoints can be used to retrieve details of vulnerability and security statistics of certain smart contracts of the protocols our system supports.
Last updated
Note: The sample request below shows security data for aave
protocol.
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.
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.
Note: For a comprehensive list of protocols and chains whose data can be requested please refer to supported protocols and chains page.
This endpoint returns the security vulnerability data of given protocol for last 7 recorded documents.
/data/security/{protocol}/vulnerabilities
the name of the protocol, e.g. aave
This endpoint returns the latest available security static data of given protocol.
/data/security/{protocol}/static
the name of the protocol, e.g. aave
This endpoint returns the security score of given protocol for last 7 recorded documents.
/score/security/{chain}//{protocol}
the name of the chain protocol operates on, e.g. ethereum
the name of the protocol, e.g. aave