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

Currency Tokens

Cannonical Currency Token metadata feed.

Currency Tokens are the native or utility tokens used for payments, fees, or transfers within a osur integreated networks.

Use these popular Currency Tokens to get acces to your first Equity Tokens and step up your finances.

Currency Tokens List

post

Returns a list of all non-equity tokens supported by the platform.

Each token entry contains:

  • token_symbol: Symbol of the token (e.g., 'USDT/Base')

  • address: Address of the token contract

  • network: Name of the network where the token is deployed (e.g., 'Base')

  • network_id: ID of the network where the token is deployed (e.g., 8453)

  • decimals: Number of decimals in the token (e.g., 6)

  • icon: URL to the token icon image

Responses
200

List of all non-equity tokens supported by the platform

application/json
addressstringRequired

Token contract address

decimalsintegerRequired

Number of decimal places for the token

iconstringOptional

URL to the token icon image

networkstringRequired

Network name where the token is deployed

network_idintegerRequired

Chain ID of the network where the token is deployed

token_symbolstringRequired

Token symbol

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

List of all non-equity tokens supported by the platform

[
  {
    "address": "0xfde4C96c8593536E31F229EA8f37b2ADa2699bb2",
    "decimals": 6,
    "icon": "https://sailing.global/dist/usdt.png",
    "network": "Base",
    "network_id": 8453,
    "token_symbol": "USDT/Base"
  }
]

Want us to support your dApp's Token? We’re all ears, let's make the Web3 comunity grow toghether!

Last updated