portfolio_analytics
Analyze Solana wallet portfolios to track total value, impermanent loss metrics, yield performance, and position breakdowns for DeFi investments.
Instructions
Get comprehensive portfolio analytics including total value, IL metrics, yield performance, and position breakdown.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
wallet | Yes | Solana wallet address |
Input Schema (JSON Schema)
{
"properties": {
"wallet": {
"description": "Solana wallet address",
"type": "string"
}
},
"required": [
"wallet"
],
"type": "object"
}