Overtime Documentation
  • 🎾Get ready for Overtime
  • THE OVERDROP LEAGUE
  • ❓FAQ
  • ❗Sports Trading Guidelines
  • Free Bet
  • ABOUT OVERTIME SPORTSBOOK
    • 🏈Overtime V2 Architecture
    • Overtime Accounts
    • 🔴Onchain Live Markets
    • 🎲Odds Providers
    • 💵Onchain Free Bets
    • ⚖️Overtime Governance
    • 🐣History of Overtime
  • Overtime Guides
    • Providing Liquidity to Overtime
    • How to use Overtime
    • Current Incentives
    • Common User Mistakes
      • Deposited funds on the wrong network
    • Deposit USDC from Coinbase
    • Deposit USDC or USDT from Binance
      • Deposit from Binance Mobile App
      • Deposit from Binance Website
  • SPEED MARKETS
  • Introduction to Speed Markets
  • Chained Speed Markets
  • Speed Markets Trading Guide
  • Build Your Own Speed Markets App
  • Speed Market Deposit Guides
    • Deposit USDC from Coinbase
    • Deposit from Binance Mobile App
    • Deposit from Binance Website
  • FOR DEVELOPERS
  • 🔥Overtime V2 integration
    • Overtime V2 sports
    • Overtime V2 market types
    • Overtime V2 collaterals
    • Overtime V2 markets (protected)
    • Overtime V2 live markets (protected)
    • Overtime V2 user history
    • Overtime V2 quote data
    • Overtime V2 games info
    • Overtime V2 players info
    • Overtime V2 live scores
  • Links
    • ▶️Use the Dapp
    • ▶️Official Twitter
    • ▶️Medium
  • Resources
    • 📺Marketing Assets
    • ⚖️Terms of Use
Powered by GitBook
On this page
  • REST API
  • Example Request
  • Example Response
  • Response Parameters
  1. Overtime V2 integration

Overtime V2 live markets (protected)

Get a list of all live markets.

PreviousOvertime V2 markets (protected)NextOvertime V2 user history

Last updated 2 days ago

REST API

GET https://api.overtime.io/overtime-v2/live-markets

See the live markets API endpoint with request/response examples under .

All requests to this route must include a valid API key for authentication. The API key should be provided in the request header as x-api-key.

You can request new API key via .

Example Request

Example Response

{
  "markets": [
    {
      "gameId": "0x6636646334303563663864396330373365626166363237633239373432653430",
      "sport": "Soccer",
      "leagueId": 19,
      "leagueName": "J1 League",
      "subLeagueId": 19,
      "typeId": 0,
      "type": "winner",
      "maturity": 1717221600,
      "maturityDate": "2024-06-01T06:00:00.000Z",
      "homeTeam": "Machida Zelvia",
      "awayTeam": "Albirex Niigata",
      "homeScore": 3,
      "awayScore": 2,
      "gameClock": 82,
      "gamePeriod": "2H",
      "finalResult": 0,
      "status": 0,
      "isOpen": true,
      "isResolved": false,
      "isCanceled": false,
      "isPaused": false,
      "isOneSideMarket": false,
      "line": 0,
      "isPlayerPropsMarket": false,
      "isOneSidePlayerPropsMarket": false,
      "isYesNoPlayerPropsMarket": false,
      "playerProps": {
        "playerId": 0,
        "playerName": ""
      },
      "combinedPositions": [
        [],
        [],
        []
      ],
      "odds": [
        {
          "american": 0,
          "decimal": 0,
          "normalizedImplied": 0
        },
        {
          "american": 0,
          "decimal": 0,
          "normalizedImplied": 0
        },
        {
          "american": 0,
          "decimal": 0,
          "normalizedImplied": 0
        }
      ],
      "proof": [
        "0xda99ce905965676e20806b901cca63dae78213261ed45921cf6f39bbb4b85c24",
        "0xb1ff121b809fafe4d2f775923ac3bcf2de9ce2db206e5a7472357269f47a18d5",
        "0xe62418bfc7d98a561aaa89e838cd1c2c60b8f1c6502588a7d61002eb648d3390"
      ],
      "childMarkets": [],
      "statusCode": "open"
    }
  ],
  "errors": []
}

Response Parameters

Name
Type
Description

markets

Available live markets

errors

string[]

Errors that occurred during live markets fetching, if any

Additional live market parameters

Name
Type
Description

homeScore

number

Home team score

awayScore

number

Away team score

gameClock

number

Current time in the game

gamePeriod

string

Current game period

[]

🔥
Postman documentation
Overtime Discord
https://api.overtime.io/overtime-v2/networks/10/live-markets
Market