Returns holdings, staked balances, and PnL for all linked wallets
Returns holdings, staked balances, and PnL for all linked wallets
bearer In: header
Currency for portfolio values (default: usd)
"usd"Value in
application/json
curl -X GET "https://example.com/me/portfolio"{ "balanceSnapshot": { "chainId": 0, "blockNumber": 0, "blockTimestamp": "2019-08-24T14:15:22Z", "checkedAt": "2019-08-24T14:15:22Z" }, "pnlMethod": "average-buy-price-estimate", "positions": [ { "id": "string", "chainId": 0, "decimals": 0, "name": "string", "symbol": "string", "address": "string", "imagePath": "string", "tier": "native", "pairAddress": "string", "stakingContractAddress": "string", "walletBalance": "string", "stakedBalance": "string", "totalBalance": "string", "price": "string", "change24h": 0, "volume24h": "string", "marketCap": "string", "totalBought": "string", "totalSold": "string", "totalSpent": "string", "totalReceived": "string", "averageBuyPrice": "string", "currentPrice": "string", "unrealizedPnl": "string", "unrealizedPnlPercent": 0, "realizedPnl": "string", "tradeCount": 0, "firstTradeAt": "2019-08-24T14:15:22Z", "lastTradeAt": "2019-08-24T14:15:22Z" } ], "summary": { "totalValue": "string", "stakingValue": "string", "tokensHeld": 0, "unrealizedPnl": "string", "realizedPnl": "string", "totalPnl": "string" }, "currency": "usd"}