> For the complete documentation index, see [llms.txt](https://maxi-network.gitbook.io/maxi-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maxi-network.gitbook.io/maxi-network/technical-development/json-rpc-endpoint.md).

# JSON-RPC Endpoint

## What is an RPC Endpoint?

RPC endpoint allows developers to interact with a blockchain network by sending requests to perform operations such as querying data, sending transactions, and interacting with smart contracts

{% tabs %}
{% tab title="Mainnet" %}
Chain ID: 899

RPC Endpoint

{% embed url="<https://rpc.maxi.network>" %}

Websocket: wss\://wss.maxi.network
{% endtab %}

{% tab title="Testnet" %}
Chain ID: 898

RPC Endpoint

{% embed url="<https://rpc-testnet.maxi.network>" %}

Websocket: wss\://wss-testnet.maxi.network
{% endtab %}
{% endtabs %}
