get_account_overview
Retrieve detailed account summaries, including positions and transactions, for a specified address and chain ID using the Morpho API MCP Server.
Instructions
Get account overview including positions and transactions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | ||
chainId | No |
Input Schema (JSON Schema)
{
"properties": {
"address": {
"type": "string"
},
"chainId": {
"type": "number"
}
},
"required": [
"address"
],
"type": "object"
}