BWEnews API documentation

BWEnews API documentation

BWEnews Dev

BWEnews Official WebSocket API

The BWEnews WebSocket API provides real-time access to exclusive news events published by our internal editorial team.

WebSocket Endpoint

wss://bwenews-api.bwe-ws.com/ws

Description

By connecting and subscribing to this WebSocket endpoint, clients will receive live news updates directly from BWEnews. Please note: exchange announcements are not included in the WebSocket feed. Only proprietary BWEnews content is delivered.

Example Payload

{
  "source_name": "BWENEWS",
  "news_title": "This is a test message news",
  "coins_included": ["BTC", "ETH", "SOL"],
  "url": "https://bwenews123.com/asdads",
  "timestamp": 1745770800
}

Ping/Pong

To maintain an active connection:

  • Send: ping (plain text)
  • Receive: pong (plain text)

Notes

  • Exchange announcements are not included in this WebSocket feed.
  • For exchange-related news, please poll the following RSS feed instead:
https://rss-public.bwe-ws.com/


Report Page