# Supported Networks

{% hint style="success" %}
Want to be a part of our ever-growing Partner Networks? [Let's have a chat](https://wa.me/17866553696)
{% endhint %}

### Current deployments

## POST /api/instruments/networks\_list

> Supported Networks List

```json
{"openapi":"3.1.0","info":{"title":"Sailing Protocol API","version":"1.0.0"},"servers":[{"description":"Sailing Protocol Node","url":"https://sailing.global"}],"paths":{"/api/instruments/networks_list":{"post":{"operationId":"post_networks_list_api_instruments_networks_list_post","responses":{"200":{"content":{"application/json":{"schema":{"properties":{"chain_id":{"description":"Unique chain ID of the network","type":"integer"},"equity_tokens_list":{"description":"List of equity token symbols deployed on the network","items":{"type":"string"},"type":"array"},"icon":{"description":"URL of the network icon","type":"string"},"name":{"description":"Display name of the network","type":"string"}},"required":["name","chain_id","icon","available_equity_tokens"],"type":"object"}}},"description":"Dictionary of networks where at least one equity token is deployed"}},"summary":"Supported Networks List","tags":["network"]}}}}
```

{% columns %}
{% column width="58.333333333333336%" %}
{% hint style="info" %}
Interested on the full **Token's metadata**? get them here:
{% endhint %}
{% endcolumn %}

{% column %}
{% content-ref url="supported-assets/equity-tokens" %}
[equity-tokens](https://docs.sailingprotocol.org/supported-assets/equity-tokens)
{% endcontent-ref %}
{% endcolumn %}
{% endcolumns %}
