Supported Blockchains

Lists a good selection of blockchains that are currently supported by yBridge

You can access the chains which you desire to support via this API.

Get the supported chains of yBridge

GET endpoint/supportedChains

{
  "isSuccess": true,
  "chainIds": [
    "250",
    "137",
    "56",
    "1"
    ...
  ]
}

Last updated