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>"
]
}
]
}Delta API
/v2/delta/prices/bridge-routes
Crosschain bridge-route catalogue: every supported (srcChainId, destChainId, tokens) triple.
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>"
]
}
]
}Last modified on June 11, 2026
Was this page helpful?
⌘I