B4J Question WebSocket Connection

aaronk

Well-Known Member
Licensed User
Longtime User
Hi,

I am trying to work out how to use this websocket API in B4J.

It says that it's a websocket but the URL it connects to is https://... where I thought it should be ws:// (or wss://)

API I am trying to use is:
https://github.com/BTCMarkets/API/wiki/websocket

I tried using: https://www.b4x.com/android/forum/threads/jwebsocketclient-library.40985/#content

I then tried changing the URL to https://socket.btcmarkets.net but it doesn't come up saying it had connected.

Any ideas where I have gone wrong, or is not a valid WebSocket ?
 
Top