Base URL
Authentication
Authenticated endpoints use EIP-191 personal signatures. Include the following fields in the request body:Nonces are single-use. Each signature can only be used once to prevent replay attacks.
Rate Limiting
- POST requests: 20 per minute per IP
- GET requests: No limit
429 Too Many Requests with a Retry-After header.
Response Format
Successful responses:Common HTTP Status Codes
| Code | Meaning |
|---|---|
200 | Success |
400 | Bad request (missing/invalid params) |
401 | Invalid or expired signature |
404 | Resource not found |
429 | Rate limited |
500 | Server error |