get_market_info

core_v2.GCapiClientV2.get_market_info(market_name, key=None)

Retrieve market information.

Parameters

Name Type Description Default
market_name str The name of the market to retrieve information for. required
key Optional[str] Optional key to extract specific information from the market details. None

Returns

Name Type Description
Any Market information as a dictionary or a specific value if a key is provided.