Skip to main content
POST
webData2

Authorizations

X-API-KEY
string
header
required

API key to access the API (Optional)

Query Parameters

chainId
enum<number>
default:999
required

Unique identifier for a blockchain network.

Available options:
999,
998
Example:

999

provider
enum<string>

Specify which provider to use. The project's provider priority list is used by default if no providers are selected. (Priority list can be managed on Uniblock's dashboard)

Available options:
Alchemy,
Dwellir,
Chainstack,
Covalent

Body

application/json
type
enum<string>
default:webData2
required
Available options:
webData2
Example:

"webData2"

user
string
required

The account address to query (0x-prefixed).

Example:

"0x000000000000000000000000000000000000dEaD"

Response

200 - application/json

Successful response.

Aggregated frontend web data. This is a large composite blob assembled by Hyperliquid for its UI; the documented properties are the stable top-level sections and the object may carry additional fields.

clearinghouseState
object
required

The perpetuals clearinghouse state (see clearinghouseState).

meta
object
required

Perpetuals metadata (see meta).

serverTime
number
required
Example:

1783650287912

user
string
required
Example:

"0x000000000000000000000000000000000000dEaD"

spotState
object

The spot clearinghouse state (see spotClearinghouseState).

openOrders
any[]
leadingVaults
any[]
totalVaultEquity
string
Example:

"0.0"

assetCtxs
any[]
isVault
boolean
Example:

false