View your balance, equity, margin, positions, and open orders. Automatically detects your account mode (standard, unified, or portfolio margin).
openbroker account # Balance, equity, margin, positionsopenbroker account --orders # Also show open ordersopenbroker account --json # JSON output for scriptingopenbroker account --address 0xabc... # Look up another account
Flag
Description
Default
--orders
Include open orders in the output
—
--address
Look up another account by wallet address (0x...)
—
--json
Output as JSON for scripting or piping
—
Positions
Detailed position view with entry/mark prices, PnL, leverage, liquidation distance, and margin used.
openbroker positions # All open positionsopenbroker positions --coin HYPE # Single position detailopenbroker positions --json # JSON with mark prices and liquidation distancesopenbroker positions --address 0xabc... # View another account's positions
Flag
Description
Default
--coin
Filter to a single asset
—
--address
Look up another account by wallet address (0x...)
—
--json
Output as JSON
—
Trade Fills
View your trade executions with prices, fees, and realized PnL.
View all historical orders including filled, canceled, and rejected. Use --open to show only currently open orders.
openbroker orders # Recent ordersopenbroker orders --open # Currently open orders onlyopenbroker orders --open --coin ETH # Open orders for a specific coinopenbroker orders --coin ETH --status filledopenbroker orders --top 50openbroker orders --address 0xabc... --open # Another account's open ordersopenbroker orders --json # JSON output
Flag
Description
Default
--coin
Filter by coin symbol
—
--status
Filter by status (filled, canceled, open, triggered, etc.)
—
--open
Show only currently open orders (uses dedicated endpoint)
—
--top
Number of recent orders to show
20
--address
Look up another account by wallet address (0x...)
—
--json
Output as JSON
—
Order Status
Look up the status of a specific order by order ID or client order ID.
openbroker order-status --oid 123456789 # By order IDopenbroker order-status --oid 0x1234... # By client order IDopenbroker order-status --oid 123456789 --address 0xabc... # On another account
Flag
Description
Default
--oid
Order ID (number) or client order ID (hex string)
required
--address
Look up order on another account by wallet address (0x...)
—
Fee Schedule
View your fee tier, maker/taker rates, referral and staking discounts, and recent daily trading volumes.
openbroker fees # Your fee scheduleopenbroker fees --address 0xabc... # Another account's fees
Flag
Description
Default
--address
Look up another account by wallet address (0x...)
—
Funding Rates
openbroker funding # Top 20 by annualized rateopenbroker funding --top 50 # Top 50openbroker funding --coin ETH # Single assetopenbroker funding --sort oi # Sort by open interestopenbroker funding --include-hip3 # Include HIP-3 dex assetsopenbroker funding --coin xyz:CL # HIP-3 asset fundingopenbroker funding --json # JSON output
Flag
Description
Default
--top
Number of results to show
20
--coin
Filter to a single asset (supports dex:COIN for HIP-3)
—
--sort
Sort by: annualized, hourly, or oi
annualized
--all
Show all assets including low OI
—
--include-hip3
Include HIP-3 dex assets in the output
—
--json
Output as JSON
—
Funding History
View historical funding rate data for an asset over time.
openbroker funding-history --coin ETH # Last 24hopenbroker funding-history --coin BTC --hours 168 # Last 7 daysopenbroker funding-history --coin xyz:CL # HIP-3 asset
Flag
Description
Default
--coin
Asset symbol
required
--hours
Hours of history to fetch
24
Candle Data (OHLCV)
View candlestick chart data for any asset with configurable intervals.