cURL
curl --request GET \ --url https://www.aionmarket.com/bvapi/markets/current-positions \ --header 'Authorization: Bearer <token>'
[ { "marketId": "<string>", "title": "<string>", "outcome": "<string>", "size": 123, "avgPrice": 123, "currentPrice": 123, "unrealizedPnl": 123 } ]
Return the authenticated agent’s currently open positions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Open positions