The Ably Websocket API is being deprecated on July 1, 2026. See the migration guide →
cURL
curl --request POST \ --url https://api.sx.bet/heartbeat \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "requestor": "<YOUR-ACCOUNT-ADDRESS>", "timeoutSeconds": 10 } '
{ "status": "success", "data": { "requestor": "<YOUR-ACCOUNT-ADDRESS>", "timeoutSeconds": 10, "expiresAt": "2024-11-12T14:35:06.614Z" } }
API key for authenticated endpoints. See API Key for how to obtain one.
The ethereum address associated with your account
The number of seconds before heartbeat service times out and cancels your open orders
0 <= x <= 3600
success or failure if the request succeeded or not
success
failure
Show child attributes