# OnHeartbeat

This message would be responsible in indicating that the service is operating normally

*MessageType: onheartbeat*

Here is a sample JSON payload on what you should expect to receive on your end:

<details>

<summary>Sample payload</summary>

```
{
    "timeStamp": 1721805845458
}
```

</details>

Properties

| Name      | Type | Description                                                 |
| --------- | ---- | ----------------------------------------------------------- |
| timeStamp | long | epoch timestamp on when the heartbeat message was generated |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://flyingcockatoo.gitbook.io/odds-feed-documentation/odds-feed-integration/message-types/onheartbeat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
