Welcome
The Brewit API provides programmatic access to Brewit’s platform features. This API allows you to manage badges, automate trading tasks, and schedule jobs.Base URL
All API requests should be made to:Available Endpoints
Badge Management
Badge Endpoints
Manage user badges and achievements
Automation & Trading
Automation Endpoints
Create and manage automated trading tasks
Monad Agent Tasks
Manage Monad Agent trading automation
Scheduler Jobs
Schedule and manage automated jobs
Authentication
Most API endpoints require Bearer token authentication. You can obtain your authentication token from the Brewit application after logging in.
Authentication Header
Include your Bearer token in the Authorization header:Example Request
Response Format
All API responses are returned in JSON format with standard HTTP status codes:200
- Success400
- Bad Request401
- Unauthorized404
- Not Found500
- Internal Server Error
Rate Limiting
API requests are subject to rate limiting to ensure fair usage. Please implement appropriate retry logic with exponential backoff in your applications.Getting Started
- Obtain your API token from the Brewit application
- Review the endpoint documentation for the specific features you need
- Test your integration using the provided examples
- Implement error handling for production use