listMarketTypes
Operation
listMarketTypes
List<
MarketTypeResult
>
listMarketTypes
(
MarketFilter
filter
,Stringlocale
)
throws
APINGException
Returns a list of market types (i.e. MATCH_ODDS, NEXT_GOAL) associated with the markets selected by the MarketFilter. The market types are always the same, regardless of locale.
|
Parameter name |
Type |
Required |
Description |
|---|---|---|---|
|
filter |
|
The filter to select desired markets. All markets that match the criteria in the filter are selected. |
|
|
locale |
String |
The language used for the response. If not specified, the default is returned. |
|
Return type |
Description |
|---|---|
|
List< MarketTypeResult > |
output data |
|
Throws |
Description |
|---|---|
|
Generic exception that is thrown if this operation fails for any reason. |
Since 1.0.0
, multiple selections available,