message-questionFAQ

Below you'll find answers to the most common questions about how the API works, its use cases, supported features, and integration details.

chevron-rightHow does the Glider API work?hashtag

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

chevron-rightWhich blockchains are supported?hashtag

The Glider API supports smart contract analysis on multiple chains. See the full list here.

chevron-rightWhat is the Glider Trust Score?hashtag

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).

See the full details.

chevron-rightWhat kinds of risks does the API detect?hashtag

The API detects 15+ risks. See the full list here

chevron-rightIs proxy detection supported?hashtag

Yes. If a contract is a proxy, the API scans the underlying implementation and returns both proxy_address and implementation_address .

chevron-rightWhat does is_verified mean?hashtag

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.

chevron-rightHow do I get access?hashtag

Last updated