get_open_orders
Retrieve all active trading orders for your Hyperliquid DEX wallet to monitor pending trades and manage your portfolio effectively.
Instructions
Get all open orders for the configured wallet or a specific user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user | No | User wallet address (optional, defaults to configured wallet) |
Input Schema (JSON Schema)
{
"properties": {
"user": {
"description": "User wallet address (optional, defaults to configured wallet)",
"type": "string"
}
},
"required": [],
"type": "object"
}