# JSON RPC & Quai Compatible RPC Endpoints

This API is provided for developers transitioning applications from other networks to Quai and applications requiring general API and data support. It supports GET and POST requests.

{% hint style="info" %}
Access the API by adding `/api` to the end of the url. For example:

* URL: <https://quaiscan.io>
* API URL: [https://quaiscan.io/api](https://quaiscan.io)

An example query includes a module and action(s)/parameters. For example:\
[https://quaiscan.io/api?module=**account**\&action=**listaccounts**\&page=2\&offset=5](https://quaiscan.io/api?module=account\&action=listaccounts\&page=2\&offset=5)
{% 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="rpc-endpoints/account">Account</a></td><td><code>?module=account</code></td></tr><tr><td><a href="rpc-endpoints/logs">Logs</a></td><td><code>?module=logs</code></td></tr><tr><td><a href="rpc-endpoints/token">Token</a></td><td><code>?module=token</code></td></tr><tr><td><a href="rpc-endpoints/stats">Stats</a></td><td><code>?module=stats</code></td></tr><tr><td><a href="rpc-endpoints/block">Block</a></td><td><code>?module=block</code></td></tr><tr><td><a href="rpc-endpoints/contract">Contract</a></td><td><code>?module=contract</code></td></tr><tr><td><a href="rpc-endpoints/transaction">Transaction</a></td><td><code>?module=transaction</code></td></tr></tbody></table>
