Skip to main content
GET
/
v2
/
delta
/
prices
/
bridge-protocols
List active bridge protocols
curl --request GET \
  --url https://api.velora.xyz/v2/delta/prices/bridge-protocols
{
  "bridgeProtocols": [
    {
      "protocol": "<string>",
      "displayName": "<string>",
      "icon": "<string>"
    }
  ]
}

Response

200 - application/json

Active bridge protocols.

bridgeProtocols
object[]
Last modified on June 11, 2026