curl --request GET \
--url https://api.skip.build/v2/info/bridges{
"bridges": [
{
"id": "IBC",
"name": "IBC",
"logo_uri": "https://raw.githubusercontent.com/skip-mev/skip-go-registry/main/bridges/ibc/logo.svg"
},
{
"id": "AXELAR",
"name": "Axelar",
"logo_uri": "https://raw.githubusercontent.com/skip-mev/skip-go-registry/main/bridges/axelar/logo.svg"
},
{
"id": "CCTP",
"name": "CCTP",
"logo_uri": "https://raw.githubusercontent.com/skip-mev/skip-go-registry/main/bridges/cctp/logo.svg"
}
]
}Get all supported bridges
curl --request GET \
--url https://api.skip.build/v2/info/bridges{
"bridges": [
{
"id": "IBC",
"name": "IBC",
"logo_uri": "https://raw.githubusercontent.com/skip-mev/skip-go-registry/main/bridges/ibc/logo.svg"
},
{
"id": "AXELAR",
"name": "Axelar",
"logo_uri": "https://raw.githubusercontent.com/skip-mev/skip-go-registry/main/bridges/axelar/logo.svg"
},
{
"id": "CCTP",
"name": "CCTP",
"logo_uri": "https://raw.githubusercontent.com/skip-mev/skip-go-registry/main/bridges/cctp/logo.svg"
}
]
}A list of supported bridges
Array of supported bridges
Show child attributes
Bridge Type:
IBC - IBC BridgeAXELAR - Axelar BridgeCCTP - CCTP BridgeHYPERLANE - Hyperlane BridgeOPINIT - Opinit BridgeGO_FAST - Go Fast BridgeSTARGATE - Stargate BridgeLAYER_ZERO - Layerzero BridgeEUREKA - IBC Eureka BridgeIBC, AXELAR, CCTP, HYPERLANE, OPINIT, GO_FAST, STARGATE, LAYER_ZERO, EUREKA Name of the bridge
URI pointing to an image of the logo of the bridge
Was this page helpful?