# Public Endpoints

Candide provides public endpoints for our **Bundler** and **Paymaster**. No API required. Available on mainnets and testnets.

## Endpoint URL Format[​](#endpoint-url-format "Direct link to Endpoint URL Format")

All our public endpoints use the same simple URL format. Just add the **chain ID** for the network you want to use.

**Base URL:**

```
https://api.candide.dev/public/v3/
```

**Example (Sepolia Testnet - Chain ID 11155111):**

```
https://api.candide.dev/public/v3/11155111
```

## Supported Networks[​](#supported-networks "Direct link to Supported Networks")

See the list of [supported networks](https://docs.candide.dev/wallet/bundler/rpc-endpoints.md).

## Supported Methods[​](#supported-methods "Direct link to Supported Methods")

See the list of the [Bundler API](https://docs.candide.dev/wallet/bundler/rpc-methods.md) and [Paymaster API](https://docs.candide.dev/wallet/paymaster/rpc-methods.md).

## Rate Limit[​](#rate-limit "Direct link to Rate Limit")

To keep things running smoothly for everyone, we limit the number of requests you can make from a single IP address. If you send too many requests, you'll get a `Too Many Requests` error.

info

Need Higher Limits? For production use or higher rate limits, signup on [Candide's Dashboard](https://dashboard.candide.dev) to get your own Bundler and Paymaster URLs.
