Skip to main content
Glama

Morpho API MCP Server

get_liquidations

Retrieve liquidation events with customizable filters and pagination for Morpho markets, enabling precise tracking of seized or repaid assets within specified timeframes.

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" }

Other Tools from Morpho API MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/crazyrabbitLTC/mcp-morpho-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server