Account Endpoints
Get portfolio stats for an account
Get portfolio analytics including total value, NFT/token breakdown, and P&L for a wallet address over a given timeframe.
get/api/v2/account/{address}/portfolio
Path parameters
addressstring required
The wallet address
Query parameters
timeframe'HOUR' | 'DAY' | 'WEEK' | 'MONTH'
Timeframe for portfolio analytics queries
Timeframe for P&L calculation: HOUR, DAY, WEEK, MONTH
Response
Portfolio stats
Changes
No recorded changes to this endpoint across all 1 revision of this API.