Morpho API MCP Server

get_vault_reallocates

Get vault reallocates for a specific vault.

Input Schema

NameRequiredDescriptionDefault
firstNo
orderByNo
orderDirectionNo
skipNo
vaultAddressYes

Input Schema (JSON Schema)

{ "properties": { "first": { "type": "number" }, "orderBy": { "enum": [ "Timestamp" ], "type": "string" }, "orderDirection": { "enum": [ "Asc", "Desc" ], "type": "string" }, "skip": { "type": "number" }, "vaultAddress": { "type": "string" } }, "required": [ "vaultAddress" ], "type": "object" }