REST API
string · requiredstring · requiredstring · requiredstringstringstringstringstring
Heartbeat
POST
https://api.gemini.com
/v1/heartbeat
This will prevent a session from timing out and canceling orders if the require heartbeat flag has been set. Note that this is only required if no other private API requests have been made. The arrival of any message resets the heartbeat timer.
Headers
X-GEMINI-APIKEYYour API key
X-GEMINI-SIGNATUREHEX-encoded HMAC-SHA384 of payload signed with API secret
X-GEMINI-PAYLOADBase64-encoded JSON payload
Content-TypeDefault: text/plain
Content-LengthDefault: 0
Cache-ControlDefault: no-cache
Heartbeat › Request Body
requestThe literal string /v1/heartbeat
The nonce, as described in Private API Invocation
Heartbeat › Responses
The heartbeat was received successfully
resultok
Example: ok

