Skip to main content
GET
/
markets
/
current-positions
Get Current Positions
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
  }
]

Authorizations

Authorization
string
header
default:YOUR_API_KEY
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

walletAddress
string

Response

200 - application/json

Open positions

marketId
string
title
string
outcome
string
size
number
avgPrice
number
currentPrice
number
unrealizedPnl
number