Skip to main content
GET
/
v2
/
delta
/
prices
/
bridge-routes
List supported crosschain bridge routes
curl --request GET \
  --url https://api.velora.xyz/v2/delta/prices/bridge-routes
{
  "routes": [
    {
      "srcChainId": 123,
      "destChainId": 123,
      "tokens": [
        "<string>"
      ]
    }
  ]
}

Query Parameters

bridges
string

Comma-separated bridge protocol names (e.g., acrossv3,stargatev2). Omit to list every active bridge.

allowBridgeAndSwap
boolean
default:true

Response

200 - application/json

Flat list of supported routes.

routes
object[]
Last modified on June 11, 2026