API Documentation
Developer API Reference
Complete API documentation for integrating DXA BOT services into your applications.
🤖 Connect Your Account to Bot
Type your API key on our Telegram bot to get connected. Get real-time updates, API logs, and status reports directly on Telegram.
@dxaapi_service_bot
Active
✅
Connected
Error Codes
ReferenceCommon error codes returned by the API and how to fix them.
| Code | Error | Status | Description |
|---|---|---|---|
| 400 | MISSING_UID |
Bad Request | Player UID is required |
| 400 | INVALID_UID |
Bad Request | UID must be at least 8 digits |
| 401 | MISSING_KEY |
Unauthorized | API key is missing |
| 401 | INVALID_KEY |
Unauthorized | Invalid API key |
| 403 | KEY_EXPIRED |
Forbidden | API key has expired |
| 404 | PLAYER_NOT_FOUND |
Not Found | Player not found for the given UID |
| 429 | LIMIT_REACHED |
Too Many | Request limit reached |
| 500 | DB_ERROR |
Server Error | Database error occurred |
| 500 | ALL_KEYS_FAILED |
Server Error | All provider keys failed (FF Like) |
Troubleshooting Tips
- Always include your API key in every request
- Make sure UID is at least 8 digits (FreeFire format)
- Check your request limit usage in dashboard
- For Shell, ensure Garena credentials are correct
- Contact support if you get 500 errors repeatedly