View Source Hyperliquid.Api.Info (hyperliquid v0.1.6)

Info endpoints.

Summary

Functions

Link to this function

candle_snapshot(coin, interval, start_time, end_time)

View Source
Link to this function

clearinghouse_state(user_address)

View Source
Link to this function

eth_faucet(user_address)

View Source
Link to this function

funding_history(coin, start_time, end_time)

View Source
Link to this function

get_orders(user_address)

View Source
Link to this function

get_orders_fe(user_address)

View Source
Link to this function

l2_book(coin, sig_figs \\ 5, mantissa \\ nil)

View Source
Link to this function

order_by_id(user_address, id)

View Source
Link to this function

post_action(action, vault_address)

View Source
Link to this function

post_action(action, vault_address, nonce)

View Source
Link to this function

post_action(action, vault_address, nonce, secret)

View Source
Link to this function

referral_state(user_address)

View Source
Link to this function

spot_clearinghouse_state(user_address)

View Source
Link to this function

spot_meta_and_asset_ctxs()

View Source
Link to this function

sub_accounts(user_address)

View Source
Link to this function

user_fills(user_address)

View Source
Link to this function

user_fills_by_time(user_address, startTime)

View Source

Returns at most 2000 fills per response and only the 10000 most recent fills are available

Link to this function

user_fills_by_time(user_address, startTime, endTime)

View Source
Link to this function

user_funding(user_address, start_time, end_time)

View Source
Link to this function

user_non_funding_ledger_updates(user_address)

View Source
Link to this function

user_rate_limit(user_address)

View Source
Link to this function

user_twap_slice_fills(user_address)

View Source
Link to this function

user_vault_equities(user_address)

View Source
Link to this function

user_web_data(user_address)

View Source
Link to this function

vault_details(vault_address)

View Source