---
title: "Get best odds"
method: GET
path: "/orders/odds/best"
tags: ["Orders"]
---

# Get best odds

`GET /orders/odds/best`

This endpoint returns the best available odds for the specified baseToken and marketHashes or leagueIds.

## Query parameters

- `marketHashes` string[]
- `leagueIds` integer[]
- `baseToken` string, required

## Response `200`

- object
  - `status` string — `success` or `failure` if the request succeeded or not
  - `data` object
    - `bestOdds` object[]
      - `marketHash` string — The resulting market for the given best odds query
      - `baseToken` string — The baseToken for the given best odds query
      - `outcomeOne` object — An object representing outcome one, including the best available percentage odds as `percentageOdds` (string) and the last update time as `updatedAt` (numerical timestamp in milliseconds)
        - `percentageOdds` string
        - `updatedAt` number
      - `outcomeTwo` object — An object representing outcome two, including the best available percentage odds as `percentageOdds` (string) and the last update time as `updatedAt` (numerical timestamp in milliseconds)
        - `percentageOdds` string
        - `updatedAt` number

---

[API](https://skmtc.net/sx/apis/sx-bet-api.md) · [All operations](https://skmtc.net/sx/apis/sx-bet-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sx/sx-bet-api/versions/eb2c05c3a98e/schema)
