Equity Tokens
Cannonical Equity Token metadata feed.
Body
equity_symbolstringOptional
Symbol of the equity to filter tokens by (e.g., 'AAPL')
network_idintegerOptional
Chain ID of the network to filter tokens by
Responses
200
List of equity tokens matching the filter criteria
application/json
addressstringRequired
Token contract address
decimalsintegerRequired
Number of decimal places for the token
equity_symbolstringRequired
Symbol of the equity this token represents
iconstringOptional
URL to the token icon image
namestringOptional
Token name
networkstringRequired
Network name where the token is deployed
network_idintegerOptional
Chain ID of the network where the token is deployed
onchain_symbolstringOptional
Onchain token symbol used in smart contracts
symbolstringRequired
Token symbol
422
Invalid Parameters Error
application/json
post/api/instruments/equity_tokens_list
POST /api/instruments/equity_tokens_list HTTP/1.1
Host: sailing.global
Content-Type: application/json
Accept: */*
Content-Length: 19
{
"network_id": 8453
}[
{
"address": "0x21a2A8f0558235E8c57619e9Ac82aA1C83d56Ec4",
"decimals": 18,
"equity_symbol": "TSLA",
"icon": "https://s3-symbol-logo.tradingview.com/tesla.svg",
"name": "Tesla Inc Tokenized by Sailing",
"network": "Optimism",
"network_id": 10,
"onchain_symbol": "TSLAs",
"symbol": "TSLAs/Optimism"
}
]Responses
200
Dictionary of supported equities with their details
application/json
post/api/instruments/supported_equities_list
POST /api/instruments/supported_equities_list HTTP/1.1
Host: sailing.global
Accept: */*
200
Dictionary of supported equities with their details
{
"AAPL": {
"description": "Apple, Inc. engages in the design, manufacture, and sale of smartphones, personal computers, tablets, wearables and accessories, and other varieties of related services. It operates through the following geographical segments: Americas, Europe, Greater China, Japan, and Rest of Asia Pacific. The Americas segment includes North and South America. The Europe segment consists of European countries, as well as India, the Middle East, and Africa. The Greater China segment comprises China, Hong Kong, and Taiwan. The Rest of Asia Pacific segment includes Australia and Asian countries. Its products and services include iPhone, Mac, iPad, AirPods, Apple TV, Apple Watch, Beats products, AppleCare, iCloud, digital content stores, streaming, and licensing services. The company was founded by Steven Paul Jobs, Ronald Gerald Wayne, and Stephen G. Wozniak in April 1976 and is headquartered in Cupertino, CA.",
"equity_symbol": "AAPL",
"logo_url": "https://s3-symbol-logo.tradingview.com/apple.svg",
"name": "Apple Inc"
}
}Last updated