Skip to main content
GET
/
v1
/
bridge
/
routes
List Nova Bridge routes
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
  }
}

Response

Supported Solana and Hyperliquid Perps routes.

service
string
required
Example:

"nova-bridge"

provider
string
required
Example:

"relay"

network
string
required
Example:

"Relay-supported Nova chains"

routes
object[]
required
supportedChains
string[]
excludedChains
string[]
appFeePolicy
object