← Back to catalog
hyperliquid.account
mock data$0.005 / callHyperliquid Account
Get account summary and margin details for a user wallet on Hyperliquid
Input schema
userrequired
stringUser wallet address (0x...)
Call via REST
curl -X POST https://unifyapi.pro/api/call/hyperliquid.account \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"user":"<user>"}'