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

# Explorer API

This API is provided to make developers easier to extract data from the U2U Network and applications requiring general API and data support. It supports GET and POST requests.

{% hint style="info" %}
URLs vary by instance. With typical installations, access the API by adding `/ap`i to the end of the url.

* Solaris Mainnet: <https://u2uscan.xyz/api>
* Nebulas Testnet: <https://testnet.u2uscan.xyz/api>
  {% endhint %}

The following modules are supported. Click through to see specific endpoints and parameters.

<table data-header-hidden><thead><tr><th width="158"></th><th></th></tr></thead><tbody><tr><td><a href="/pages/hz4WcvrkBCsa8vRmsaee">Account</a></td><td><code>?module=account</code></td></tr><tr><td><a href="/pages/xx1HxPN9TKlFaMuW1f4Z">Logs</a></td><td><code>?module=logs</code></td></tr><tr><td><a href="/pages/6PFgkuJzO9t1pqBepYYZ">Token</a></td><td><code>?module=token</code></td></tr><tr><td><a href="/pages/9lP5EBJicgFb3j1DKEDu">Stats</a></td><td><code>?module=stats</code></td></tr><tr><td><a href="/pages/TdbJNvyEPKPvIBm43wNr">Block</a></td><td><code>?module=block</code></td></tr><tr><td><a href="/pages/ISe2MUjVD93ECBs01x0W">Contract</a></td><td><code>?module=contract</code></td></tr><tr><td><a href="/pages/dNKtOhf6d9eTQvRbCfmi">Transaction</a></td><td><code>?module=transaction</code></td></tr></tbody></table>


---

# 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://docs.u2u.xyz/services/explorer/explorer-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.
