Get Prediction Positions
Wallet
Get Prediction Positions
Get a wallet’s prediction market positions with current value and PnL.
GET
Get Prediction Positions
Query Parameters
The wallet address to get positions for.
Comma-separated list of platforms to filter by.
Position status filter:
active, resolved, or all.Sort order:
amountUSD, totalPnlUSD, or createdAt.Number of positions to return (1 to 100).
Pagination offset.
Response
Array of wallet positions.
Wallet metadata (fundingInfo, entity, labels). Null when unavailable.
Pagination metadata.
Server node identifier.
Request processing time in milliseconds.
Usage Example
Example Response
Query Parameters
User EOA wallet address. The API resolves the matching Safe trading account internally.
Example:
"0x0000000000000000000000000000000000000001"
Comma-separated platform filter (e.g. polymarket). Empty = all platforms.
Filter by position status.
Available options:
active, resolved, redeemed, all Available options:
amountUSD, totalPnlUSD, createdAt Page size (1-100).
Required range:
1 <= x <= 100Pagination offset.
Required range:
x >= 0Response
200 - application/json
Positions list