curl --request GET \
--url https://demo-api.mobula.io/api/2/wallet/pm/pnl{
"data": {
"totalInvestedUSD": 123,
"totalRedeemedUSD": 123,
"realizedPnlUSD": 123,
"unrealizedPnlUSD": 123,
"totalPnlUSD": 123,
"marketsTradedCount": 123,
"marketsActiveCount": 123
},
"hostname": "<string>",
"took": 123
}Get a wallet’s aggregated prediction market PnL summary.
curl --request GET \
--url https://demo-api.mobula.io/api/2/wallet/pm/pnl{
"data": {
"totalInvestedUSD": 123,
"totalRedeemedUSD": 123,
"realizedPnlUSD": 123,
"unrealizedPnlUSD": 123,
"totalPnlUSD": 123,
"marketsTradedCount": 123,
"marketsActiveCount": 123
},
"hostname": "<string>",
"took": 123
}