Trend Moon Docs
  • Overview
    • What is TrendMoon?
    • Project History
    • Social Alerts
    • Explorer
    • Telegram Chat Statistics
    • Automated Trading Strategies
      • Strategy Development Overview
      • Backtests - Memecoin strategy
  • Roadmap
  • TMOON Token
    • TBC
  • Taimat API
    • Authentification
    • Messages Endpoints
    • Chats
    • Coins
    • Processed Insights
    • Error Handling
    • Social
Powered by GitBook
On this page
  1. Taimat API

Error Handling

Error Handling

The API uses standard HTTP status codes and returns error messages in the following format:

{
    "message": "Error description",
    "details": "Additional error details (if available)"
}

Common status codes:

  • 200: Successful request

  • 400: Bad request (invalid parameters)

  • 401: Unauthorized (invalid API key)

  • 404: Resource not found

  • 500: Internal server error

All endpoints support CORS and include appropriate error handling with logging.

PreviousProcessed InsightsNextSocial

Last updated 3 months ago