WebSocket Authentication
WSProduction
wss://ws.btse.com/ws/futuresTestnetwss://testws.btse.io/ws/futuresAuthenticate the session to access private topics (Notifications, User Trade Fills, Positions).
Signature: HMAC-SHA384(secret, "/ws/futures" + nonce)
Request Parametersβ
| Name | Type | Required | Description |
|---|---|---|---|
| op | String | Yes | Operation β fixed value authKeyExpires |
| args | String[] | Yes | [API_KEY, NONCE, HMAC-SHA384_SIGNATURE] |
example
Request
{
"op": "authKeyExpires",
"args": [
"<API_KEY>",
"<NONCE>",
"<SIGNATURE>"
]
}