Skip to main content

WebSocket Authentication

WSProductionwss://ws.btse.com/ws/spotTestnetwss://testws.btse.io/ws/spot

Authenticate the session to access private topics (Notifications, User Trade Fills). Signature: HMAC-SHA384(secret, "/ws/spot" + nonce)

Request Parameters​

NameTypeRequiredDescription
opStringYesOperation β€” fixed value authKeyExpires
argsString[]Yes[API_KEY, NONCE, HMAC-SHA384_SIGNATURE]
example

Request

{
"op": "authKeyExpires",
"args": [
"<API_KEY>",
"<NONCE>",
"<SIGNATURE>"
]
}