# Identify Unique Markets

On an[ OnOddsChange](/odds-feed-documentation/odds-feed-integration/message-types/onoddschange.md) message you would notice that we are passing down the list of markets of a single fixture. And some of those markets have the same market name. To distinguish each unique market you would need the following properties:

* MarketTemplateId
* MarketSpecifier

<figure><img src="/files/KVV6nwiU81hxpZDBV3bg" alt=""><figcaption><p>OnOddsChange Payload Snippet</p></figcaption></figure>

By combining this properties you would be able to identify each unique markets when saving the data on your end.


---

# 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/identify-unique-markets.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.
