Spot
The section documents the info endpoints that are specific to spot.
Retrieve spot metadata
POST
https://api.hyperliquid.xyz/info
Headers
Content-Type*
"application/json"
Body
type*
String
"spotMeta"
Response
Retrieve spot asset contexts
POST
https://api.hyperliquid.xyz/info
Headers
Content-Type*
String
"application/json"
Request Body
type*
String
"spotMetaAndAssetCtxs"
Retrieve a user's token balances
POST
https://api.hyperliquid.xyz/info
See a user's token balances
Headers
Content-Type*
"application/json"
Request Body
type*
String
"spotClearinghouseState"
user*
String
Onchain address in 42-character hexadecimal format; e.g. 0x0000000000000000000000000000000000000000.
Retrieve information about the Spot Deploy Auction
POST
https://api.hyperliquid.xyz/info
Headers
Content-Type*
"application/json"
Body
type*
String
"spotDeployState"
user*
String
Onchain address in 42-character hexadecimal format; e.g. 0x0000000000000000000000000000000000000000.
Response
Retrieve information about a Token
POST
https://api.hyperliquid.xyz/info
Headers
Content-Type*
"application/json"
Body
type*
String
"tokenDetails"
tokenId*
String
Onchain id in 34-character hexadecimal format; e.g. 0x00000000000000000000000000000000.
Response
Last updated