...
[{"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 name | Type | Required | Description |
---|---|---|---|
priceData | Set<PriceData> | no | The projection of price data you want to receive in the response. |
exBestOfferOverRides | ExBestOfferOverRides | noExBestOfferOverRides | Selection to narrow down the best offer prices to those you are interested in. |
virtualise | boolean | no | Indicates if the returned prices should include virtual prices. Applicable to EX_BEST_OFFERS and EX_ALL_OFFERS price projections only. Default value is false. |
...