# API

- [Cyberscan](https://docs.cyberscope.io/api/cyberscan.md): A convenient tool that helps investors to quickly gain insight into a given project
- [Safescan](https://docs.cyberscope.io/api/safescan.md): Anti Money Laundering and KYC Analysis for an address.
- [Similarityscan](https://docs.cyberscope.io/api/similarityscan.md): Similarity detection of an address or source code.
- [Signaturescan](https://docs.cyberscope.io/api/signaturescan.md)
- [Coinmarketcap Rating](https://docs.cyberscope.io/api/coinmarketcap-rating.md)
- [Search Audit By Address](https://docs.cyberscope.io/api/search-audit-by-address.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cyberscope.io/api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
