Authentication
You must authenticate yourself when subscribing to any of the sFOX WebSocket feeds.
All WebSocket feeds require authentication.
Authentication commands should be JSON with the following properties:
Property | Type | Command |
---|---|---|
| string |
|
| string |
|
Authentication Message
To authenticate yourself to the WebSocket API, you must send an authenticate
message to the server with an API key for your account. This message is mandatory as all WebSocket feeds require authentication.
Authenticate Message
Once a authenticate
message is received the server responds with an authenticate
message that specifies whether authentication succeeded or failed.
Example Code
Last updated