list_orders
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
MERX - TRON Resource Exchange
https://github.com/Hovsteder/merx-mcp
2/7 registries