Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Preview the new unified TypeScript and Python SDKs, available now in beta.
cURL
curl --request GET \ --url https://api.perpetuals.polymarket.com/v1/info/portfolio
{ "positions": [ { "instrument_id": 123, "symbol": "NVDA-USDC", "size": "10.00", "entry_price": "2986.30", "unrealized_pnl": "-0.01", "return_on_equity": "-0.0027" } ], "equity": "10000.00", "timestamp": 1767225600000 }
Get public portfolio for an address including equity and open positions.
Address
"0x1234567890abcdef1234567890abcdef12345678"
Public portfolio response.
Show child attributes
Equity in USD
"10000.00"
Update timestamp in milliseconds
1767225600000
Was this page helpful?
Suggestions