cURL
curl --request GET \ --url https://www.aionmarket.com/bvapi/markets/context/{id} \ --header 'Authorization: Bearer <token>'
{ "marketId": "<string>", "title": "<string>", "description": "<string>", "liquidity": 123, "lastPrice": 123, "relatedMarkets": [ { "id": "<string>", "title": "<string>", "slug": "<string>", "status": "<string>", "yesPrice": 123, "noPrice": 123, "volume": 123, "endDate": "2023-11-07T05:31:56Z" } ] }
Fetch expanded market context including description, liquidity, and related markets.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Market context
Show child attributes