Portfolio
Get User Positions
Get user's trading positions across all markets or filtered by specific market
get/v1/portfolio/positions
Query parameters
marketstring
Filter positions by a specific market slug. When provided, returns only the position for that market. Example: will-team-a-win
limitinteger
Maximum number of positions to return per page. Use with cursor for pagination. Default: 100. Example: 50
cursorstring
Pagination cursor from a previous response's nextCursor field. Use to fetch the next page of results. Omit for the first request
Response
List of user positions
Changes
No recorded changes to this endpoint across all 1 revision of this API.