MCP Paradex Server

by sv
Verified
MIT License
3
  • Linux
  • Apple

paradex-system-state

Retrieve the operational state of the Paradex exchange, including system health, maintenance status, and active alerts. Use to verify system readiness before executing trades, ensuring informed decision-making.

Instructions

Get the current Paradex system operational state. Retrieves the current operational state of the Paradex exchange, including information about system health, maintenance status, and any active alerts or notices. This is useful for checking if the exchange is fully operational before executing trades. Returns: Dict[str, Any]: Current system state information with the following structure: - status (str): Overall system status ("operational", "degraded", "maintenance", etc.) - components (Dict): Status of individual system components - maintenance (Dict, optional): Information about ongoing or scheduled maintenance - notices (List, optional): System-wide notices or alerts If an error occurs, returns: - success (bool): False - timestamp (str): ISO-formatted timestamp of the request - environment (str): Current Paradex environment - error (str): Error message

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "properties": {}, "title": "get_system_stateArguments", "type": "object" }
ID: cq4bz5ljqj