# 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 %}
