Do I need an API key?
For testnet, no API key is required. You can start making API calls immediately. For mainnet, API keys will be required for authenticated endpoints.How do I get an API key?
API keys are managed through the admin dashboard. Contact the team to request access.What endpoints require authentication?
| Endpoint | Testnet | Mainnet |
|---|---|---|
| GET /health | No auth | No auth |
| GET /api/orders | No auth | API key |
| POST /api/orders/gasless | No auth | API key |
| POST /api/gasless/split | No auth | API key |
| POST /api/gasless/merge | No auth | API key |
| Admin endpoints | JWT token | JWT token |
How do I use my API key?
Include your API key in the X-API-Key header:What are the rate limits?
| Type | Limit |
|---|---|
| Without API key | 100 requests per minute |
| With API key | 240 requests per minute |
| Order creation | 30 orders per minute |
