Miscelaneous Endpoints
Get User Positions
Fetches current positions for a given user address, optionally filtered by market or event and other parameters.
GET
Query Parameters
The Polygon/Profile address of the user. i.e. 0x6f05f5c...
One or more conditionIds, comma seperated. Cannot be used with eventId
.
The minimum position size to include. Defaults to 1.0.
Filter positions that are redeemable.
Filter positions that are mergeable.
Filter by market title.
The ID of the event. Cannot be used with market
.
Max number of positions to return. Defaults to 50, max is 500.
Required range:
x <= 500
Index to start paginated results from. Defaults to 0.
Criteria to sort results by:
- TOKENS
- CURRENT
- INITIAL
- CASHPNL
- PERCENTPNL
- TITLE
- RESOLVING
- PRICE
Available options:
TOKENS
, CURRENT
, INITIAL
, CASHPNL
, PERCENTPNL
, TITLE
, RESOLVING
, PRICE
Sorting direction, either ASC or DESC. Defaults to DESC.
Available options:
ASC
, DESC
Response
200
application/json
A list of user positions
The response is of type object[]
.