MEVrebels API Documentation
Complete REST API reference for the MEVrebels Protocol. Build arbitrage strategies, execute trades, and participate in DAO governance.
Base URL
https://api.mevrebels.rectorspace.comAuthentication
Currently, most endpoints are publicly accessible. Write operations (POST, PUT, DELETE) will require wallet signature authentication in the future.
Rate Limiting
API requests are rate-limited to 100 requests per second per IP address. Burst allowance: 20 requests.
⚠️ If rate limit is exceeded, you'll receive a 429 Too Many Requests response.
Response Format
All responses are in JSON format with consistent structure:
JSON
{
"data": {...},
"status": "success",
"timestamp": "2025-10-30T12: 00: 00Z"
}Error Handling
Errors include descriptive messages and appropriate HTTP status codes:
JSON
{
"error": "Strategy not found",
"status": "error",
"code": 404,
"timestamp": "2025-10-30T12: 00: 00Z"
}