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

Supported Networks

Sailing Protocol's official deployments

Current deployments

Supported Networks List

post
Responses
200

Dictionary of networks where at least one equity token is deployed

chain_idintegerRequired

Unique chain ID of the network

equity_tokens_liststring[]Optional

List of equity token symbols deployed on the network

iconstringRequired

URL of the network icon

namestringRequired

Display name of the network

post/api/instruments/networks_list
POST /api/instruments/networks_list HTTP/1.1
Host: sailing.global
Accept: */*
200

Dictionary of networks where at least one equity token is deployed

{
  "chain_id": 1,
  "equity_tokens_list": [
    "text"
  ],
  "icon": "text",
  "name": "text"
}

Interested on the full Token's metadata? get them here:

Last updated