> For the complete documentation index, see [llms.txt](https://thehemera.gitbook.io/explorer-api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thehemera.gitbook.io/explorer-api/master.md).

# Introduction

### Supported Networks

<table><thead><tr><th width="236">Chain Name</th><th width="427.765625">Host</th></tr></thead><tbody><tr><td>Mantle</td><td>https://api.socialscan.io/mantle</td></tr><tr><td>Manta Pacific</td><td>https://api.socialscan.io/manta-pacific</td></tr><tr><td>Manta Sepolia Testnet</td><td>https://api.socialscan.io/manta-sepolia-testnet</td></tr><tr><td>Cyber</td><td>https://api.socialscan.io/cyber</td></tr><tr><td>Cyber Testnet</td><td>https://api.socialscan.io/cyber-testnet</td></tr><tr><td>Morph L2 Mainnet</td><td>https://api.socialscan.io/morphl2-mainnet</td></tr><tr><td>Morph L2 Testnet</td><td>https://api.socialscan.io/morphl2-testnet</td></tr><tr><td>Monad Mainnet</td><td>https://api.socialscan.io/monad-mainnet</td></tr><tr><td>Monad Testnet</td><td>https://api.socialscan.io/monad-testnet</td></tr><tr><td>Pharos Mainnet</td><td>https://api.socialscan.io/pharos-mainnet</td></tr><tr><td>Pharos Atlantic Testnet</td><td>https://api.socialscan.io/pharos-atlantic-testnet</td></tr><tr><td>Seismic Testnet</td><td>https://api.socialscan.io/seismic-testnet</td></tr></tbody></table>

### Get your API keys

A valid API Key is required when you call any SocialScan API. The API Key will store your access to a certain project or platform.&#x20;

You can obtain your API key by signing up at [developer.socialscan.io](https://developer.socialscan.io/) (Beta), or by contacting the SocialScan team at <contact@thehemera.com>.

Include your API key in each request using one of the following methods:

* Request Header: `x-api-key: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`
* Query Parameter: `&apikey=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx`


---

# 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:

```
GET https://thehemera.gitbook.io/explorer-api/master.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.
