# 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="broken-reference">Account</a></td><td><code>?module=account</code></td></tr><tr><td><a href="broken-reference">Logs</a></td><td><code>?module=logs</code></td></tr><tr><td><a href="broken-reference">Token</a></td><td><code>?module=token</code></td></tr><tr><td><a href="broken-reference">Stats</a></td><td><code>?module=stats</code></td></tr><tr><td><a href="broken-reference">Block</a></td><td><code>?module=block</code></td></tr><tr><td><a href="broken-reference">Contract</a></td><td><code>?module=contract</code></td></tr><tr><td><a href="broken-reference">Transaction</a></td><td><code>?module=transaction</code></td></tr></tbody></table>
