Morpho API MCP Server

get_liquidations

Retrieve liquidation events with customizable filters and pagination for market data analysis through the Morpho API MCP Server.

Instructions

Get liquidation events with filtering and pagination.

Input Schema

NameRequiredDescriptionDefault
endTimestampNo
firstNo
marketUniqueKeysNo
orderByNo
orderDirectionNo
skipNo
startTimestampNo

Input Schema (JSON Schema)

{ "properties": { "endTimestamp": { "type": "number" }, "first": { "type": "number" }, "marketUniqueKeys": { "items": { "type": "string" }, "type": "array" }, "orderBy": { "enum": [ "Timestamp", "SeizedAssetsUsd", "RepaidAssetsUsd" ], "type": "string" }, "orderDirection": { "enum": [ "Asc", "Desc" ], "type": "string" }, "skip": { "type": "number" }, "startTimestamp": { "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from Morpho API MCP Server

Related Tools

ID: t3vqcxa90h