get_latest_liquidations
Retrieve Binance liquidation events in a Markdown table format, sorted by timestamp in descending order. Specify the limit to control the number of events returned.
Instructions
Retrieve the latest liquidation events from Binance in a table format.
Args:
limit (int): The maximum number of liquidation events to return (default: 10, max: 1000).
ctx (Context, optional): The MCP context for logging and server interaction. Defaults to None.
Returns:
str: A Markdown table containing the latest liquidation events, sorted by timestamp in descending order.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ctx | No | ||
limit | No |