getLighthousePortfolio
Fetch and display a detailed summary of your Lighthouse crypto portfolio, including asset type breakdowns and major holdings, for informed decision-making.
Instructions
Fetch and display a detailed summary of a Lighthouse portfolio with breakdown by asset types and major holdings.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
portfolio | No | Optional portfolio name to select a specific portfolio to display a summary for |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"portfolio": {
"description": "Optional portfolio name to select a specific portfolio to display a summary for",
"type": "string"
}
},
"type": "object"
}