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: "vntls"
in your queries, or filter for coins whose ticker symbols are prefixed with vntls:
(e.g., vntls:vOAI
, vntls:vSPACEX
).
The key steps are:
Connect to the API — Via HTTP or websockets
Fetch data — Use the
/info
endpoint to fetch information about markets and specific users.Place and manage orders — Use the
/exchange
endpoint 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
As Ventuals is currently on testnet, you’ll need to hit https://api.hyperliquid-testnet.xyz
Last updated