fetch_perp_meta

Documentation for eth_defi.hyperliquid.api.fetch_perp_meta function.

fetch_perp_meta(session, timeout=10.0)

Fetch the perpetual universe metadata ({"type": "meta"}).

Used primarily for symbol discovery. Returns the raw dict with keys such as universe (list of per-coin metadata entries).

Uses HyperliquidSession.post_info() for automatic proxy rotation on rate-limit or connectivity failures.

Parameters
Returns

Raw metadata dict.

Return type

dict