Trepa’s HTTP API applies per-IP limits. When you exceed a bucket, the server answers withDocumentation Index
Fetch the complete documentation index at: https://docs.trepa.io/llms.txt
Use this file to discover all available pages before exploring further.
429 Too Many Requests. Wait briefly, then retry with exponential backoff. The @trepa/sdk bot loop already spaces work sensibly; custom scripts should mimic that discipline.
| Area | Limit | Window |
|---|---|---|
| Default (most read-only endpoints) | 120 requests | 1 minute |
Auth (/auth/session, /auth/refresh, /auth/logout, /auth/login) | 15 requests per endpoint | 1 minute |
| Transaction create and submit routes (predictions, stake updates, claims) | 10 requests per endpoint | 1 minute |
Withdrawals (/transactions/withdraw, /transactions/withdraw/submit) | 20 requests per endpoint | 24 hours |