You're viewing a demo portfolio

Join the waitlist
PRSM

list_orders

Active

Tool of MERX - TRON Resource Exchange

declared in 2.0.0

List recent orders with optional status filter. Auth required.

Parameters schema

{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max number of orders to return (default: 20)."
    },
    "status": {
      "enum": [
        "PENDING",
        "FILLING",
        "FILLED",
        "PARTIAL",
        "FAILED",
        "CANCELLED"
      ],
      "type": "string",
      "description": "Filter by order status."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

MERX - TRON Resource Exchange

https://github.com/Hovsteder/merx-mcp

2/7 registries
View full server →