Morpho API MCP Server

get_account_overview

Retrieve comprehensive account details, including positions and transactions, by specifying the address and chain ID. Part of the Morpho API MCP Server for accessing market and vault data.

Instructions

Get account overview including positions and transactions.

Input Schema

NameRequiredDescriptionDefault
addressYes
chainIdNo

Input Schema (JSON Schema)

{ "properties": { "address": { "type": "string" }, "chainId": { "type": "number" } }, "required": [ "address" ], "type": "object" }
ID: t3vqcxa90h