Morpho API MCP Server

get_vault_transactions

Get latest vault transactions.

Input Schema

NameRequiredDescriptionDefault
firstNo
orderByNo
orderDirectionNo
skipNo
type_inNo

Input Schema (JSON Schema)

{ "properties": { "first": { "type": "number" }, "orderBy": { "enum": [ "Timestamp" ], "type": "string" }, "orderDirection": { "enum": [ "Asc", "Desc" ], "type": "string" }, "skip": { "type": "number" }, "type_in": { "items": { "enum": [ "MetaMorphoFee", "MetaMorphoWithdraw", "MetaMorphoDeposit" ], "type": "string" }, "type": "array" } }, "type": "object" }