cURL
curl --request GET \ --url https://api-testnet.context.markets/v2/portfolio/{address}/stats \ --header 'Authorization: Bearer <token>'
{ "currentPortfolioValue": "<string>", "currentPortfolioPercentChange": 123 }
Returns the current portfolio value and percent change for an address.
API key passed as Bearer token
Ethereum address (0x-prefixed, 40 hex chars)
Portfolio statistics