> ## Documentation Index
> Fetch the complete documentation index at: https://tech.ramses.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Ramses API

> REST API reference for the Ramses protocol across all supported chains.

# Ramses API

All endpoints follow the same schema across chains. The base URL pattern is:

```
https://gateway.ramses.xyz/v3/{chain_slug}
```

## Supported chains

| Chain     | Slug       | Base URL                                 |
| --------- | ---------- | ---------------------------------------- |
| HyperEVM  | `hyperevm` | `https://gateway.ramses.xyz/v3/hyperevm` |
| Arbitrum  | `arbitrum` | `https://gateway.ramses.xyz/v3/arbitrum` |
| Linea     | `linea`    | `https://gateway.ramses.xyz/v3/linea`    |
| Avalanche | `avax`     | `https://gateway.ramses.xyz/v3/avax`     |
| Polygon   | `polygon`  | `https://gateway.ramses.xyz/v3/polygon`  |

## Rate limiting

* **30 requests per 30 seconds** per client IP address.

## Local development

```sh theme={null}
bun install
bun run dev
```

Swagger UI is available at `http://localhost:3000/swagger`.
