Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

[{"jsonrpc": "2.0", "method": "SportsAPING/v1.0/listMarketBook", "params": {"marketIds":["1.107674427"],"priceProjection":{"priceData":["EX_BEST_OFFERS"]}}, "id": 1}]

 

Previous Version

listMarketBook previously required the priceProjection parameter:

...

Field nameTypeRequiredDescription
priceDataSet<PriceData>noThe projection of price data you want to receive in the response.
exBestOfferOverRidesExBestOfferOverRidesnoExBestOfferOverRidesSelection to narrow down the best offer prices to those you are interested in.
virtualisebooleannoIndicates if the returned prices should include virtual prices. Applicable to EX_BEST_OFFERS and EX_ALL_OFFERS price projections only. Default value is false.

...