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.
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
List of all non-equity tokens supported by the platform
Token contract address
Number of decimal places for the token
URL to the token icon image
Network name where the token is deployed
Chain ID of the network where the token is deployed
Token symbol
POST /api/instruments/currency_tokens_list HTTP/1.1
Host: sailing.global
Accept: */*
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"
}
]Last updated