# JSON-RPC Endpoint

#### JSON-RPC endpoints refers to the network location where a program could transfer its RPC requests to access server data. Once you connect a decentralized application to an RPC endpoint, you can access the functionalities of different operations, which could enable real-time usage of blockchain data. &#x20;

## ONLY Testnet RPC

Network name - Only Layer&#x20;

RPC URL - <https://onlylayer.org>

Chain ID - 728696

Currency symbol - ETH

Explorer - <https://onlyscan.info&#x20>;


---

# 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://only-layer.gitbook.io/only-layer/json-rpc-endpoint.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.
