API
Ventuals is built on Hyperliquid, so you can interact with any asset listed on Ventuals directly through the Hyperliquid API. All core functionality—market data, order placement, order management, account queries, and position tracking—is available via the Hyperliquid API.
When interacting with Hyperliquid's API, you may need to specify dex: "vntl" in your queries, or filter for coins whose ticker symbols are prefixed with vntl: (e.g., vntl:SPACEX).
The key steps are:
Connect to the API — Via HTTP or websockets
Fetch data — Use the
/infoendpoint to fetch information about markets and specific users.Place and manage orders — Use the
/exchangeendpoint to place, cancel, and modify orders.Subscribe to real-time data streams — Use the websocket endpoint to receive real-time updates about markets and specific users
Last updated