# Endpoints

Open [PolkadotJS](https://polkadot.js.org/apps/) and input RPC endpoint listed below in section *Development - Custom*

![](/files/XMlwhsHHnCb5rL9sAPvo)

&#x20;

### RPC endpoint URL varies by network:

* mainnet `wss://ws-rpc.debio.network`
* testnet `wss://ws-rpc.testnet.debio.network`
* betanet `wss://ws-rpc.dev.debio.network` *(may be unstable)*
* localnet `ws://127.0.0.1:9944`

### API endpoint URL varies by network:

* mainnet `https://api.debio.network/api/#/`
* testnet `https://api.testnet.debio.network/api/#/`
* betanet `https://api.dev.debio.network/api/#/` *(can be access via swagger API, may be unstable)*
* localnet `http://localhost:3000/api/#/` *(can be access via swagger API)*


---

# 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.debio.network/developers/back-end/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.
