get_portfolio
Retrieve portfolio details including positions, profit/loss, and margin usage for Hyperliquid DEX trading accounts.
Instructions
Get portfolio information including positions, PnL, and margin usage
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"
}