Morpho API MCP Server

get_vault_positions

Retrieve detailed positions for a specific vault by address, including sorting and pagination options for shares and assets data, using the Morpho API MCP Server.

Instructions

Get positions for a specific vault.

Input Schema

NameRequiredDescriptionDefault
firstNo
orderByNo
orderDirectionNo
skipNo
vaultAddressYes

Input Schema (JSON Schema)

{ "properties": { "first": { "type": "number" }, "orderBy": { "enum": [ "Shares", "Assets", "AssetsUsd" ], "type": "string" }, "orderDirection": { "enum": [ "Asc", "Desc" ], "type": "string" }, "skip": { "type": "number" }, "vaultAddress": { "type": "string" } }, "required": [ "vaultAddress" ], "type": "object" }
ID: t3vqcxa90h