Skip to main content
Nova Bridge is the public API for routes between Solana and Hyperliquid Perps. Use it when your app needs to:
  • Send SOL or USDC from Solana into Hyperliquid Perps
  • Move Hyperliquid USDC back to Solana
  • Show wallet-ready route plans before the user approves anything
  • Track route status after the user submits the transaction

Base URL

No API key is required. Public requests are protected by rate limits, request caps, and abuse monitoring.

Routes

Send SOL To Hyperliquid Perps

The response includes a requestId, route details, and a routePlan with wallet-executable steps. Your app should show the plan to the user and let the wallet handle approval and signing.

Bring USDC Back To Solana

Check Status

Status responses include the current route state and any indexed transaction hashes once available.
Nova Bridge only needs public addresses and amount details. Do not send seed phrases, private keys, passcodes, backup codes, or signing payloads.