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
collateral
string
(Optional) Collateral used for trade. If omitted, default collateral will be used for quote.
TradeData
position
number
Selected position on the market.
live
boolean
Always false
. The quote endpoint is not used for live markets.
Example Response
Response Parameters
QuoteData
buyInAmountInUsd
number
Buy-in amount in default collateral
PayoutData
[collateral]
number
Potential payout in collateral. Available only for THALES, ETH, or WETH. More about the V2 collateral upgrade in the Medium article.
usd
number
Potential payout in default collateral
payoutCollateral
string
Default payout collateral. For THALES, ETH, or WETH only available payout collateral is the one used for trade. More about the V2 collateral upgrade in the Medium article.
ProfitData
[collateral]
number
Potential profit in collateral. Available only for THALES, ETH, or WETH. More about the V2 collateral upgrade in the Medium article.
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