# RPC 端点

## 主端点

| 端点             | URL                                   | 用途               |
| -------------- | ------------------------------------- | ---------------- |
| Public RPC     | `https://rpc-testnet.axblade.io`      | chain 391 公开 RPC |
| WebSocket      | `wss://rpc-testnet.axblade.io/ws`     | 实时 event 订阅      |
| Block explorer | `https://explorer-testnet.axblade.io` | Blockscout       |

## 限流

* HTTP: \~10 req/s per IP (PoC 阶段无强限流)
* WebSocket: 1 conn per IP

## 主网前必备

* 多 RPC node + load balancer
* API key + paid tier (类似 Alchemy / Infura)
* DDoS 防护


---

# 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://yellowpaper.axblade.io/integration-jie-ru-fang-shi/rpc-endpoints.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.
