Coins overview
tip
Coins section represents actual blockchain coins and tokens supported in the Elympics API. E.g. for creating tournaments.
Available coins
Coin Id | Ticker | Chain name | Decimals |
---|---|---|---|
2e228727-a33b-4187-af57-844749e4491a | TON | TON | 9 |
TON
Native token in TON (The Open Network) blockchain.
- Coin details
{
"Id": "2e228727-a33b-4187-af57-844749e4491a", # ID of the coin in Elympics system.
"Currency": {
"Ticker": "TON", # Ticker of the coin.
"Decimals": 9, # Define a token's smallest unit by setting number of its decimal places. E.g. 9 decimals means 1 coin = 10e9 in its smallest units.
"IconUrl": "https://static.elympics.cc/tournaments/prize-icons/TonIcon128.png", # Url to rounded icon for the coin
"MinFee": 250000000 # Minimum per game entry fee for tournamens in this coin. Represented in smallest units of this coin. E.g. if decimals = 9, than 250000000 is a 0.25 coins.
},
"Chain": {
"ExternalId": 1, # Sub chain Id if supported for the blockchain. Otherwise 1.
"Type": "TON", # Type of the blockchain.
"Name": "TON" # Display name of the blockchain.
}
}