Spot

Dedicated endpoints for spot market metadata and user token states.

Accesses complete metadata and real-time market contexts for the spot exchange, including token indices and internal asset identifiers. Provides detailed visibility into user-specific token balances and the status of ongoing asset deployment auctions on the Hyperliquid L1.

Retrieve spot metadata

POST /external/info

Returns a comprehensive list of all tradable spot tokens and trading pairs currently available on the exchange. It provides essential asset metadata, including decimal precision, internal token indices, and unique onchain identifiers required for accurate order placement and balance tracking.

Headers

Name
Type
Description

Content-Type

String

"application/json"

Request Body

Name
Type
Description

type

String

"spotMeta"

Response


Retrieve a user's token balances

POST /external/info

Returns a comprehensive list of a user's spot token holdings, detailing total balances alongside amounts currently reserved for open orders. Provides technical metadata such as internal token indices and entry notional values to enable accurate cost-basis tracking and portfolio management.

Headers

Name
Type
Description

Content-Type

String

"application/json"

Request Body

Name
Type
Description

type

String

"spotClearinghouseState"

user

String

Onchain address in 42-character hexadecimal format; e.g. 0x0000000000000000000000000000000000000000.

Response


Retrieve information about the Spot Deploy Auction

POST /external/info

Returns the current state of the Dutch auction used for permissionless spot token deployment on the Hyperliquid L1. This data provides real-time visibility into the auction's timing, current gas cost in HYPE or USDC, and the per-token genesis configurations for upcoming spot listings.

Headers

Name
Type
Description

Content-Type

String

"application/json"

Request Body

Name
Type
Description

type

String

"spotDeployState"

user

String

Onchain address in 42-character hexadecimal format; e.g. 0x0000000000000000000000000000000000000000.

Response

Last updated