get_portfolio
Informational snapshot of the authenticated account.
Read Balances Only
Use this tool to read the account’s ETH and USDT balances and its Hyperliquid master account state in one call.
At a Glance
| Field | Meaning |
|---|---|
| Side effects | None. This is a read-only convenience call over public sources. |
| Next step | Use get_execution_context before constructing an action; balances never authorize anything. |
Protocol Behavior
Informational snapshot of the authenticated account. Reuses the existing public balance reader and lifecycle projection to return execution-wallet and funding-wallet ETH/USDT, mode-aware Hyperliquid unified-account USDC balances plus current perpetual positions/unrealized PnL, and deployed Pakts. Hyperliquid sections name their public source, freshness, and completeness; missing sources remain local to their section. Realized portfolio history is not reconciled. This call takes no arguments and never provisions, proves, signs, submits, or moves funds.
Arguments
This tool accepts no arguments.
Input Schema
The JSON schema below is emitted by the hosted server's real tools/list
catalogue for MCP protocol revision 2025-06-18.
{
"additionalProperties": false,
"properties": {},
"type": "object"
}