Overtime V2 quote data
Get quote data for a ticket.
Users placing trades with THALES will get 1% extra payouts for each game they have on their ticket.
REST API
POST
https://overtimemarketsv2.xyz/overtime-v2/networks/{{network}}/quote
See quote API endpoint with request/response examples under Postman documentation.
Example Request
https://overtimemarketsv2.xyz/overtime-v2/networks/10/quote
Request body
Request Parameters
buyInAmount*
number
(Required) Buy-in amount
tradeData*
collateral
string
(Optional) Collateral used for trade. If omitted, default collateral will be used for quote.
TradeData
gameId
string
sportId
number
typeId
number
maturity
number
status
number
line
number
playerId
number
odds
number[]
merkleProof
string[]
position
number
Selected position on the market.
combinedPositions
live
boolean
Always false
. The quote endpoint is not used for live markets.
Example Response
Response Parameters
quoteData
Ticket quote data
liquidityData
Ticket liquidity data
QuoteData
totalQuote
Ticket total quote
payout
Ticket payout data
potentialProfit
Ticket profit data
buyInAmountInUsd
number
Buy-in amount in default collateral
PayoutData
[collateral]
number
usd
number
Potential payout in default collateral
payoutCollateral
string
ProfitData
[collateral]
number
usd
number
Potential profit in default collateral
percentage
number
Potential profit in percentage
LiquidityData
ticketLiquidityInUsd
number
Available liquidity for the ticket in default collateral
Last updated