Base URL
Authentication
Include your API key as a bearer token in every request:Request Format
All request bodies must be JSON. Set theContent-Type header accordingly:
Response Format
All responses return JSON with a consistent envelope:Error Codes
| Status | Code | Description |
|---|---|---|
| 400 | invalid_request | Missing or malformed parameters |
| 401 | unauthorized | Invalid or missing API key |
| 404 | not_found | Resource does not exist |
| 409 | conflict | Bid too low or auction already ended |
| 429 | rate_limited | Too many requests |
| 500 | internal_error | Server-side error |
Rate Limits
| Plan | Requests / minute |
|---|---|
| Free | 60 |
| Pro | 600 |
| Enterprise | Unlimited |