# Supported Blockchains

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

## Get the supported chains of yBridge

<mark style="color:blue;">`GET`</mark> `endpoint/supportedChains`

{% tabs %}
{% tab title="200: OK Success" %}

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

{% endtab %}
{% endtabs %}
