> For the complete documentation index, see [llms.txt](https://conblox.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://conblox.gitbook.io/docs/scam-address-api/no-code-testing.md).

# No-code testing

You can test our fraud-detection model directly in our dedicated no-code test platform at <https://demo.conblox.xyz/>.

## Home

Prepare your API key as you'll need it for the next step. You can click on "Start" as soon as you're ready.

<figure><img src="/files/4CT5KEeG80tlZKpuIinN" alt="" width="563"><figcaption></figcaption></figure>

## Authentication

Input your API key in the text box so our systems can verify its validity, if the API key is valid, you'll be taken to the next screen. \
In case of an invalid API key, you'll be notified: just make sure your API key is correct.

<figure><img src="/files/SJAD4GW0k3Xi8Y3XkkBI" alt=""><figcaption></figcaption></figure>

Once you entered your API key, you can check the associated credits anytime at the top right of your screen. ***Warning: this won't show on mobile.***

## Enter an Ethereum address

Input the Ethereum address you want to check. In case the input address is wrong, you'll be notified: just make sure you're entering a valid EVM address in the `0x1234abc...` format.

<figure><img src="/files/znCJatubdcMISxQU3xaD" alt=""><figcaption></figcaption></figure>

## Results

After submit your address, you'll get the fraud detection results. You can expand the "API response" section to examine the details of the data returned by the API.

The Scam account is displayed as a score out of 100: the higher the score, the more likely the account is a fraudster. In case of a low score, the account is more likely to be genuine (=non-scammer).

<figure><img src="/files/Mg3n7WVXVTVCA1AjypzQ" alt=""><figcaption><p>Scammer result screen</p></figcaption></figure>

<figure><img src="/files/uzGJdave6fuzEuNI1X8J" alt=""><figcaption><p>Genuine result screen with API response expanded</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://conblox.gitbook.io/docs/scam-address-api/no-code-testing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
