Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 14 additions & 13 deletions hyperliquid/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,19 +306,20 @@ def meta_and_asset_ctxs(self) -> Any:
...
]
},
[
{
"dayNtlVlm": float string,
"funding": float string,
"impactPxs": Optional([float string, float string]),
"markPx": Optional(float string),
"midPx": Optional(float string),
"openInterest": float string,
"oraclePx": float string,
"premium": Optional(float string),
"prevDayPx": float string
},
...
[
{
"dayNtlVlm": float string,
"funding": float string,
"impactPxs": Optional([float string, float string]),
"markPx": Optional(float string),
"midPx": Optional(float string),
"openInterest": float string,
"oraclePx": float string,
"premium": Optional(float string),
"prevDayPx": float string
},
...
]
]
"""
return self.post("/info", {"type": "metaAndAssetCtxs"})
Expand Down