Skip to main content
POST
Set heartbeat
POST /heartbeat/v3 registers or refreshes a heartbeat timer for account.

Request

Response

200 OK returns the armed heartbeat:

Errors

You need a deployed proxy first. If your proxy is not yet deployed the call returns 400 INVALID_PROXY. Deploy it with POST /user/deploy-proxy.

Authorizations

x-sx-api-key
string
header
required

API key, sent as the x-sx-api-key header. Generate one from the API keys section of your account page on sx.bet.

Body

application/json
timeoutSeconds
integer
required

Seconds until the heartbeat expires. 0 clears an armed timer.

Required range: 0 <= x <= 3600

Response

status
string

success or failure if the request succeeded or not

data
object
Last modified on August 11, 2026