cross-chain-bridge-status
ActiveTool of The Stall
Live cross-chain bridge availability and route discovery. Given a from/to chain pair, returns all active bridges (Stargate, Across, CCTP, Relay, Squid, etc.), chain metadata, and bridge coverage breadth. Use before any cross-chain transfer or arbitrage to identify available routes. Free — powered by Li.Fi aggregator.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"to_chain": {
"type": "string",
"description": "Destination chain name or ID (default: ethereum). Same options as from_chain."
},
"from_chain": {
"type": "string",
"description": "Source chain name or ID (default: base). Examples: ethereum, base, arbitrum, polygon, bsc, optimism, avalanche, zksync, 8453, 1."
},
"show_all_bridges": {
"type": "boolean",
"description": "If true, return all 32 bridges with their chain coverage (ignores from/to filter). Default false."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries