UnifyAPI
← Back to catalog

hyperliquid.account

mock data$0.005 / call

Hyperliquid Account

Get account summary and margin details for a user wallet on Hyperliquid

Cryptoprovider: Hyperliquid#hyperliquid#crypto

Input schema

userrequired

User wallet address (0x...)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.