Skip to main content
POST
Get asset context for a coin

Authorizations

Authorization
string
header
required

Optional. API key passed via Authorization: Bearer <key>. Required only when API_KEY is configured on the server.

Body

application/json
type
enum<string>
required
Available options:
metaAndAssetCtxs,
assetContext
coin
string
required

Coin symbol

Example:

"BTC"

Response

Asset context for the requested coin. Returns an empty context (all fields null) if no data is cached.

result
object

Asset context aligned with metaAndAssetCtxs[1][i] from the Hyperliquid API. Numeric values are strings to preserve precision. Fields are null when no data is available.