Skip to main content
Glama

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

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