sahmeto public apis
    sahmeto public apis
    • message
      GET

      message

      GET
      https://api.sahmeto.com/api/v1/messages

      Request

      Query Params

      Responses

      🟢200OK
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request GET 'https://api.sahmeto.com/api/v1/messages?order_by=latest&assetsignal__values=B,S&page_size=20&page=1&id=5288866&publishers=29,36&assets=8042&publisher__top=true&date__lte=2024-02-01T15:30:00&date__gte=2024-02-02T15:30:00'
      Response Response Example
      {
          "next": true,
          "previous": null,
          "count": 0,
          "page": 0,
          "page_size": 0,
          "results": [
              {
                  "id": 0,
                  "text": "string",
                  "date": "string",
                  "account_type": "string",
                  "photo": {
                      "image": "string",
                      "thumbnail": "string"
                  },
                  "assets_signals": [
                      {
                          "id": 0,
                          "asset": {
                              "id": 0,
                              "type": "string",
                              "object_id": 0,
                              "name": "string",
                              "symbol": "string",
                              "name_fa": "string",
                              "bookmarked_by_user": null
                          },
                          "price": 0,
                          "number_of_watches": 0,
                          "is_watched_by_user": true,
                          "created_at": "string",
                          "updated_at": "string",
                          "message_date": "string",
                          "value": "string",
                          "type": "string",
                          "is_valid": true,
                          "performances": {
                              "7d": {
                                  "gain": null,
                                  "return": null
                              },
                              "30d": {
                                  "gain": null,
                                  "return": null
                              },
                              "90d": {
                                  "gain": null,
                                  "return": null
                              },
                              "180d": {
                                  "gain": null,
                                  "return": null
                              }
                          },
                          "timeframe": null,
                          "timeout": null,
                          "support_price": null,
                          "resistance_price": null,
                          "entry_point_price": null,
                          "profit_target_price": null,
                          "stop_loss_price": null,
                          "reached_target_datetime": "string",
                          "reached_target_price": 0,
                          "timeout_target_price": 0,
                          "adjusted_price": 0,
                          "adjusted_profit_price": null,
                          "adjusted_loss_price": null,
                          "estimated_order_duration": 0,
                          "estimated_profit_ratio": 0,
                          "volume": 0,
                          "message": 0,
                          "publisher": 0,
                          "tags": [
                              "string"
                          ]
                      }
                  ],
                  "html_message": "string",
                  "html_message_fa": null,
                  "title": null,
                  "reference": "string",
                  "translated_html": null,
                  "message_language": "string",
                  "publisher": {
                      "id": 0,
                      "content_type": 0,
                      "name": "string",
                      "primary_username": "string",
                      "account_type": "string",
                      "telegram_id": 0,
                      "username": "string",
                      "social_link": "string",
                      "rank": 0,
                      "language": "string",
                      "photo": {
                          "image": "string",
                          "thumbnail": null,
                          "thumbnail_85": "string",
                          "thumbnail_270": "string"
                      },
                      "score": 0,
                      "members_count": 0,
                      "power_of_analysis": 0,
                      "is_verified": true,
                      "verified_description": null,
                      "bookmarked_by_user": null,
                      "publisher_type": "string",
                      "has_owner": true
                  },
                  "signals": [
                      {
                          "id": 0,
                          "type": "string",
                          "value": "string"
                      }
                  ],
                  "bookmarked_by_user": null
              }
          ]
      }
      Modified at 2025-04-10 12:36:47
      Built with