For the complete documentation index, see llms.txt. This page is also available as Markdown.

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