Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api-nova.tech/v1/bridge/routes
{ "service": "nova-bridge", "provider": "relay", "network": "Relay-supported Nova chains", "routes": [ { "path": "<string>", "name": "<string>", "use": "<string>", "inputAsset": "<string>", "inputAssets": [ "<string>" ], "outputAsset": "<string>", "outputAssets": [ "<string>" ], "requestFields": [ "<string>" ] } ], "supportedChains": [ "<string>" ], "excludedChains": [ "<string>" ], "appFeePolicy": { "applied": true, "feeBps": 1 } }
Lists the public Nova Bridge routes between Solana and Hyperliquid Perps.
Supported Solana and Hyperliquid Perps routes.
"nova-bridge"
"relay"
"Relay-supported Nova chains"
Show child attributes
Was this page helpful?