{
"dex": "hyperliquid",
"address": "0x1234567890abcdef1234567890abcdef12345678",
"balances": [
{ "currency": "USDC", "amount": "10000.00" },
{ "currency": "ETH", "amount": "2.5" }
],
"marginUsed": "2500.00",
"unrealizedPnl": "150.00",
"feeTier": {
"maker": "0.0002",
"taker": "0.0005"
},
"positions": [
{
"symbol": "BTC",
"assetId": 0,
"dex": "hyperliquid",
"side": "LONG",
"size": "0.5",
"entryPrice": "94000.00",
"markPrice": "95000.50",
"liquidationPrice": "85000.00",
"unrealizedPnl": "500.25",
"leverage": 10,
"marginUsed": "4700.00",
"marginMode": "ISOLATED"
}
],
"openOrders": [
{
"id": "12345678",
"symbol": "ETH",
"assetId": 1,
"dex": "hyperliquid",
"side": "BUY",
"type": "LIMIT",
"size": "1.0",
"price": "3150.00",
"filledSize": "0",
"reduceOnly": false,
"createdAt": "2025-01-15T10:30:00Z"
}
],
"config": {
"abstractionStatus": "unifiedAccount",
"agents": [],
"builderFeeApproval": {
"builderAddress": "0x5678901234abcdef5678901234abcdef56789012",
"maxFeeRate": "0.001",
"approved": true
}
}
}