FAQ
Below you'll find answers to the most common questions about how the API works, its use cases, supported features, and integration details.
Last updated
Below you'll find answers to the most common questions about how the API works, its use cases, supported features, and integration details.
You send a request with a smart contract address and chain ID. The API returns:
A set of detected risks
Overall trust score (0 to 100)
Proxy and verification metadata
The Glider API supports smart contract analysis on multiple chains. See the full list here.
It’s a numerical value from 0 to 100 representing the trust level of a contract:
100 = No detectable risks
Lower score = More or higher-severity risks
Any contract that hasn’t been verified has a 0 base score.
Each risk subtracts a fixed number of points based on severity (info, low, medium, high).
The API detects 15+ risks. See the full list here
Yes. If a contract is a proxy, the API scans the underlying implementation and returns both proxy_address and implementation_address .
is_verified mean?This flag tells you whether the smart contract is verified (i.e., the code is publicly visible on-chain). If false, the contract has no accessible source code and is considered untrustworthy.
Contact the Hexens team to request your token.
Last updated