Skip to main content

Base URL

All endpoints return JSON responses.

Authentication

Authenticated endpoints use EIP-191 personal signatures. Include the following fields in the request body:
The signed message format is:
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
Rate-limited responses return 429 Too Many Requests with a Retry-After header.

Response Format

Successful responses:
Error responses:

Common HTTP Status Codes