SupportedController_getAllBridges
GEThttps://api.socket.tech/v2/supported/bridges
SupportedController_getAllBridges
Request​
Responses​
- 200
All Supported Bridges
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
success booleanrequired
Status of API.
result
object[]
required
bridgeName stringrequired
Possible values: [hop
, anyswap
, anyswap-router-v4
, anyswap-router-v6
, polygon-bridge
, arbitrum-bridge
, hyphen
, across
, optimism-bridge
, celer
, refuel-bridge
, stargate
, connext
, cctp
, synapse
, base-bridge
, zora-bridge
, zksync-native
, symbiosis
, gnosis-native-bridge
, mantle-native-bridge
]
Name of bridge.
icon string
URL for icon of bridge.
serviceTime numberrequired
Approx time for bridging in seconds.
displayName stringrequired
Display name of bridge.
{
"success": true,
"result": [
{
"bridgeName": "anyswap-router-v4",
"icon": "https://bridgelogos.s3.ap-south-1.amazonaws.com/anyswap.png",
"serviceTime": 600,
"displayName": "Anyswap"
}
]
}
Loading...