# Use Public API Server(RPC)

직접 WEMIX3.0 Client를 설치 및 관리하고 싶지 않을 경우 무료로 24시간 서비스를 제공하는 RPC 서버를 이용하는 것이 가능합니다.&#x20;

개발자는 공개된 네트워크 엔드포인트인 RPC 서버를 활용하여 온체인 데이터와 상호 작용하고 다양한 유형의 트랜잭션을 네트워크에 보낼 수 있습니다. API는 JSON-RPC 표준을 따르며, JSON-RPC는 블록체인 네트워크와 상호 작용할 때 일반적으로 사용되는 상태 비저장 경량 RPC(Remote Procedure Call) 프로토콜입니다.

{% hint style="info" %}
**JSON-RPC calls**

[WEMIX3.0 JSON-RPC API](https://docs.wemix.com/ko/dapp-developer/json-rpc)는 표준 Web3 [Ethereum JSON-RPC API](https://eth.wiki/json-rpc/API)와 100% 호환됩니다.
{% endhint %}

{% tabs %}
{% tab title="Mainnet" %}
HTTP(HTTPS) server endpoint

* [https://api.wemix.com](https://api.wemix.com/)

WS(WSS) server endpoint

* [wss://ws.wemix.com](wss://ws.wemix.com/)
  {% endtab %}

{% tab title="Testnet" %}
HTTP(HTTPS) server endpoint

* <https://api.test.wemix.com>

WS(WSS) server endpoint

* <wss://ws.test.wemix.com>
  {% endtab %}
  {% endtabs %}

{% hint style="info" %}
**속도제한**

속도제한이란 Incoming Connection에 대한 Rate를 제한하는 기능입니다. 예를 들어 너무 많은 Connection이 동시에 발생해 Server에 부담이 가는 경우, 정의한 Rate Limit을 초과한 Connection은 Reject 할 수 있습니다

RPC Server는 악의적인 공격을 막고 보다 많은 사용자에게 신뢰할 수 있는 서비스를 제공하기 위하여 IP별로 속도제한을 두고 있습니다.
{% endhint %}


---

# Agent Instructions: 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.wemix.com/ko/quick-start/start-node/use-public-api-server-rpc.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.
