All Projects → coincheckup → Crypto Supplies

coincheckup / Crypto Supplies

Licence: agpl-3.0
Cryptocurrency circulating, maximum and total supplies

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Crypto Supplies

Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (+269.23%)
Mutual labels:  blockchain, cryptocurrency, coin, crypto
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (+142.31%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, crypto
Ico Check
Background checks and due diligence for crypto projects
Stars: ✭ 368 (+1315.38%)
Mutual labels:  blockchain, cryptocurrency, coin, crypto
Awesome Blockchain
Curated list of blockchain services and exchanges 🔥🏦🔥🏦🔥🏦🔥
Stars: ✭ 604 (+2223.08%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, crypto
Hth Legacy Old Chain
Old Binaries and source code for HTH. Deprecated.
Stars: ✭ 22 (-15.38%)
Mutual labels:  bitcoin, cryptocurrency, coin, crypto
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (+442.31%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, crypto
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+8038.46%)
Mutual labels:  bitcoin, cryptocurrency, coin, crypto
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+3450%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, crypto
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+11100%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, coin
Wallet Core
Cross-platform, cross-blockchain wallet library.
Stars: ✭ 657 (+2426.92%)
Mutual labels:  blockchain, bitcoin, cryptocurrency, crypto
Lbry Sdk
The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
Stars: ✭ 7,169 (+27473.08%)
Mutual labels:  blockchain, bitcoin, cryptocurrency
Scatterdesktop
Connect to applications on EOS, Ethereum, and Tron. Exchange tokens with ease. Manage your assets safely. All in a simple to use interface.
Stars: ✭ 459 (+1665.38%)
Mutual labels:  blockchain, cryptocurrency, crypto
Lets Build A Blockchain
A mini cryptocurrency in Ruby
Stars: ✭ 416 (+1500%)
Mutual labels:  blockchain, bitcoin, cryptocurrency
Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (+1780.77%)
Mutual labels:  blockchain, bitcoin, cryptocurrency
Asch
Asch is an efficient, flexible, safe and decentralized application platform, which was initially designed to lower the barrier to entry for developers.The services provided by the Asch platform include a public chain and a set of application SDKs.
Stars: ✭ 484 (+1761.54%)
Mutual labels:  blockchain, bitcoin, cryptocurrency
Ebookcoin
Ebookcoin has been updated to DDN Blockchain,please get it from https://github.com/ddnlink/ddn
Stars: ✭ 789 (+2934.62%)
Mutual labels:  blockchain, bitcoin, cryptocurrency
Lnd
Lightning Network Daemon ⚡️
Stars: ✭ 5,623 (+21526.92%)
Mutual labels:  blockchain, bitcoin, cryptocurrency
Blockchain Reading List
Blockchain Manchester Meetups, Talks and Reading List
Stars: ✭ 17 (-34.62%)
Mutual labels:  blockchain, bitcoin, cryptocurrency
Ethlist
The Comprehensive Ethereum Reading List
Stars: ✭ 3,576 (+13653.85%)
Mutual labels:  blockchain, bitcoin, cryptocurrency
Qtbitcointrader
Secure multi crypto exchange trading client
Stars: ✭ 520 (+1900%)
Mutual labels:  bitcoin, cryptocurrency, crypto

Cryptocurrency circulating, available and total supplies

This is a project meant to keep track of crypto coin supply data and in a normalized format, hoping to generate community interest and involvement.

The end goal is to have a more transparent and up to date source than what's out there on the web right now.

As such, please help out by submitting a pull request with your favorite coin(s) to track.

Contributing

  1. Fork the project
  2. Work on integrating your favorite coins
  3. Create a pull request back to the original project

Please submit ATOMIC EDITS, one pull request per one coin, do not mix them.

Payload structure

Implemented coins should return an object via callback() with the following keys:

  • c representing the Circulating Supply
  • t representing the Total Supply
  • m representing the Max Supply

How to run all coins available

  1. Clone or download the repository
  2. Run npm install
  3. Run node supplies.js get-all

How to run an individual coin

  1. Clone or download the repository
  2. Run npm install
  3. Run node supplies.js get bitcoin

Caching

This package uses a file-based cache with a default time to live (TTL) of 10 minutes.

You can optionally pass an argument to override the TTL via --cacheTTL 10 for 10 seconds for example.

Optional flags

  • --help displays available commands and flags
  • --pretty a boolean flag with no arguments, pretty prints output
  • --only-implemented a boolean flag with no arguments, only displays implemented coins
  • --cacheTTL 10 an integer flag with one argument, the number of seconds to cache responses

Sample basic output

> ./supplies.js get-all --only-implemented

{"c":31112484646,"t":31112484646,"m":45000000000,"id":"cardano"}
{"c":65000000,"t":100000000,"m":100000000,"id":"neo"}
{"c":56560358.23095151,"t":56560358.23095151,"m":84000000,"id":"litecoin"}
{"c":8073689.96392729,"t":8073689.96392729,"m":18900000,"id":"dash"}
{"c":35017498.50875262,"id":"pivx"}
{"c":98857486.20226616,"id":"stratis"}
{"c":10258708190.732668,"m":21000000000,"id":"digibyte"}
{"c":16036035.28,"id":"monero"}
{"c":99992204718.08847,"t":99992434971,"m":100000000000,"id":"ripple"}
{"c":99461419.46,"id":"ethereum"}
{"c":7583686.03269673,"t":7583686.03269673,"id":"bulwark"}

Sample pretty output

> ./supplies.js get-all --only-implemented --pretty

cardano
|-- Circulating: 31112484646
|-- Total: 31112484646
|-- Max: 45000000000

neo
|-- Circulating: 65000000
|-- Total: 100000000
|-- Max: 100000000

bitcoin
|-- Circulating: 17033525
|-- Total: 21000000
|-- Max: N/A

litecoin
|-- Circulating: 56560408.23095151
|-- Total: 56560408.23095151
|-- Max: 84000000

Coin implementation statuses

Total: 2577 -- Implemented: 856 -- To do: 1721

ID Name Symbol Implementation Status
bitcoin Bitcoin BTC Dynamic ✅ Done
ethereum Ethereum ETH Dynamic ✅ Done
ripple Ripple XRP Dynamic ✅ Done
bitcoin-cash Bitcoin Cash BCH Dynamic ✅ Done
eos EOS EOS Dynamic ✅ Done
litecoin Litecoin LTC Dynamic ✅ Done
stellar Stellar XLM Dynamic ✅ Done
cardano Cardano ADA Static ✅ Done
tron TRON TRX Dynamic ✅ Done
iota IOTA MIOTA Static ✅ Done
tether Tether USDT CoinMarketCap ✅ Done
neo NEO NEO Static ✅ Done
dash Dash DASH Dynamic ✅ Done
monero Monero XMR Dynamic ✅ Done
binance-coin Binance Coin BNB Dynamic ✅ Done
ethereum-classic Ethereum Classic ETC Dynamic ✅ Done
vechain VeChain VEN Dynamic ✅ Done
nem NEM XEM Dynamic ✅ Done
omisego OmiseGO OMG Dynamic ✅ Done
qtum Qtum QTUM Dynamic ✅ Done
zcash Zcash ZEC Dynamic ✅ Done
ontology Ontology ONT Not Implemented ❌ Not done
icon ICON ICX Dynamic ✅ Done
lisk Lisk LSK Not Implemented ❌ Not done
decred Decred DCR Dynamic ✅ Done
bytecoin-bcn Bytecoin BCN Dynamic ✅ Done
zilliqa Zilliqa ZIL Dynamic ✅ Done
aeternity Aeternity AE Dynamic ✅ Done
bitcoin-gold Bitcoin Gold BTG Dynamic ✅ Done
siacoin Siacoin SC Dynamic ✅ Done
bytom Bytom BTM Dynamic ✅ Done
0x 0x ZRX Dynamic ✅ Done
bitshares BitShares BTS Static ✅ Done
mixin Mixin XIN Dynamic ✅ Done
verge Verge XVG Dynamic ✅ Done
steem Steem STEEM Dynamic ✅ Done
augur Augur REP Dynamic ✅ Done
maker Maker MKR Dynamic ✅ Done
dogecoin Dogecoin DOGE Dynamic ✅ Done
nano Nano NANO Static ✅ Done
rchain RChain RHOC Dynamic ✅ Done
bitcoin-diamond Bitcoin Diamond BCD Dynamic ✅ Done
waves Waves WAVES Static ✅ Done
bitcoin-private Bitcoin Private BTCP Dynamic ✅ Done
wanchain Wanchain WAN Static ✅ Done
golem-network-tokens Golem GNT Dynamic ✅ Done
stratis Stratis STRAT Dynamic ✅ Done
digibyte DigiByte DGB Dynamic ✅ Done
walton Waltonchain WTC Dynamic ✅ Done
kucoin-shares KuCoin Shares KCS Dynamic ✅ Done
nectar Nectar NEC Dynamic ✅ Done
digixdao DigixDAO DGD Dynamic ✅ Done
nebulas-token Nebulas NAS Dynamic ✅ Done
hshare Hshare HSR Dynamic ✅ Done
populous Populous PPT Dynamic ✅ Done
status Status SNT Dynamic ✅ Done
huobi-token Huobi Token HT Dynamic ✅ Done
iostoken IOStoken IOST Dynamic ✅ Done
loopring Loopring LRC Dynamic ✅ Done
aion Aion AION Dynamic ✅ Done
gxchain GXChain GXS Dynamic ✅ Done
komodo Komodo KMD Dynamic ✅ Done
cryptonex Cryptonex CNX Dynamic ✅ Done
bancor Bancor BNT Dynamic ✅ Done
reddcoin ReddCoin RDD Dynamic ✅ Done
moac MOAC MOAC Dynamic ✅ Done
ark Ark ARK Dynamic ✅ Done
maidsafecoin MaidSafeCoin MAID Dynamic ✅ Done
ardor Ardor ARDR Static ✅ Done
monacoin MonaCoin MONA Dynamic ✅ Done
centrality Centrality CENNZ Dynamic ✅ Done
aelf aelf ELF Dynamic ✅ Done
dentacoin Dentacoin DCN Dynamic ✅ Done
funfair FunFair FUN Dynamic ✅ Done
kyber-network Kyber Network KNC Dynamic ✅ Done
veritaseum Veritaseum VERI Dynamic ✅ Done
emercoin Emercoin EMC Dynamic ✅ Done
gas Gas GAS Not Implemented ❌ Not done
dropil Dropil DROP Dynamic ✅ Done
mithril Mithril MITH Dynamic ✅ Done
pivx PIVX PIVX Dynamic ✅ Done
enigma Enigma ENG Dynamic ✅ Done
bibox-token Bibox Token BIX Dynamic ✅ Done
decentraland Decentraland MANA Dynamic ✅ Done
syscoin Syscoin SYS Dynamic ✅ Done
fusion Fusion FSN Dynamic ✅ Done
elastos Elastos ELA Not Implemented ❌ Not done
nxt Nxt NXT Static ✅ Done
cybermiles CyberMiles CMT Dynamic ✅ Done
kin Kin KIN Dynamic ✅ Done
dragonchain Dragonchain DRGN Dynamic ✅ Done
factom Factom FCT Not Implemented ❌ Not done
ethos Ethos ETHOS Dynamic ✅ Done
lightchain LightChain LIGHT Dynamic ✅ Done
qash QASH QASH Dynamic ✅ Done
loom-network Loom Network LOOM Dynamic ✅ Done
zcoin ZCoin XZC Dynamic ✅ Done
docademic Docademic MTC Dynamic ✅ Done
waykichain WaykiChain WICC Dynamic ✅ Done
bnktothefuture BnkToTheFuture BFT Dynamic ✅ Done
polymath Polymath POLY Dynamic ✅ Done
infinity-economics Infinity Economics XIN Static ✅ Done
scry.info Scry.info DDD Dynamic ✅ Done
nuls Nuls NULS Dynamic ✅ Done
paypex Paypex PAYX Dynamic ✅ Done
substratum Substratum SUB Dynamic ✅ Done
true-usd TrueUSD TUSD Dynamic ✅ Done
blocknet Blocknet BLOCK Dynamic ✅ Done
cortex Cortex CTXC Dynamic ✅ Done
theta-token Theta Token THETA Dynamic ✅ Done
byteball Byteball Bytes GBYTE Not Implemented ❌ Not done
storm Storm STORM Dynamic ✅ Done
game.com Game.com GTC Dynamic ✅ Done
power-ledger Power Ledger POWR Dynamic ✅ Done
wax WAX WAX Dynamic ✅ Done
electroneum Electroneum ETN Dynamic ✅ Done
nexus Nexus NXS Dynamic ✅ Done
zencash ZenCash ZEN Not Implemented ❌ Not done
eosdac eosDAC EOSDAC Dynamic ✅ Done
revain Revain R Dynamic ✅ Done
deepbrain-chain DeepBrain Chain DBC Not Implemented ❌ Not done
rlc iExec RLC RLC Dynamic ✅ Done
chainlink ChainLink LINK Dynamic ✅ Done
iconomi Iconomi ICN Dynamic ✅ Done
gifto Gifto GTO Dynamic ✅ Done
bitcoindark BitcoinDark BTCD Not Implemented ❌ Not done
storj Storj STORJ Dynamic ✅ Done
streamr-datacoin Streamr DATAcoin DATA Dynamic ✅ Done
sonm SONM SNM Dynamic ✅ Done
matrix-ai-network Matrix AI Network MAN Dynamic ✅ Done
salt SALT SALT Dynamic ✅ Done
civic Civic CVC Dynamic ✅ Done
high-performance-blockchain High Performance Blockchain HPB Dynamic ✅ Done
singularitynet SingularityNET AGI Dynamic ✅ Done
tenx TenX PAY Dynamic ✅ Done
request-network Request Network REQ Dynamic ✅ Done
nucleus-vision Nucleus Vision NCASH Dynamic ✅ Done
achain Achain ACT Static ✅ Done
asch Asch XAS Not Implemented ❌ Not done
holo Holo HOT Dynamic ✅ Done
aragon Aragon ANT Dynamic ✅ Done
medishares MediShares MDS Dynamic ✅ Done
neblio Neblio NEBL Dynamic ✅ Done
nexo Nexo NEXO Dynamic ✅ Done
gnosis-gno Gnosis GNO Dynamic ✅ Done
time-new-bank Time New Bank TNB Dynamic ✅ Done
skycoin Skycoin SKY Dynamic ✅ Done
cybervein CyberVein CVT Dynamic ✅ Done
smartmesh SmartMesh SMT Dynamic ✅ Done
arcblock Arcblock ABT Dynamic ✅ Done
all-sports All Sports SOC Dynamic ✅ Done
ruff Ruff RUFF Dynamic ✅ Done
santiment Santiment Network Token SAN Dynamic ✅ Done
dew DEW DEW Dynamic ✅ Done
educare EDUCare EKT Dynamic ✅ Done
bottos Bottos BTO Dynamic ✅ Done
cindicator Cindicator CND Dynamic ✅ Done
bitcoin-interest Bitcoin Interest BCI Not Implemented ❌ Not done
dai Dai DAI Dynamic ✅ Done
gamecredits GameCredits GAME Dynamic ✅ Done
dynamic-trading-rights Dynamic Trading Rights DTR Dynamic ✅ Done
digitalnote DigitalNote XDN Dynamic ✅ Done
dent Dent DENT Dynamic ✅ Done
true-chain True Chain TRUE Dynamic ✅ Done
credits Credits CS Dynamic ✅ Done
crypterium Crypterium CRPT Dynamic ✅ Done
vertcoin Vertcoin VTC Dynamic ✅ Done
enjin-coin Enjin Coin ENJ Dynamic ✅ Done
c20 CRYPTO20 C20 Dynamic ✅ Done
pillar Pillar PLR Dynamic ✅ Done
quantstamp Quantstamp QSP Dynamic ✅ Done
groestlcoin Groestlcoin GRS Dynamic ✅ Done
stakenet StakeNet XSN Dynamic ✅ Done
ignis Ignis IGNIS Not Implemented ❌ Not done
storiqa Storiqa STQ Dynamic ✅ Done
boscoin BOScoin BOS Not Implemented ❌ Not done
bluzelle Bluzelle BLZ Dynamic ✅ Done
raiden-network-token Raiden Network Token RDN Dynamic ✅ Done
thekey THEKEY TKY Not Implemented ❌ Not done
peercoin Peercoin PPC Dynamic ✅ Done
odem ODEM ODE Dynamic ✅ Done
particl Particl PART Dynamic ✅ Done
genaro-network Genaro Network GNX Dynamic ✅ Done
tokenpay TokenPay TPAY Dynamic ✅ Done
nkn NKN NKN Not Implemented ❌ Not done
ambrosus Ambrosus AMB Not Implemented ❌ Not done
odyssey Odyssey OCN Dynamic ✅ Done
quarkchain QuarkChain QKC Dynamic ✅ Done
zclassic ZClassic ZCL Not Implemented ❌ Not done
endor-protocol Endor Protocol EDR Dynamic ✅ Done
sirin-labs-token SIRIN LABS Token SRN Dynamic ✅ Done
ubiq Ubiq UBQ Not Implemented ❌ Not done
sophiatx SophiaTX SPHTX Dynamic ✅ Done
blockv BLOCKv VEE Dynamic ✅ Done
nanjcoin NANJCOIN NANJ Dynamic ✅ Done
iht-real-estate-protocol IHT Real Estate Protocol IHT Dynamic ✅ Done
bread Bread BRD Dynamic ✅ Done
poa-network POA Network POA Dynamic ✅ Done
apex Apex CPX Not Implemented ❌ Not done
metal Metal MTL Dynamic ✅ Done
safe-exchange-coin Safe Exchange Coin SAFEX Not Implemented ❌ Not done
bitcore Bitcore BTX Dynamic ✅ Done
primecoin Primecoin XPM Not Implemented ❌ Not done
telcoin Telcoin TEL Dynamic ✅ Done
cube Cube AUTO Dynamic ✅ Done
bitcny bitCNY BITCNY Not Implemented ❌ Not done
electra Electra ECA Dynamic ✅ Done
genesis-vision Genesis Vision GVT Dynamic ✅ Done
poet Po.et POE Dynamic ✅ Done
ink Ink INK Not Implemented ❌ Not done
iotex IoTeX IOTX Dynamic ✅ Done
burst Burst BURST Dynamic ✅ Done
rock Rock RKT Dynamic ✅ Done
edgeless Edgeless EDG Dynamic ✅ Done
trade-token Trade Token TIO Dynamic ✅ Done
jibrel-network Jibrel Network JNT Dynamic ✅ Done
spankchain SpankChain SPANK Dynamic ✅ Done
republic-protocol Republic Protocol REN Dynamic ✅ Done
wagerr Wagerr WGR Dynamic ✅ Done
daex DAEX DAX Dynamic ✅ Done
gulden Gulden NLG Not Implemented ❌ Not done
lympo Lympo LYM Dynamic ✅ Done
tokenomy Tokenomy TEN Dynamic ✅ Done
internet-node-token Internet Node Token INT Dynamic ✅ Done
linda Linda LINDA Not Implemented ❌ Not done
iot-chain IoT Chain ITC Dynamic ✅ Done
data DATA DTA Dynamic ✅ Done
nav-coin NavCoin NAV Dynamic ✅ Done
litecoin-cash Litecoin Cash LCC Not Implemented ❌ Not done
unobtanium Unobtanium UNO Dynamic ✅ Done
origintrail OriginTrail TRAC Dynamic ✅ Done
eidoo Eidoo EDO Dynamic ✅ Done
quantum-resistant-ledger Quantum Resistant Ledger QRL Dynamic ✅ Done
cryptaur Cryptaur CPT Dynamic ✅ Done
eximchain Eximchain EXC Dynamic ✅ Done
bitbay BitBay BAY Dynamic ✅ Done
red-pulse Red Pulse RPX Not Implemented ❌ Not done
ravencoin Ravencoin RVN Not Implemented ❌ Not done
ethlend ETHLend LEND Dynamic ✅ Done
bitrent BitRent RNTB Dynamic ✅ Done
tokencard TokenCard TKN Dynamic ✅ Done
delphy Delphy DPY Dynamic ✅ Done
einsteinium Einsteinium EMC2 Dynamic ✅ Done
prizm PRIZM PZM Not Implemented ❌ Not done
adx-net AdEx ADX Dynamic ✅ Done
salus SaluS SLS Dynamic ✅ Done
babb BABB BAX Dynamic ✅ Done
presearch Presearch PRE Dynamic ✅ Done
metaverse Metaverse ETP ETP Not Implemented ❌ Not done
legolas-exchange Legolas Exchange LGO Dynamic ✅ Done
paypie PayPie PPP Dynamic ✅ Done
datx DATx DATX Dynamic ✅ Done
cloakcoin CloakCoin CLOAK Dynamic ✅ Done
singulardtv SingularDTV SNGLS Dynamic ✅ Done
viacoin Viacoin VIA Dynamic ✅ Done
apis APIS APIS Dynamic ✅ Done
swarm Swarm SWM Dynamic ✅ Done
counterparty Counterparty XCP Not Implemented ❌ Not done
paccoin PACcoin $PAC Not Implemented ❌ Not done
universa Universa UTNP Dynamic ✅ Done
gincoin GINcoin GIN Dynamic ✅ Done
tokenclub TokenClub TCT Dynamic ✅ Done
tomochain TomoChain TOMO Dynamic ✅ Done
kickico KickCoin KICK Dynamic ✅ Done
envion Envion EVN Dynamic ✅ Done
zebi Zebi ZCO Dynamic ✅ Done
swftcoin SwftCoin SWFTC Dynamic ✅ Done
ripio-credit-network Ripio Credit Network RCN Dynamic ✅ Done
cpchain CPChain CPC Dynamic ✅ Done
constellation Constellation DAG Dynamic ✅ Done
feathercoin Feathercoin FTC Dynamic ✅ Done
whitecoin WhiteCoin XWC Dynamic ✅ Done
spectre.ai-dividend-token Spectre.ai Dividend Token SXDT Not Implemented ❌ Not done
utrust UTRUST UTK Dynamic ✅ Done
hydro-protocol Hydro Protocol HOT Dynamic ✅ Done
atn ATN ATN Dynamic ✅ Done
havven Havven HAV Dynamic ✅ Done
naga NAGA NGC Dynamic ✅ Done
simple-token OST OST Dynamic ✅ Done
lykke Lykke LKK Not Implemented ❌ Not done
airswap AirSwap AST Dynamic ✅ Done
htmlcoin HTMLCOIN HTML Not Implemented ❌ Not done
bridgecoin BridgeCoin BCO Not Implemented ❌ Not done
mobilego MobileGo MGO Dynamic ✅ Done
district0x district0x DNT Dynamic ✅ Done
fuzex FuzeX FXT Dynamic ✅ Done
wings Wings WINGS Dynamic ✅ Done
namecoin Namecoin NMC Not Implemented ❌ Not done
tierion Tierion TNT Dynamic ✅ Done
zeepin Zeepin ZPT Not Implemented ❌ Not done
ins-ecosystem INS Ecosystem INS Dynamic ✅ Done
aeon Aeon AEON Dynamic ✅ Done
ion ION ION Dynamic ✅ Done
decision-token Decision Token HST Dynamic ✅ Done
mothership Mothership MSP Dynamic ✅ Done
melon Melon MLN Dynamic ✅ Done
minexcoin MinexCoin MNX Not Implemented ❌ Not done
medibloc MediBloc MED Not Implemented ❌ Not done
library-credit LBRY Credits LBC Not Implemented ❌ Not done
oneroot-network OneRoot Network RNT Dynamic ✅ Done
loyalcoin LoyalCoin LYL Not Implemented ❌ Not done
phore Phore PHR Dynamic ✅ Done
decent DECENT DCT Dynamic ✅ Done
ecc ECC ECC Not Implemented ❌ Not done
modum Modum MOD Dynamic ✅ Done
yoyow YOYOW YOYOW Dynamic ✅ Done
hive Hive Project HVN Not Implemented ❌ Not done
datum Datum DAT Dynamic ✅ Done
wepower WePower WPR Dynamic ✅ Done
sentinel Sentinel SENT Dynamic ✅ Done
experience-points Experience Points XP Dynamic ✅ Done
steem-dollars Steem Dollars SBD Not Implemented ❌ Not done
banca Banca BANCA Dynamic ✅ Done
taas TaaS TAAS Not Implemented ❌ Not done
decentbet DecentBet DBET Not Implemented ❌ Not done
maecenas Maecenas ART Dynamic ✅ Done
blox Blox CDT Dynamic ✅ Done
crowd-machine Crowd Machine CMCT Dynamic ✅ Done
etherparty Etherparty FUEL Dynamic ✅ Done
pura-pura Pura PURA Dynamic ✅ Done
linkeye LinkEye LET Not Implemented ❌ Not done
xinfin-network XinFin Network XDCE Dynamic ✅ Done
lunyr Lunyr LUN Dynamic ✅ Done
appcoins AppCoins APPC Dynamic ✅ Done
selfsell SelfSell SSC Not Implemented ❌ Not done
u-network U Network UUU Dynamic ✅ Done
oraclechain OracleChain OCT Not Implemented ❌ Not done
credo Credo CREDO Dynamic ✅ Done
faircoin FairCoin FAIR Not Implemented ❌ Not done
coss COSS COSS Dynamic ✅ Done
shift Shift SHIFT Not Implemented ❌ Not done
rialto Rialto XRL Dynamic ✅ Done
cashaa Cashaa CAS Dynamic ✅ Done
wabi WaBi WABI Dynamic ✅ Done
soarcoin Soarcoin SOAR Dynamic ✅ Done
casinocoin CasinoCoin CSC Not Implemented ❌ Not done
qlink QLINK QLC Not Implemented ❌ Not done
datawallet Datawallet DXT Dynamic ✅ Done
yee YEE YEE Dynamic ✅ Done
proxeus Proxeus XES Dynamic ✅ Done
bankex Bankex BKX Dynamic ✅ Done
qunqun QunQun QUN Dynamic ✅ Done
selfkey Selfkey KEY Dynamic ✅ Done
vibe VIBE VIBE Dynamic ✅ Done
electrify.asia Electrify.Asia ELEC Not Implemented ❌ Not done
mobius Mobius MOBI Not Implemented ❌ Not done
ac3 AC3 AC3 Not Implemented ❌ Not done
aurora-dao Aurora DAO AURA Dynamic ✅ Done
potcoin PotCoin POT Dynamic ✅ Done
pepe-cash Pepe Cash PEPECASH Not Implemented ❌ Not done
bitcoin-green Bitcoin Green BITG Not Implemented ❌ Not done
mediccoin MedicCoin MEDIC Not Implemented ❌ Not done
cobinhood Cobinhood COB Dynamic ✅ Done
grid-plus Grid+ GRID Not Implemented ❌ Not done
peepcoin PeepCoin PCN Dynamic ✅ Done
oyster Oyster PRL Dynamic ✅ Done
bitusd bitUSD BITUSD Not Implemented ❌ Not done
karma Karma KRM Dynamic ✅ Done
dock Dock DOCK Dynamic ✅ Done
peerplays-ppy Peerplays PPY Not Implemented ❌ Not done
firstblood FirstBlood 1ST Not Implemented ❌ Not done
blackmoon-crypto Blackmoon BMC Not Implemented ❌ Not done
qbao Qbao QBT Not Implemented ❌ Not done
ixledger-ixt iXledger IXT Dynamic ✅ Done
humaniq Humaniq HMQ Dynamic ✅ Done
fortuna Fortuna FOTA Dynamic ✅ Done
xtrabytes XTRABYTES XBY Not Implemented ❌ Not done
refereum Refereum RFR Dynamic ✅ Done
nolimitcoin NoLimitCoin NLC2 Not Implemented ❌ Not done
trinity-network-credit Trinity Network Credit TNC Not Implemented ❌ Not done
neurotoken Neurotoken NTK Dynamic ✅ Done
hempcoin HempCoin THC Not Implemented ❌ Not done
prochain ProChain PRA Dynamic ✅ Done
quantum Quantum QAU Dynamic ✅ Done
medicalchain Medicalchain MTN Not Implemented ❌ Not done
viberate Viberate VIB Dynamic ✅ Done
cofound-it Cofound.it CFI Dynamic ✅ Done
brahmaos BrahmaOS BRM Dynamic ✅ Done
colossuscoinxt ColossusXT COLX Dynamic ✅ Done
elastic Elastic XEL Not Implemented ❌ Not done
covesting Covesting COV Dynamic ✅ Done
bismuth Bismuth BIS Not Implemented ❌ Not done
luxcoin LUXCoin LUX Dynamic ✅ Done
chronobank Chronobank TIME Dynamic ✅ Done
leocoin LEOcoin LEO Not Implemented ❌ Not done
zeusshield Zeusshield ZSC Dynamic ✅ Done
deeponion DeepOnion ONION Dynamic ✅ Done
synereo Synereo AMP Not Implemented ❌ Not done
pascal-coin Pascal Coin PASC Not Implemented ❌ Not done
shield SHIELD XSH Not Implemented ❌ Not done
dimecoin Dimecoin DIME Dynamic ✅ Done
mercury Mercury MER Not Implemented ❌ Not done
divi Divi DIVX Dynamic ✅ Done
spacechain SpaceChain SPC Not Implemented ❌ Not done
tao Tao XTO Dynamic ✅ Done
blockmason-credit-protocol BlockMason Credit Protocol BCPT Not Implemented ❌ Not done
polybius Polybius PLBT Dynamic ✅ Done
revolutionvr RevolutionVR RVR Not Implemented ❌ Not done
olympus-labs Olympus Labs MOT Dynamic ✅ Done
shivom Shivom OMX Dynamic ✅ Done
alqo ALQO ALQO Not Implemented ❌ Not done
boolberry Boolberry BBR Not Implemented ❌ Not done
dimcoin DIMCOIN DIM Not Implemented ❌ Not done
alphacat Alphacat ACAT Not Implemented ❌ Not done
primas Primas PST Dynamic ✅ Done
gridcoin GridCoin GRC Not Implemented ❌ Not done
bodhi Bodhi BOT Not Implemented ❌ Not done
crown Crown CRW Dynamic ✅ Done
oxycoin Oxycoin OXY Not Implemented ❌ Not done
unikoin-gold-ukg Unikoin Gold UKG Dynamic ✅ Done
diamond Diamond DMD Dynamic ✅ Done
everex Everex EVX Dynamic ✅ Done
suncontract SunContract SNC Dynamic ✅ Done
lamden Lamden TAU Dynamic ✅ Done
betterbetting BetterBetting BETR Not Implemented ❌ Not done
muse MUSE MUSE Not Implemented ❌ Not done
ceek-vr CEEK VR CEEK Dynamic ✅ Done
energo Energo TSL Not Implemented ❌ Not done
uquid-coin Uquid Coin UQC Dynamic ✅ Done
dadi DADI DADI Dynamic ✅ Done
life LIFE LIFE Dynamic ✅ Done
sakura-bloom Sakura Bloom SKB Dynamic ✅ Done
bitbean Bean Cash BITB Not Implemented ❌ Not done
triggers Triggers TRIG Not Implemented ❌ Not done
red-mwat Restart Energy MWAT MWAT Dynamic ✅ Done
bitcoin-atom-futures Bitcoin Atom BCA Not Implemented ❌ Not done
dmarket DMarket DMT Dynamic ✅ Done
te-food TE-FOOD TFD Dynamic ✅ Done
dubaicoin-dbix DubaiCoin DBIX Not Implemented ❌ Not done
blackcoin BlackCoin BLK Dynamic ✅ Done
gems Gems GEM Not Implemented ❌ Not done
neumark Neumark NEU Dynamic ✅ Done
phantasma Phantasma SOUL Not Implemented ❌ Not done
nework Nework NKC Not Implemented ❌ Not done
latiumx LatiumX LATX Dynamic ✅ Done
guppy Matchpool GUP Not Implemented ❌ Not done
latoken LATOKEN LA Dynamic ✅ Done
numeraire Numeraire NMR Dynamic ✅ Done
carvertical carVertical CV Dynamic ✅ Done
propy Propy PRO Dynamic ✅ Done
radium Radium RADS Dynamic ✅ Done
monetaryunit MonetaryUnit MUE Dynamic ✅ Done
ugchain ugChain UGC Dynamic ✅ Done
aichain AICHAIN AIT Dynamic ✅ Done
stk STK STK Dynamic ✅ Done
ormeus-coin Ormeus Coin ORME Dynamic ✅ Done
switcheo Switcheo SWTH Not Implemented ❌ Not done
stronghands StrongHands SHND Not Implemented ❌ Not done
omni Omni OMNI Not Implemented ❌ Not done
everus Everus EVR Dynamic ✅ Done
mooncoin Mooncoin MOON Dynamic ✅ Done
silent-notary Silent Notary SNTR Dynamic ✅ Done
remme Remme REM Dynamic ✅ Done
stox Stox STX Dynamic ✅ Done
flash Flash FLASH Not Implemented ❌ Not done
solarcoin SolarCoin SLR Dynamic ✅ Done
florincoin FlorinCoin FLO Not Implemented ❌ Not done
blockport Blockport BPT Dynamic ✅ Done
atmchain ATMChain ATM Not Implemented ❌ Not done
locktrip LockTrip LOC Not Implemented ❌ Not done
moeda-loyalty-points Moeda Loyalty Points MDA Dynamic ✅ Done
smartshare Smartshare SSP Not Implemented ❌ Not done
adtoken adToken ADT Dynamic ✅ Done
hydrogen Hydrogen HYDRO Dynamic ✅ Done
monetha Monetha MTH Dynamic ✅ Done
rubycoin Rubycoin RBY Dynamic ✅ Done
cappasity Cappasity CAPP Dynamic ✅ Done
smartlands Smartlands SLT Not Implemented ❌ Not done
oax OAX OAX Dynamic ✅ Done
sureremit SureRemit RMT Not Implemented ❌ Not done
banyan-network Banyan Network BBN Dynamic ✅ Done
etheroll Etheroll DICE Dynamic ✅ Done
coinpoker CoinPoker CHP Dynamic ✅ Done
bitqy bitqy BQ Dynamic ✅ Done
blocktix Blocktix TIX Dynamic ✅ Done
friendz Friendz FDZ Not Implemented ❌ Not done
aeron Aeron ARN Dynamic ✅ Done
policypal-network PolicyPal Network PAL Dynamic ✅ Done
daostack DAOstack GEN Dynamic ✅ Done
ai-doctor AI Doctor AIDOC Not Implemented ❌ Not done
swissborg SwissBorg CHSB Dynamic ✅ Done
sentinel-chain Sentinel Chain SENC Dynamic ✅ Done
hi-mutual-society Hi Mutual Society HMC Dynamic ✅ Done
exrnchain EXRNchain EXRN Dynamic ✅ Done
deviantcoin DeviantCoin DEV Not Implemented ❌ Not done
clams Clams CLAM Not Implemented ❌ Not done
nebula-ai Nebula AI NBAI Dynamic ✅ Done
srcoin SRCOIN SRCOIN Not Implemented ❌ Not done
expanse Expanse EXP Not Implemented ❌ Not done
iocoin I/O Coin IOC Not Implemented ❌ Not done
red RED RED Dynamic ✅ Done
hedge Hedge HDG Dynamic ✅ Done
databits Databits DTB Not Implemented ❌ Not done
patron Patron PAT Dynamic ✅ Done
indahash indaHash IDH Dynamic ✅ Done
uptoken UpToken UP Dynamic ✅ Done
newyorkcoin NewYorkCoin NYC Not Implemented ❌ Not done
pikciochain PikcioChain PKC Not Implemented ❌ Not done
the-champcoin The ChampCoin TCC Not Implemented ❌ Not done
echolink EchoLink EKO Dynamic ✅ Done
the-abyss The Abyss ABYSS Dynamic ✅ Done
polis Polis POLIS Not Implemented ❌ Not done
callisto-network Callisto Network CLO Not Implemented ❌ Not done
agrello-delta Agrello DLT Dynamic ✅ Done
domraider DomRaider DRT Dynamic ✅ Done
zippie Zippie ZIPT Not Implemented ❌ Not done
measurable-data-token Measurable Data Token MDT Not Implemented ❌ Not done
hexx Hexx HXX Not Implemented ❌ Not done
cvcoin CVCoin CVCOIN Not Implemented ❌ Not done
hacken Hacken HKN Dynamic ✅ Done
incent Incent INCNT Not Implemented ❌ Not done
rise Rise RISE Not Implemented ❌ Not done
heronode HeroNode HER Dynamic ✅ Done
rebellious REBL REBL Dynamic ✅ Done
peculium Peculium PCL Dynamic ✅ Done
mark.space MARK.SPACE MRK Not Implemented ❌ Not done
axpire aXpire AXP Dynamic ✅ Done
bezop Bezop BEZ Dynamic ✅ Done
get-protocol GET Protocol GET Dynamic ✅ Done
myriad Myriad XMY Dynamic ✅ Done
rivetz Rivetz RVT Dynamic ✅ Done
lomocoin LoMoCoin LMC Not Implemented ❌ Not done
hollywoodcoin HollyWoodCoin HWC Not Implemented ❌ Not done
neoscoin NeosCoin NEOS Dynamic ✅ Done
aphelion Aphelion APH Not Implemented ❌ Not done
unibright Unibright UBT Dynamic ✅ Done
vericoin VeriCoin VRC Dynamic ✅ Done
kilocoin KiloCoin KLC Not Implemented ❌ Not done
sharex ShareX SEXC Dynamic ✅ Done
bulwark Bulwark BWK Dynamic ✅ Done
icos ICOS ICOS Dynamic ✅ Done
sprouts Sprouts SPRTS Dynamic ✅ Done
sibcoin SIBCoin SIB Not Implemented ❌ Not done
investfeed InvestFeed IFT Dynamic ✅ Done
dynamic Dynamic DYN Not Implemented ❌ Not done
pirl Pirl PIRL Not Implemented ❌ Not done
shipchain ShipChain SHIP Dynamic ✅ Done
russian-mining-coin Russian Miner Coin RMC Not Implemented ❌ Not done
playkey Playkey PKT Dynamic ✅ Done
paragon Paragon PRG Dynamic ✅ Done
hubii-network Hubii Network HBT Dynamic ✅ Done
insurepal InsurePal IPL Dynamic ✅ Done
musicoin Musicoin MUSIC Not Implemented ❌ Not done
bitsend BitSend BSD Dynamic ✅ Done
sharder Sharder SS Dynamic ✅ Done
novacoin Novacoin NVC Not Implemented ❌ Not done
napoleon-x NaPoleonX NPX Dynamic ✅ Done
stealthcoin N/A N/A N/A ❌ Not done
airtoken AirToken AIR Dynamic ✅ Done
flixxo Flixxo FLIXX Dynamic ✅ Done
aurumcoin AurumCoin AU Not Implemented ❌ Not done
xaurum Xaurum XAUR Dynamic ✅ Done
effect.ai Effect.AI EFX Not Implemented ❌ Not done
leverj Leverj LEV Dynamic ✅ Done
debitum-network Debitum DEB Dynamic ✅ Done
loki Loki LOKI Not Implemented ❌ Not done
nexium Nexium NXC Dynamic ✅ Done
gobyte GoByte GBX Not Implemented ❌ Not done
matryx Matryx MTX Dynamic ✅ Done
digitex-futures Digitex Futures DGTX Not Implemented ❌ Not done
xplay XPA XPA Dynamic ✅ Done
stipend Stipend SPD Not Implemented ❌ Not done
bitclave BitClave CAT Dynamic ✅ Done
pareto-network Pareto Network PARETO Dynamic ✅ Done
okcash OKCash OK Dynamic ✅ Done
ecobit Ecobit ECOB Not Implemented ❌ Not done
swarm-city Swarm City SWT Not Implemented ❌ Not done
guaranteed-ethurance-token-extra Guaranteed Ethurance Token Extra GETX Dynamic ✅ Done
biocoin BioCoin BIO Not Implemented ❌ Not done
polyswarm PolySwarm NCT Dynamic ✅ Done
linker-coin Linker Coin LNC Dynamic ✅ Done
aventus Aventus AVT Dynamic ✅ Done
cargox CargoX CXO Dynamic ✅ Done
espers Espers ESP Not Implemented ❌ Not done
graft Graft GRFT Not Implemented ❌ Not done
canyacoin CanYaCoin CAN Dynamic ✅ Done
foldingcoin FoldingCoin FLDC Not Implemented ❌ Not done
apx APX APX Not Implemented ❌ Not done
change Change CAG Dynamic ✅ Done
pinkcoin PinkCoin PINK Dynamic ✅ Done
heat-ledger HEAT HEAT Not Implemented ❌ Not done
profile-utility-token Profile Utility Token PUT Not Implemented ❌ Not done
helbiz Helbiz HBZ Dynamic ✅ Done
bittube BitTube TUBE Not Implemented ❌ Not done
gambit Gambit GAM Dynamic ✅ Done
bitdegree BitDegree BDG Dynamic ✅ Done
adbank adbank ADB Dynamic ✅ Done
mintcoin Mintcoin MINT Not Implemented ❌ Not done
zilla Zilla ZLA Dynamic ✅ Done
patientory Patientory PTOY Dynamic ✅ Done
zrcoin ZrCoin ZRC Not Implemented ❌ Not done
local-world-forwarders Local World Forwarders LWF Not Implemented ❌ Not done
commerceblock CommerceBlock CBT Dynamic ✅ Done
rentberry Rentberry BERRY Dynamic ✅ Done
mktcoin MktCoin MLM Not Implemented ❌ Not done
eroscoin Eroscoin ERO Dynamic ✅ Done
spectiv Spectiv SIG Dynamic ✅ Done
encrypgen EncrypGen DNA Dynamic ✅ Done
asiacoin AsiaCoin AC Dynamic ✅ Done
dero Dero DERO Not Implemented ❌ Not done
zap Zap ZAP Dynamic ✅ Done
golos Golos GOLOS Not Implemented ❌ Not done
yocoin Yocoin YOC Not Implemented ❌ Not done
lala-world LALA World LALA Dynamic ✅ Done
adhive AdHive ADH Dynamic ✅ Done
ink-protocol Ink Protocol XNK Dynamic ✅ Done
sphere Sphere SPHR Not Implemented ❌ Not done
sense Sense SENSE Dynamic ✅ Done
b2bx-b2b B2BX B2B Dynamic ✅ Done
aditus Aditus ADI Dynamic ✅ Done
idex-membership IDEX Membership IDXM Dynamic ✅ Done
fluz-fluz Fluz Fluz FLUZ Dynamic ✅ Done
sequence Sequence SEQ Not Implemented ❌ Not done
alis ALIS ALIS Dynamic ✅ Done
pandacoin-pnd Pandacoin PND Not Implemented ❌ Not done
nimiq Nimiq Exchange Token NET Not Implemented ❌ Not done
trust WeTrust TRST Not Implemented ❌ Not done
zoin Zoin ZOI Dynamic ✅ Done
target-coin Target Coin TGT Dynamic ✅ Done
aidcoin AidCoin AID Dynamic ✅ Done
dotcoin Dotcoin DOT Dynamic ✅ Done
morpheus-labs Morpheus Labs MITX Dynamic ✅ Done
solaris Solaris XLR Dynamic ✅ Done
elixir Elixir ELIX Dynamic ✅ Done
fidelium Fidelium FID Not Implemented ❌ Not done
curecoin Curecoin CURE Dynamic ✅ Done
bounty0x Bounty0x BNTY Dynamic ✅ Done
dao-casino DAO.Casino BET Dynamic ✅ Done
energycoin Energycoin ENRG Dynamic ✅ Done
bitcrystals Bitcrystals BCY Not Implemented ❌ Not done
cfun CFun CFUN Not Implemented ❌ Not done
colu-local-network Colu Local Network CLN Dynamic ✅ Done
1world 1World 1WO Dynamic ✅ Done
morpheus-network Morpheus Network MORPH Dynamic ✅ Done
dovu Dovu DOVU Dynamic ✅ Done
u.cash U.CASH UCASH Not Implemented ❌ Not done
leadcoin Leadcoin LDC Dynamic ✅ Done
spectrecoin Spectrecoin XSPEC Dynamic ✅ Done
adshares AdShares ADST Dynamic ✅ Done
mysterium Mysterium MYST Dynamic ✅ Done
astro Astro ASTRO Dynamic ✅ Done
atbcoin ATBCoin ATB Not Implemented ❌ Not done
coinfi CoinFi COFI Dynamic ✅ Done
primalbase Primalbase Token PBT Not Implemented ❌ Not done
auroracoin Auroracoin AUR Not Implemented ❌ Not done
real REAL REAL Dynamic ✅ Done
privatix Privatix PRIX Dynamic ✅ Done
toacoin ToaCoin TOA Dynamic ✅ Done
faceter Faceter FACE Dynamic ✅ Done
pluton Pluton PLU Not Implemented ❌ Not done
sether Sether SETH Dynamic ✅ Done
trueflip TrueFlip TFL Dynamic ✅ Done
devery Devery EVE Dynamic ✅ Done
goldcoin GoldCoin GLD Dynamic ✅ Done
circuits-of-value Circuits of Value COVAL Not Implemented ❌ Not done
hurify Hurify HUR Dynamic ✅ Done
lending-block Lendingblock LND Not Implemented ❌ Not done
eztoken EZToken EZT Dynamic ✅ Done
maxcoin MaxCoin MAX Dynamic ✅ Done
atmos Atmos ATMOS Dynamic ✅ Done
bitdice BitDice CSNO Dynamic ✅ Done
clearpoll ClearPoll POLL Dynamic ✅ Done
nper NPER NPER Not Implemented ❌ Not done
snovio Snovio SNOV Dynamic ✅ Done
travala Travala AVA Not Implemented ❌ Not done
bee-token Bee Token BEE Dynamic ✅ Done
korecoin Kore KORE Not Implemented ❌ Not done
vice-industry-token Vice Industry Token VIT Dynamic ✅ Done
apr-coin APR Coin APR Not Implemented ❌ Not done
ip-exchange IP Exchange IPSX Dynamic ✅ Done
artbyte-aby ArtByte ABY Not Implemented ❌ Not done
transfercoin TransferCoin TX Dynamic ✅ Done
bitcoinz BitcoinZ BTCZ Not Implemented ❌ Not done
travelflex Travelflex TRF Not Implemented ❌ Not done
fedoracoin FedoraCoin TIPS Not Implemented ❌ Not done
block-array Block Array ARY Dynamic ✅ Done
worldcore Worldcore WRC Dynamic ✅ Done
mybit-token MyBit Token MYB Dynamic ✅ Done
hoqu HOQU HQX Dynamic ✅ Done
obits OBITS OBITS Not Implemented ❌ Not done
chips CHIPS CHIPS Not Implemented ❌ Not done
gladius-token Gladius Token GLA Dynamic ✅ Done
atlant ATLANT ATL Dynamic ✅ Done
ethorse Ethorse HORSE Dynamic ✅ Done
internxt Internxt INXT Dynamic ✅ Done
syndicate Syndicate SYNX Not Implemented ❌ Not done
breakout-stake Breakout Stake BRX Not Implemented ❌ Not done
goodomy Goodomy GOOD Dynamic ✅ Done
bitcoin-plus Bitcoin Plus XBC Not Implemented ❌ Not done
verime VeriME VME Dynamic ✅ Done
open-trading-network Open Trading Network OTN Dynamic ✅ Done
dether Dether DTH Dynamic ✅ Done
pesetacoin Pesetacoin PTC Dynamic ✅ Done
fundrequest FundRequest FND Dynamic ✅ Done
b3coin B3Coin KB3 Dynamic ✅ Done
payfair Payfair PFR Dynamic ✅ Done
0xbitcoin 0xBitcoin 0xBTC Not Implemented ❌ Not done
internet-of-people Internet of People IOP Not Implemented ❌ Not done
ixcoin Ixcoin IXC Dynamic ✅ Done
2give 2GIVE 2GIVE Dynamic ✅ Done
sumokoin Sumokoin SUMO Not Implemented ❌ Not done
cryptopay Cryptopay CPAY Dynamic ✅ Done
insights-network Insights Network INSTAR Dynamic ✅ Done
oyster-shell Oyster Shell SHL Dynamic ✅ Done
auctus Auctus AUC Dynamic ✅ Done
fidentiax FidentiaX FDX Dynamic ✅ Done
geocoin GeoCoin GEO Dynamic ✅ Done
global-cryptocurrency Global Cryptocurrency GCC Not Implemented ❌ Not done
nubits NuBits USNBT Not Implemented ❌ Not done
herocoin HEROcoin PLAY Dynamic ✅ Done
hackspace-capital Hackspace Capital HAC Dynamic ✅ Done
hyperstake HyperStake HYP Not Implemented ❌ Not done
posw-coin PoSW Coin POSW Not Implemented ❌ Not done
education-ecosystem Education Ecosystem LEDU Dynamic ✅ Done
ethereum-blue Blue Protocol BLUE Dynamic ✅ Done
monkey-project Monkey Project MONK Not Implemented ❌ Not done
jet8 JET8 J8T Dynamic ✅ Done
haven-protocol Haven Protocol XHV Not Implemented ❌ Not done
experty Experty EXY Dynamic ✅ Done
starbase Starbase STAR Dynamic ✅ Done
sharpe-platform-token Sharpe Platform Token SHP Dynamic ✅ Done
waves-community-token Waves Community Token WCT Not Implemented ❌ Not done
universal-currency Universal Currency UNIT Not Implemented ❌ Not done
hellogold HelloGold HGT Dynamic ✅ Done
opus Opus OPT Dynamic ✅ Done
sportyfi SportyCo SPF Dynamic ✅ Done
neutron Neutron NTRN Not Implemented ❌ Not done
bigbom Bigbom BBO Dynamic ✅ Done
europecoin EuropeCoin ERC Dynamic ✅ Done
spectre.ai-utility-token Spectre.ai Utility Token SXUT Not Implemented ❌ Not done
buzzcoin BuzzCoin BUZZ Not Implemented ❌ Not done
monoeci Monoeci XMCC Not Implemented ❌ Not done
social-send Social Send SEND Not Implemented ❌ Not done
upfiring Upfiring UFR Dynamic ✅ Done
social Sociall SCL Dynamic ✅ Done
bitstation BitStation BSTN Dynamic ✅ Done
amlt-token AMLT Token AMLT Not Implemented ❌ Not done
mercury-protocol Mercury Protocol GMT Dynamic ✅ Done
veriumreserve VeriumReserve VRM Not Implemented ❌ Not done
pure Pure PURE Not Implemented ❌ Not done
masari Masari MSR Not Implemented ❌ Not done
qwark Qwark QWARK Not Implemented ❌ Not done
zeitcoin Zeitcoin ZEIT Dynamic ✅ Done
starta Starta STA Not Implemented ❌ Not done
rupaya-old Rupaya RUPX Dynamic ✅ Done
riecoin Riecoin RIC Dynamic ✅ Done
invacio Invacio INV Dynamic ✅ Done
vslice vSlice VSL Dynamic ✅ Done
fintrux-network FintruX Network FTX Dynamic ✅ Done
tokia Tokia TKA Dynamic ✅ Done
rex imbrex REX Dynamic ✅ Done
publica Publica PBL Dynamic ✅ Done
hicoin HiCoin XHI Not Implemented ❌ Not done
dopecoin DopeCoin DOPE Dynamic ✅ Done
tokes Tokes TKS Not Implemented ❌ Not done
indorse-token Indorse Token IND Dynamic ✅ Done
e-coin E-coin ECN Not Implemented ❌ Not done
voise Voise VOISE Dynamic ✅ Done
capricoin Capricoin CPC Dynamic ✅ Done
exclusivecoin ExclusiveCoin EXCL Not Implemented ❌ Not done
reftoken RefToken REF Not Implemented ❌ Not done
bonpay Bonpay BON Dynamic ✅ Done
cryptoping CryptoPing PING Not Implemented ❌ Not done
gatcoin Gatcoin GAT Dynamic ✅ Done
bitcloud Bitcloud BTDX Dynamic ✅ Done
altcoin-alt Altcoin ALT Not Implemented ❌ Not done
interstellar-holdings Interstellar Holdings HOLD Not Implemented ❌ Not done
mywish MyWish WISH Dynamic ✅ Done
belugapay BelugaPay BBI Dynamic ✅ Done
karbo Karbo KRB Not Implemented ❌ Not done
memetic Memetic / PepeCoin MEME Not Implemented ❌ Not done
terracoin Terracoin TRC Not Implemented ❌ Not done
bitmark Bitmark BTM Dynamic ✅ Done
quark Quark QRK Dynamic ✅ Done
hash-rush Hush HUSH Not Implemented ❌ Not done
bluecoin BlueCoin BLU Not Implemented ❌ Not done
blockpool Blockpool BPL Not Implemented ❌ Not done
crave Crave CRAVE Not Implemented ❌ Not done
i0coin I0Coin I0C Dynamic ✅ Done
iungo Iungo ING Dynamic ✅ Done
eboost eBoost EBST Not Implemented ❌ Not done
bunnycoin BunnyCoin BUN Not Implemented ❌ Not done
blockcat BlockCAT CAT Dynamic ✅ Done
bullion Bullion CBX Dynamic ✅ Done
cannabiscoin CannabisCoin CANN Dynamic ✅ Done
digipulse DigiPulse DGPT Dynamic ✅ Done
viuly Viuly VIU Dynamic ✅ Done
breakout Breakout BRK Not Implemented ❌ Not done
campuscoin CampusCoin CMPCO Not Implemented ❌ Not done
ufo-coin Uniform Fiscal Object UFO Not Implemented ❌ Not done
maverick-chain Maverick Chain MVC Dynamic ✅ Done
elite Elite 1337 Not Implemented ❌ Not done
ethbits Ethbits ETBS Dynamic ✅ Done
denarius Denarius DNR Not Implemented ❌ Not done
vtorrent vTorrent VTR Not Implemented ❌ Not done
parkgene Parkgene GENE Dynamic ✅ Done
galactrum Galactrum ORE Not Implemented ❌ Not done
lampix Lampix PIX Dynamic ✅ Done
force FORCE FOR Not Implemented ❌ Not done
flypme FlypMe FYP Dynamic ✅ Done
sexcoin Sexcoin SXC Dynamic ✅ Done
copytrack COPYTRACK CPY Dynamic ✅ Done
sharechain Sharechain SSS Dynamic ✅ Done
anoncoin Anoncoin ANC Dynamic ✅ Done
ties-network Ties.DB TIE Dynamic ✅ Done
vezt Vezt VZT Dynamic ✅ Done
flik FLiK FLIK Dynamic ✅ Done
xgox XGOX XGOX Not Implemented ❌ Not done
fantomcoin Fantomcoin FCN Not Implemented ❌ Not done
chainium Chainium CHX Dynamic ✅ Done
naviaddress Naviaddress NAVI Not Implemented ❌ Not done
tokenbox Tokenbox TBX Dynamic ✅ Done
startercoin StarterCoin STAC Dynamic ✅ Done
magiccoin MagicCoin MAGE Not Implemented ❌ Not done
phi-token PHI Token PHI Not Implemented ❌ Not done
coinlancer Coinlancer CL Dynamic ✅ Done
litedoge LiteDoge LDOGE Not Implemented ❌ Not done
eventchain EventChain EVC Dynamic ✅ Done
daneel Daneel DAN Dynamic ✅ Done
autonio Autonio NIO Dynamic ✅ Done
nullex Nullex NLX Not Implemented ❌ Not done
evergreencoin EverGreenCoin EGC Dynamic ✅ Done
zephyr Zephyr ZEPH Not Implemented ❌ Not done
audiocoin AudioCoin ADC Dynamic ✅ Done
teslacoin TeslaCoin TES Dynamic ✅ Done
vsync Vsync VSX Not Implemented ❌ Not done
trakinvest TrakInvest TRAK Not Implemented ❌ Not done
monster-byte Monster Byte MBI Not Implemented ❌ Not done
xenon Xenon XNN Dynamic ✅ Done
verify Verify CRED Dynamic ✅ Done
commodity-ad-network Commodity Ad Network CDX Dynamic ✅ Done
aigang Aigang AIX Dynamic ✅ Done
syncfab SyncFab MFG Dynamic ✅ Done
sugar-exchange Sugar Exchange SGR Dynamic ✅ Done
ong.social onG.social ONG Not Implemented ❌ Not done
loci-coin LOCIcoin LOCI Not Implemented ❌ Not done
pylon-network Pylon Network PYLNT Dynamic ✅ Done
chaincoin ChainCoin CHC Not Implemented ❌ Not done
tracto Tracto TRCT Dynamic ✅ Done
wearesatoshi WeAreSatoshi WSX Dynamic ✅ Done
boutspro BoutsPro BOUTS Not Implemented ❌ Not done
kobocoin Kobocoin KOBO Dynamic ✅ Done
russiacoin RussiaCoin RC Not Implemented ❌ Not done
ergo Ergo EFYT Not Implemented ❌ Not done
digitalprice DigitalPrice DP Not Implemented ❌ Not done
fantasygold FantasyGold FGC Not Implemented ❌ Not done
hirematch HireMatch HIRE Not Implemented ❌ Not done
ignition Ignition IC Dynamic ✅ Done
dix-asset Dix Asset DIX Not Implemented ❌ Not done
darcrus Darcrus DAR Not Implemented ❌ Not done
condensate Condensate RAIN Not Implemented ❌ Not done
creativecoin Creativecoin CREA Dynamic ✅ Done
huntercoin HunterCoin HUC Not Implemented ❌ Not done
op-coin OP Coin OPC Not Implemented ❌ Not done
noblecoin NobleCoin NOBL Dynamic ✅ Done
bitwhite BitWhite BTW Not Implemented ❌ Not done
hat.exchange Hat.Exchange HAT Not Implemented ❌ Not done
trustplus TrustPlus TRUST Dynamic ✅ Done
magi Magi XMG Dynamic ✅ Done
stellite Stellite XTL Not Implemented ❌ Not done
biblepay BiblePay BBP Not Implemented ❌ Not done
version Version V Not Implemented ❌ Not done
e-gulden e-Gulden EFL Dynamic ✅ Done
encryptotel EncryptoTel [WAVES] ETT Not Implemented ❌ Not done
bitswift Bitswift SWIFT Dynamic ✅ Done
tokenstars TokenStars TEAM Dynamic ✅ Done
ace Ace ACE Dynamic ✅ Done
creditbit Creditbit CRB Dynamic ✅ Done
zero Zero ZER Not Implemented ❌ Not done
obsidian Obsidian ODN Not Implemented ❌ Not done
gcoin GCN Coin GCN Not Implemented ❌ Not done
goldmint GoldMint MNTP Dynamic ✅ Done
trezarcoin TrezarCoin TZC Dynamic ✅ Done
micromoney MicroMoney AMM Dynamic ✅ Done
crycash CryCash CRC Dynamic ✅ Done
jesus-coin Jesus Coin JC Dynamic ✅ Done
straks STRAKS STAK Not Implemented ❌ Not done
ebitcoin eBitcoin EBTC Not Implemented ❌ Not done
miners'-reward-token Miners' Reward Token MRT Not Implemented ❌ Not done
nushares NuShares NSR Not Implemented ❌ Not done
blitzpredict BlitzPredict XBP Dynamic ✅ Done
intensecoin IntenseCoin ITNS Not Implemented ❌ Not done
putincoin PutinCoin PUT Dynamic ✅ Done
biotron Biotron BTRN Dynamic ✅ Done
jiyo Jiyo JIYO Not Implemented ❌ Not done
firstcoin FirstCoin FRST Not Implemented ❌ Not done
fabric-token Fabric Token FT Dynamic ✅ Done
adzcoin Adzcoin ADZ Not Implemented ❌ Not done
bytecent Bytecent BYC Dynamic ✅ Done
magnet Magnet MAG Not Implemented ❌ Not done
skincoin SkinCoin SKIN Dynamic ✅ Done
argentum Argentum ARG Dynamic ✅ Done
digitalcoin Digitalcoin DGC Dynamic ✅ Done
photon Photon PHO Dynamic ✅ Done
incakoin IncaKoin NKA Not Implemented ❌ Not done
carboncoin Carboncoin CARBON Dynamic ✅ Done
42-coin 42-coin 42 Dynamic ✅ Done
vivo VIVO VIVO Dynamic ✅ Done
live-stars Live Stars LIVE Dynamic ✅ Done
ethersportz EtherSportz ESZ Not Implemented ❌ Not done
renos Renos RNS Not Implemented ❌ Not done
smileycoin SmileyCoin SMLY Dynamic ✅ Done
blocklancer Blocklancer LNC Dynamic ✅ Done
ethereum-movie-venture Ethereum Movie Venture EMV Dynamic ✅ Done
speed-mining-service Speed Mining Service SMS Dynamic ✅ Done
sovereign-hero Sovereign Hero HERO Not Implemented ❌ Not done
platinumbar PlatinumBAR XPTX Not Implemented ❌ Not done
canada-ecoin Canada eCoin CDN Not Implemented ❌ Not done
808coin 808Coin 808 Not Implemented ❌ Not done
united-crypto-community United Crypto Community UCOM Not Implemented ❌ Not done
ebitcoincash eBitcoinCash EBCH Not Implemented ❌ Not done
vulcano Vulcano VULC Not Implemented ❌ Not done
wandx WandX WAND Dynamic ✅ Done
soma Soma SCT Dynamic ✅ Done
shekel Shekel JEW Not Implemented ❌ Not done
kekcoin KekCoin KEK Not Implemented ❌ Not done
signals-network Signals Network SGN Dynamic ✅ Done
the-cypherfunks The Cypherfunks FUNK Not Implemented ❌ Not done
orbitcoin Orbitcoin ORB Not Implemented ❌ Not done
tidex-token Tidex Token TDX Not Implemented ❌ Not done
connectjob ConnectJob CJT Dynamic ✅ Done
machinecoin Machinecoin MAC Dynamic ✅ Done
datarius-credit Datarius Credit DTRC Dynamic ✅ Done
neverdie NEVERDIE NDC Dynamic ✅ Done
ellaism Ellaism ELLA Not Implemented ❌ Not done
megacoin Megacoin MEC Dynamic ✅ Done
emphy Emphy EPY Dynamic ✅ Done
amon Amon AMN Dynamic ✅ Done
chronologic Chronologic DAY Dynamic ✅ Done
tokendesk TokenDesk TDS Dynamic ✅ Done
bitjob bitJob STU Dynamic ✅ Done
unbreakablecoin UnbreakableCoin UNB Not Implemented ❌ Not done
farad Farad FRD Dynamic ✅ Done
authorship Authorship ATS Dynamic ✅ Done
universe Universe UNI Dynamic ✅ Done
masternodecoin Masternodecoin MTNC Not Implemented ❌ Not done
fundyourselfnow FundYourselfNow FYN Dynamic ✅ Done
unitus Unitus UIS Not Implemented ❌ Not done
draftcoin DraftCoin DFT Not Implemented ❌ Not done
tigereum Tigereum TIG Dynamic ✅ Done
worldcoin WorldCoin WDC Not Implemented ❌ Not done
deutsche-emark Deutsche eMark DEM Not Implemented ❌ Not done
origami Origami ORI Dynamic ✅ Done
popularcoin PopularCoin POP Not Implemented ❌ Not done
nitro Nitro NOX Dynamic ✅ Done
earth-token Earth Token EARTH Dynamic ✅ Done
bowhead Bowhead AHT Not Implemented ❌ Not done
zennies Zennies ZENI Not Implemented ❌ Not done
innova Innova INN Not Implemented ❌ Not done
musiconomi Musiconomi MCI Dynamic ✅ Done
drp-utility DRP Utility DRPU Dynamic ✅ Done
sagacoin SagaCoin SAGA Not Implemented ❌ Not done
onix Onix ONX Not Implemented ❌ Not done
etheriya Etheriya RIYA Dynamic ✅ Done
inpay InPay INPAY Not Implemented ❌ Not done
embers Embers MBRS Dynamic ✅ Done
zetacoin Zetacoin ZET Dynamic ✅ Done
martexcoin MarteXcoin MXT Not Implemented ❌ Not done
linx Linx LINX Dynamic ✅ Done
unify Unify UNIFY Not Implemented ❌ Not done
numus Numus NMS Not Implemented ❌ Not done
elcoin Elcoin EL Not Implemented ❌ Not done
more-coin More Coin MORE Not Implemented ❌ Not done
mazacoin MAZA MZC Not Implemented ❌ Not done
arcticcoin Advanced Technology Coin ARC Not Implemented ❌ Not done
qvolta Qvolta QVT Dynamic ✅ Done
fantasy-cash Fantasy Cash FANS Not Implemented ❌ Not done
plancoin Plancoin PLAN Not Implemented ❌ Not done
transcodium Transcodium TNS Dynamic ✅ Done
unicoin UniCoin UNIC Not Implemented ❌ Not done
suretly Suretly SUR Dynamic ✅ Done
kolion Kolion KLN Not Implemented ❌ Not done
inflationcoin InflationCoin IFLT Not Implemented ❌ Not done
starcredits StarCredits STRC Dynamic ✅ Done
mcap MCAP MCAP Dynamic ✅ Done
bitzeny Bitzeny ZNY Not Implemented ❌ Not done
cryptonite Cryptonite XCN Not Implemented ❌ Not done
dinastycoin Dinastycoin DCY Not Implemented ❌ Not done
equitrader EquiTrader EQT Dynamic ✅ Done
bata Bata BTA Dynamic ✅ Done
metalcoin MetalCoin METAL Not Implemented ❌ Not done
hobonickels HoboNickels HBN Dynamic ✅ Done
bitradio Bitradio BRO Dynamic ✅ Done
woodcoin Woodcoin LOG Not Implemented ❌ Not done
petrodollar PetroDollar XPD Not Implemented ❌ Not done
realt RouletteToken RLT Dynamic ✅ Done
netcoin NetCoin NET Not Implemented ❌ Not done
fluttercoin FlutterCoin FLT Not Implemented ❌ Not done
fujicoin FujiCoin FJC Not Implemented ❌ Not done
bitdeal Bitdeal BDL Not Implemented ❌ Not done
moin Moin MOIN Not Implemented ❌ Not done
happycoin Happycoin HPC Not Implemented ❌ Not done
fastcoin Fastcoin FST Not Implemented ❌ Not done
qubitcoin QubitCoin Q2C Not Implemented ❌ Not done
cream Cream CRM Not Implemented ❌ Not done
jetcoin Jetcoin JET Dynamic ✅ Done
truckcoin Truckcoin TRK Not Implemented ❌ Not done
equal Equal EQL Dynamic ✅ Done
zilbercoin Zilbercoin ZBC Not Implemented ❌ Not done
fitrova Fitrova FRV Dynamic ✅ Done
oceanlab Oceanlab OCL Not Implemented ❌ Not done
insanecoin-insn InsaneCoin INSN Not Implemented ❌ Not done
britcoin BritCoin BRIT Not Implemented ❌ Not done
deuscoin DeusCoin DEUS Not Implemented ❌ Not done
bitsilver bitSilver BITSILVER Not Implemented ❌ Not done
bitbar BitBar BTB Not Implemented ❌ Not done
trollcoin Trollcoin TROLL Dynamic ✅ Done
piplcoin PiplCoin PIPL Dynamic ✅ Done
qbic Qbic QBIC Not Implemented ❌ Not done
eltcoin ELTCOIN ELTCOIN Dynamic ✅ Done
greenmed GreenMed GRMD Dynamic ✅ Done
growers-international Growers International GRWI Not Implemented ❌ Not done
tattoocoin-(standard-edition) Tattoocoin (Standard Edition) TSE Not Implemented ❌ Not done
piggycoin Piggycoin PIGGY Dynamic ✅ Done
lanacoin LanaCoin LANA Dynamic ✅ Done
veros Veros VRS Dynamic ✅ Done
btctalkcoin BTCtalkcoin TALK Dynamic ✅ Done
iticoin iTicoin ITI Not Implemented ❌ Not done
startcoin Startcoin START Not Implemented ❌ Not done
phoenixcoin Phoenixcoin PXC Not Implemented ❌ Not done
synergy Synergy SNRG Dynamic ✅ Done
arbitragect ArbitrageCT ARCT Dynamic ✅ Done
briacoin BriaCoin BRIA Not Implemented ❌ Not done
wild-crypto Wild Crypto WILD Dynamic ✅ Done
billionaire-token Billionaire Token XBL Dynamic ✅ Done
digital-money-bits Digital Money Bits DMB Not Implemented ❌ Not done
netko Netko NETKO Dynamic ✅ Done
triangles Triangles TRI Not Implemented ❌ Not done
intelligent-trading-foundation Intelligent Trading Foundation ITT Dynamic ✅ Done
skeincoin Skeincoin SKC Dynamic ✅ Done
guncoin Guncoin GUN Dynamic ✅ Done
centurion Centurion CNT Not Implemented ❌ Not done
bitcoin-silver Bitcoin Scrypt BTCS Not Implemented ❌ Not done
halcyon Halcyon HAL Not Implemented ❌ Not done
mao-zedong Mao Zedong MAO Not Implemented ❌ Not done
bitair Bitair BTCA Dynamic ✅ Done
cash-poker-pro Cashcoin CASH Not Implemented ❌ Not done
aquariuscoin AquariusCoin ARCO Dynamic ✅ Done
trumpcoin TrumpCoin TRUMP Dynamic ✅ Done
ethereum-cash Ethereum Cash ECASH Not Implemented ❌ Not done
bitstar Bitstar BITS Not Implemented ❌ Not done
bitsum Bitsum BSM Not Implemented ❌ Not done
leviarcoin N/A N/A N/A ❌ Not done
tittiecoin TittieCoin TTC Not Implemented ❌ Not done
joulecoin Joulecoin XJO Dynamic ✅ Done
rimbit Rimbit RBT Not Implemented ❌ Not done
bigup BigUp BIGUP Not Implemented ❌ Not done
iethereum iEthereum IETH Dynamic ✅ Done
dashcoin Dashcoin DSH Not Implemented ❌ Not done
bitbtc bitBTC BITBTC Not Implemented ❌ Not done
aricoin Aricoin ARI Not Implemented ❌ Not done
purevidz PureVidz VIDZ Not Implemented ❌ Not done
nyancoin Nyancoin NYAN Not Implemented ❌ Not done
bitgem Bitgem BTG Dynamic ✅ Done
tagcoin TagCoin TAG Not Implemented ❌ Not done
minereum Minereum MNE Dynamic ✅ Done
procurrency ProCurrency PROC Not Implemented ❌ Not done
bitgold bitGold BITGOLD Not Implemented ❌ Not done
opal Opal OPAL Not Implemented ❌ Not done
whalecoin WhaleCoin WHL Not Implemented ❌ Not done
regalcoin Regalcoin REC Not Implemented ❌ Not done
motocoin Motocoin MOTO Not Implemented ❌ Not done
hodlcoin HOdlcoin HODL Not Implemented ❌ Not done
tekcoin TEKcoin TEK Not Implemented ❌ Not done
votecoin VoteCoin VOT Not Implemented ❌ Not done
elementrem Elementrem ELE Not Implemented ❌ Not done
cryptocarbon CryptoCarbon CCRB Not Implemented ❌ Not done
cryptojacks Cryptojacks CJ Not Implemented ❌ Not done
adcoin AdCoin ACC Not Implemented ❌ Not done
paycoin PayCoin XPY Not Implemented ❌ Not done
ico-openledger ICO OpenLedger ICOO Not Implemented ❌ Not done
blazecoin BlazeCoin BLZ Not Implemented ❌ Not done
kubera-coin Kubera Coin KBR Dynamic ✅ Done
smartcoin SmartCoin SMC Not Implemented ❌ Not done
aerium Aerium AERM Not Implemented ❌ Not done
chesscoin ChessCoin CHESS Not Implemented ❌ Not done
wawllet WCOIN WIN Dynamic ✅ Done
octocoin OctoCoin 888 Dynamic ✅ Done
irishcoin IrishCoin IRL Not Implemented ❌ Not done
globalboost-y GlobalBoost-Y BSTY Not Implemented ❌ Not done
bitcoin-red Bitcoin Red BTCRED Dynamic ✅ Done
ultracoin UltraCoin UTC Not Implemented ❌ Not done
blakecoin Blakecoin BLC Not Implemented ❌ Not done
litecoin-plus Litecoin Plus LCP Not Implemented ❌ Not done
kushcoin KushCoin KUSH Dynamic ✅ Done
marscoin Marscoin MARS Not Implemented ❌ Not done
evil-coin Evil Coin EVIL Not Implemented ❌ Not done
senderon Senderon SDRN Dynamic ✅ Done
tigercoin Tigercoin TGC Not Implemented ❌ Not done
pakcoin Pakcoin PAK Dynamic ✅ Done
cannacoin CannaCoin CCN Dynamic ✅ Done
supercoin SuperCoin SUPER Dynamic ✅ Done
prototanium Prototanium PR Dynamic ✅ Done
manna Manna MANNA Dynamic ✅ Done
cartaxi CarTaxi Token CTX Not Implemented ❌ Not done
postcoin PostCoin POST Dynamic ✅ Done
gapcoin Gapcoin GAP Dynamic ✅ Done
daxxcoin DaxxCoin DAXX Not Implemented ❌ Not done
ultimate-secure-cash Ultimate Secure Cash USC Not Implemented ❌ Not done
droxne DROXNE DRXNE Not Implemented ❌ Not done
bitcurrency Bitcurrency BTCR Dynamic ✅ Done
accelerator-network Accelerator Network ACC Dynamic ✅ Done
crystal-clear Crystal Clear CCT Dynamic ✅ Done
atomic-coin Atomic Coin ATOM Not Implemented ❌ Not done
goldblocks GoldBlocks GB Not Implemented ❌ Not done
ratecoin Ratecoin XRA Not Implemented ❌ Not done
litebar LiteBar LTB Not Implemented ❌ Not done
mineum Mineum MNM Not Implemented ❌ Not done
crowdcoin CrowdCoin CRC Not Implemented ❌ Not done
impact Impact IMX Dynamic ✅ Done
philosopher-stones Philosopher Stones PHS Not Implemented ❌ Not done
cryptoinsight CryptoInsight TKR Dynamic ✅ Done
globalcoin GlobalCoin GLC Dynamic ✅ Done
zozocoin ZoZoCoin ZZC Not Implemented ❌ Not done
tokyo TOKYO TOKC Not Implemented ❌ Not done
parallelcoin ParallelCoin DUO Not Implemented ❌ Not done
kurrent Kurrent KURT Not Implemented ❌ Not done
ethereum-gold Ethereum Gold ETG Dynamic ✅ Done
wavesgo WavesGo WGO Not Implemented ❌ Not done
crypto Crypto CTO Not Implemented ❌ Not done
mojocoin MojoCoin MOJO Not Implemented ❌ Not done
octanox Octanox OTX Not Implemented ❌ Not done
spacecoin SpaceCoin SPACE Not Implemented ❌ Not done
minex Minex MINEX Dynamic ✅ Done
8bit 8Bit 8BIT Dynamic ✅ Done
berncash BERNcash BERN Not Implemented ❌ Not done
ethbet EthBet EBET Dynamic ✅ Done
golfcoin Golfcoin GOLF Not Implemented ❌ Not done
securecoin SecureCoin SRC Dynamic ✅ Done
erc20 ERC20 ERC20 Dynamic ✅ Done
digicube DigiCube CUBE Not Implemented ❌ Not done
helleniccoin Helleniccoin HNC Not Implemented ❌ Not done
joincoin Joincoin J Dynamic ✅ Done
sterlingcoin Sterlingcoin SLG Dynamic ✅ Done
revolvercoin RevolverCoin XRE Not Implemented ❌ Not done
nevacoin NevaCoin NEVA Dynamic ✅ Done
advanced-internet-blocks Advanced Internet Blocks AIB Not Implemented ❌ Not done
300-token 300 Token 300 Dynamic ✅ Done
biteur bitEUR BITEUR Not Implemented ❌ Not done
titcoin Titcoin TIT Not Implemented ❌ Not done
safe-trade-coin Safe Trade Coin XSTC Not Implemented ❌ Not done
freicoin Freicoin FRC Not Implemented ❌ Not done
rubies Rubies RBIES Not Implemented ❌ Not done
datacoin Datacoin DTC Dynamic ✅ Done
leacoin LeaCoin LEA Not Implemented ❌ Not done
ammo-rewards Ammo Reloaded AMMO Not Implemented ❌ Not done
darsek Darsek KED Not Implemented ❌ Not done
emerald-crypto Emerald Crypto EMD Dynamic ✅ Done
bit20 Bit20 BTWTY Not Implemented ❌ Not done
influxcoin Influxcoin INFX Not Implemented ❌ Not done
coin2.1 Coin2.1 C2 Not Implemented ❌ Not done
granite Granite GRN Not Implemented ❌ Not done
sativacoin Sativacoin STV Dynamic ✅ Done
amsterdamcoin AmsterdamCoin AMS Not Implemented ❌ Not done
coinonatx CoinonatX XCXT Not Implemented ❌ Not done
bolivarcoin Bolivarcoin BOLI Dynamic ✅ Done
steneum-coin Steneum Coin STN Not Implemented ❌ Not done
bitcoinfast Bitcoin Fast BCF Not Implemented ❌ Not done
pascal-lite Pascal Lite PASL Not Implemented ❌ Not done
virtacoin Virtacoin VTA Not Implemented ❌ Not done
chancoin ChanCoin CHAN Not Implemented ❌ Not done
boostcoin BoostCoin BOST Not Implemented ❌ Not done
garlicoin Garlicoin GRLC Not Implemented ❌ Not done
ccore Ccore CCO Dynamic ✅ Done
fujinto Fujinto NTO Dynamic ✅ Done
islacoin IslaCoin ISL Not Implemented ❌ Not done
octoin-coin Octoin Coin OCC Not Implemented ❌ Not done
c-bit C-Bit XCT Not Implemented ❌ Not done
swing Swing SWING Dynamic ✅ Done
coin(o) Coin(O) CNO Not Implemented ❌ Not done
quazarcoin QuazarCoin QCN Not Implemented ❌ Not done
starcash-network StarCash Network STARS Not Implemented ❌ Not done
icoin iCoin ICN Dynamic ✅ Done
escroco Escroco ESC Not Implemented ❌ Not done
harvest-masternode-coin Harvest Masternode Coin HC Not Implemented ❌ Not done
parkbyte ParkByte PKB Not Implemented ❌ Not done
ronpaulcoin RonPaulCoin RPC Not Implemented ❌ Not done
prime-xi Prime-XI PXI Dynamic ✅ Done
bumbacoin BumbaCoin BUMBA Not Implemented ❌ Not done
catcoin Catcoin CAT Not Implemented ❌ Not done
nekonium Nekonium NUKO Not Implemented ❌ Not done
mustangcoin MustangCoin MST Dynamic ✅ Done
digitaldevelopersfund DigitalDevelopersFund DDF Not Implemented ❌ Not done
zurcoin Zurcoin ZUR Not Implemented ❌ Not done
quatloo Quatloo QTL Not Implemented ❌ Not done
signatum Signatum SIGT Not Implemented ❌ Not done
eaglecoin EagleCoin EAGLE Dynamic ✅ Done
grimcoin Grimcoin GRIM Not Implemented ❌ Not done
secretcoin SecretCoin SCRT Not Implemented ❌ Not done
tokugawa Tokugawa TOK Not Implemented ❌ Not done
mincoin Mincoin MNC Not Implemented ❌ Not done
sixeleven SixEleven 611 Not Implemented ❌ Not done
x-coin X-Coin XCO Not Implemented ❌ Not done
redcoin RedCoin RED Not Implemented ❌ Not done
quebecoin Quebecoin QBC Not Implemented ❌ Not done
desire Desire DSR Not Implemented ❌ Not done
phantomx Phantomx PNX Not Implemented ❌ Not done
eryllium Eryllium ERY Dynamic ✅ Done
globaltoken GlobalToken GLT Not Implemented ❌ Not done
yenten YENTEN YTN Not Implemented ❌ Not done
guess Peerguess GUESS Dynamic ✅ Done
acoin Acoin ACOIN Not Implemented ❌ Not done
tajcoin TajCoin TAJ Dynamic ✅ Done
network-token Network Token NTWK Dynamic ✅ Done
eternity Eternity ENT Dynamic ✅ Done
doubloon BOAT BOAT Not Implemented ❌ Not done
theresa-may-coin Theresa May Coin MAY Not Implemented ❌ Not done
jin-coin Jin Coin JIN Not Implemented ❌ Not done
ecocoin EcoCoin ECO Not Implemented ❌ Not done
beatcoin Beatcoin XBTS Not Implemented ❌ Not done
ethereum-dark Ethereum Dark ETHD Dynamic ✅ Done
bitcoin-21 Bitcoin 21 XBTC21 Not Implemented ❌ Not done
polcoin Polcoin PLC Not Implemented ❌ Not done
high-voltage High Voltage HVCO Not Implemented ❌ Not done
macron MACRON MCRN Not Implemented ❌ Not done
dalecoin Dalecoin DALC Dynamic ✅ Done
global-tour-coin Global Tour Coin GTC Not Implemented ❌ Not done
speedcash SpeedCash SCS Not Implemented ❌ Not done
soilcoin SOILcoin SOIL Not Implemented ❌ Not done
eurocoin Eurocoin EUC Not Implemented ❌ Not done
debitcoin Debitcoin DBTC Not Implemented ❌ Not done
allion Allion ALL Not Implemented ❌ Not done
homeblockcoin HomeBlockCoin HBC Not Implemented ❌ Not done
digital-rupees Digital Rupees DRS Not Implemented ❌ Not done
bitcoin-planet Bitcoin Planet BTPL Not Implemented ❌ Not done
exchange-n ExchangeN EXN Not Implemented ❌ Not done
paycon PayCon CON Not Implemented ❌ Not done
sooncoin SoonCoin SOON Not Implemented ❌ Not done
solarflarecoin Solarflarecoin SFC Not Implemented ❌ Not done
dollarcoin Dollarcoin DLC Not Implemented ❌ Not done
goldpieces GoldPieces GP Not Implemented ❌ Not done
vaperscoin VapersCoin VPRC Not Implemented ❌ Not done
useless-ethereum-token Useless Ethereum Token UET Dynamic ✅ Done
bankcoin Bankcoin [email protected] Not Implemented ❌ Not done
abjcoin Abjcoin ABJ Not Implemented ❌ Not done
bitquark BitQuark BTQ Not Implemented ❌ Not done
allsafe AllSafe ASAFE2 Not Implemented ❌ Not done
neuro Neuro NRO Dynamic ✅ Done
funcoin FUNCoin FUNC Not Implemented ❌ Not done
benjirolls BenjiRolls BENJI Not Implemented ❌ Not done
money Money $ Not Implemented ❌ Not done
fuzzballs FuzzBalls FUZZ Not Implemented ❌ Not done
cachecoin CacheCoin CACH Dynamic ✅ Done
bitasean BitAsean BAS Dynamic ✅ Done
californium Californium CF Not Implemented ❌ Not done
geysercoin GeyserCoin GSR Not Implemented ❌ Not done
ponzicoin PonziCoin PONZI Not Implemented ❌ Not done
marijuanacoin Marijuanacoin MAR Not Implemented ❌ Not done
bipcoin BipCoin BIP Not Implemented ❌ Not done
honey Honey HONEY Not Implemented ❌ Not done
songcoin SongCoin SONG Not Implemented ❌ Not done
elysium Elysium ELS Not Implemented ❌ Not done
comet Comet CMT Not Implemented ❌ Not done
postoken PoSToken POS Dynamic ✅ Done
master-swiscoin Master Swiscoin MSCN Not Implemented ❌ Not done
compucoin CompuCoin CPN Not Implemented ❌ Not done
gold-pressed-latinum Gold Pressed Latinum GPL Not Implemented ❌ Not done
bitcoal BitCoal COAL Not Implemented ❌ Not done
icobid ICOBID ICOB Not Implemented ❌ Not done
visio Visio VISIO Dynamic ✅ Done
trident-group Trident Group TRDT Dynamic ✅ Done
jobscoin JobsCoin JOBS Not Implemented ❌ Not done
litebitcoin LiteBitcoin LBTC Not Implemented ❌ Not done
guccionecoin GuccioneCoin GCC Not Implemented ❌ Not done
pioneer-coin Pioneer Coin PCOIN Not Implemented ❌ Not done
zetamicron ZetaMicron ZMC Not Implemented ❌ Not done
flaxscript Flaxscript FLAX Dynamic ✅ Done
virta-unique-coin Virta Unique Coin VUC Not Implemented ❌ Not done
healthywormcoin HealthyWormCoin WORM Dynamic ✅ Done
javascript-token JavaScript Token JS Dynamic ✅ Done
bolenum Bolenum BLN Dynamic ✅ Done
coinonat Coinonat CXT Not Implemented ❌ Not done
roofs Roofs ROOFS Not Implemented ❌ Not done
brother BROTHER BRAT Not Implemented ❌ Not done
bnrtxcoin BnrtxCoin BNX Not Implemented ❌ Not done
veltor Veltor VLT Not Implemented ❌ Not done
shadow-token Shadow Token SHDW Not Implemented ❌ Not done
asiadigicoin Asiadigicoin ADCN Not Implemented ❌ Not done
luna-coin Luna Coin LUNA Not Implemented ❌ Not done
geertcoin GeertCoin GEERT Not Implemented ❌ Not done
kronecoin Kronecoin KRONE Not Implemented ❌ Not done
dreamcoin Dreamcoin DRM Not Implemented ❌ Not done
cabbage Cabbage CAB Not Implemented ❌ Not done
iconic Iconic ICON Not Implemented ❌ Not done
slevin Slevin SLEVIN Not Implemented ❌ Not done
independent-money-system Independent Money System IMS Not Implemented ❌ Not done
playercoin PlayerCoin PLACO Not Implemented ❌ Not done
litecred Litecred LTCR Not Implemented ❌ Not done
kingn-coin KingN Coin KNC Not Implemented ❌ Not done
creatio Creatio XCRE Not Implemented ❌ Not done
arbit ARbit ARB Not Implemented ❌ Not done
vector VectorAI VEC2 Not Implemented ❌ Not done
litecoin-ultra LiteCoin Ultra LTCU Not Implemented ❌ Not done
milocoin MiloCoin MILO Not Implemented ❌ Not done
piecoin PIECoin PIE Not Implemented ❌ Not done
letitride LetItRide LIR Dynamic ✅ Done
zayedcoin Zayedcoin ZYD Not Implemented ❌ Not done
interzone Interzone ITZ Not Implemented ❌ Not done
glasscoin GlassCoin GLS Not Implemented ❌ Not done
credence-coin Credence Coin CRDNC Not Implemented ❌ Not done
cannation Cannation CNNC Not Implemented ❌ Not done
posex PosEx PEX Not Implemented ❌ Not done
plncoin PLNcoin PLNC Not Implemented ❌ Not done
coupecoin Coupecoin COUPE Not Implemented ❌ Not done
anarchistsprime AnarchistsPrime ACP Not Implemented ❌ Not done
prcoin PRCoin PRC Not Implemented ❌ Not done
save-and-gain Save and Gain SANDG Not Implemented ❌ Not done
bitvolt Bitvolt VOLT Not Implemented ❌ Not done
womencoin WomenCoin WOMEN Not Implemented ❌ Not done
argus Argus ARGUS Not Implemented ❌ Not done
wild-beast-block Wild Beast Block WBB Not Implemented ❌ Not done
dollar-online Dollar Online DOLLAR Not Implemented ❌ Not done
bowscoin BowsCoin BSC Not Implemented ❌ Not done
ibank iBank IBANK Not Implemented ❌ Not done
socialcoin SocialCoin SOCC Not Implemented ❌ Not done
rawcoin Rawcoin XRC Not Implemented ❌ Not done
biobar BioBar BIOB Not Implemented ❌ Not done
coimatic-2.0 Coimatic 2.0 CTIC2 Not Implemented ❌ Not done
coimatic-3.0 Coimatic 3.0 CTIC3 Not Implemented ❌ Not done
artex-coin Artex Coin ATX Not Implemented ❌ Not done
crevacoin CrevaCoin CREVA Not Implemented ❌ Not done
concoin Concoin CONX Not Implemented ❌ Not done
vault-coin Vault Coin VLTC Not Implemented ❌ Not done
project-x Project-X NANOX Not Implemented ❌ Not done
magnum Magnum MGM Not Implemented ❌ Not done
ulatech Ulatech ULA Not Implemented ❌ Not done
harmonycoin HarmonyCoin HMC Not Implemented ❌ Not done
levoplus LevoPlus LVPS Not Implemented ❌ Not done
tristar-coin Tristar Coin TSTR Not Implemented ❌ Not done
poly-ai POLY AI AI Dynamic ✅ Done
futurxe FuturXe FXE Not Implemented ❌ Not done
blockmesh BlockMesh BMH Dynamic ✅ Done
investdigital InvestDigital IDT Not Implemented ❌ Not done
superior-coin Superior Coin SUP Not Implemented ❌ Not done
oceanchain OceanChain OC Not Implemented ❌ Not done
ofcoin OFCOIN OF Not Implemented ❌ Not done
bittwatt Bittwatt BWT Not Implemented ❌ Not done
xmax XMax XMX Dynamic ✅ Done
cashbet-coin CashBet Coin CBC Dynamic ✅ Done
maggie Maggie MAG Dynamic ✅ Done
global-social-chain Global Social Chain GSC Not Implemented ❌ Not done
influence-chain Influence Chain INC Not Implemented ❌ Not done
ipchain IPChain IPC Dynamic ✅ Done
traxia TRAXIA TMT Dynamic ✅ Done
stockchain StockChain SCC Dynamic ✅ Done
filecoin-futures Filecoin [Futures] FIL Not Implemented ❌ Not done
pchain PCHAIN PAI Dynamic ✅ Done
open-platform Open Platform OPEN Dynamic ✅ Done
levocoin Levocoin LEVO Not Implemented ❌ Not done
engine Engine EGCC Not Implemented ❌ Not done
santa-coin StarChain STC Not Implemented ❌ Not done
intelligent-investment-chain Intelligent Investment Chain IIC Not Implemented ❌ Not done
first-bitcoin-capital First Bitcoin Capital BITCF Not Implemented ❌ Not done
quotient Quotient XQN Dynamic ✅ Done
tellurion Tellurion TELL Not Implemented ❌ Not done
numuscash NumusCash NUMUS Not Implemented ❌ Not done
btcmoon BTCMoon BTCM Dynamic ✅ Done
bigone-token BigONE Token BIG Not Implemented ❌ Not done
t-coin T-coin TCOIN Not Implemented ❌ Not done
universalroyalcoin UniversalRoyalCoin UNRC Not Implemented ❌ Not done
sjwcoin SJWCoin SJW Not Implemented ❌ Not done
pundi-x-new Pundi X NPXS Not Implemented ❌ Not done
budbo Budbo BUBO Not Implemented ❌ Not done
axiom Axiom AXIOM Not Implemented ❌ Not done
richcoin RichCoin RICHX Not Implemented ❌ Not done
omicron Omicron OMC Not Implemented ❌ Not done
coffeecoin CoffeeCoin CFC Not Implemented ❌ Not done
antimatter Antimatter ANTX Not Implemented ❌ Not done
ur UR UR Not Implemented ❌ Not done
magnetcoin Magnetcoin MAGN Not Implemented ❌ Not done
slothcoin Slothcoin SLOTH Not Implemented ❌ Not done
protean Protean PRN Not Implemented ❌ Not done
akuya-coin Akuya Coin AKY Not Implemented ❌ Not done
consensus Consensus SEN Dynamic ✅ Done
stex-stex STEX STEX Not Implemented ❌ Not done
zsecoin ZSEcoin ZSE Not Implemented ❌ Not done
sakuracoin Sakuracoin SKR Not Implemented ❌ Not done
w3coin W3Coin W3C Not Implemented ❌ Not done
etherecash Etherecash ECH Not Implemented ❌ Not done
embercoin EmberCoin EMB Not Implemented ❌ Not done
zengold ZenGold ZENGOLD Not Implemented ❌ Not done
dragon-coins Dragon Coins DRG Dynamic ✅ Done
shacoin SHACoin SHA Dynamic ✅ Done
blockcdn BlockCDN BCDN Dynamic ✅ Done
kcash Kcash KCASH Not Implemented ❌ Not done
cropcoin Cropcoin CROP Not Implemented ❌ Not done
bt2-cst BT2 [CST] BT2 Not Implemented ❌ Not done
pixie-coin Pixie Coin PXC Dynamic ✅ Done
president-johnson President Johnson GARY Not Implemented ❌ Not done
contractnet ContractNet CNET Not Implemented ❌ Not done
decentralized-machine-learning Decentralized Machine Learning DML Dynamic ✅ Done
rupee Rupee RUP Not Implemented ❌ Not done
freyrchain Freyrchain FREC Not Implemented ❌ Not done
gochain GoChain GO Not Implemented ❌ Not done
bezant Bezant BZNT Dynamic ✅ Done
noah-coin Noah Coin NOAH Dynamic ✅ Done
nexty Nexty NTY Not Implemented ❌ Not done
comsa-xem COMSA [XEM] CMS Not Implemented ❌ Not done
rublix Rublix RBLX Dynamic ✅ Done
sentinel-protocol Sentinel Protocol UPP Not Implemented ❌ Not done
skrumble-network Skrumble Network SKM Dynamic ✅ Done
couchain Couchain COU Dynamic ✅ Done
bitcoin-god Bitcoin God GOD Not Implemented ❌ Not done
segwit2x-futures SegWit2x B2X Not Implemented ❌ Not done
iquant iQuant IQT Dynamic ✅ Done
super-game-chain Super Game Chain SGCC Not Implemented ❌ Not done
cybereits Cybereits CRE Dynamic ✅ Done
halalchain HalalChain HLC Not Implemented ❌ Not done
salpay SalPay SAL Dynamic ✅ Done
tripio Tripio TRIO Not Implemented ❌ Not done
merculet Merculet MVP Not Implemented ❌ Not done
libra-credit Libra Credit LBA Dynamic ✅ Done
valuechain ValueChain VLC Not Implemented ❌ Not done
insurchain InsurChain INSUR Dynamic ✅ Done
educoin EduCoin EDU Not Implemented ❌ Not done
jingtum-tech Jingtum Tech SWTC Not Implemented ❌ Not done
spindle SPINDLE SPD Dynamic ✅ Done
vcash Vcash XVC Not Implemented ❌ Not done
shopin Shopin SHOP Not Implemented ❌ Not done
sphre-air Sphre AIR XID Dynamic ✅ Done
medx MediBloc [ERC20] MEDX Not Implemented ❌ Not done
snipcoin SnipCoin SNIP Not Implemented ❌ Not done
b2bcoin B2Bcoin BBC Dynamic ✅ Done
indicoin Indicoin INDI Dynamic ✅ Done
ether-zero Ether Zero ETZ Not Implemented ❌ Not done
weth WETH WETH Not Implemented ❌ Not done
vipstar-coin Vipstar Coin VIPS Not Implemented ❌ Not done
comsa-eth COMSA [ETH] CMS Dynamic ✅ Done
swisscoin Swisscoin SIC Not Implemented ❌ Not done
royalties Royalties XRY Not Implemented ❌ Not done
entcash ENTCash ENT Not Implemented ❌ Not done
fargocoin Fargocoin FRGC Not Implemented ❌ Not done
hyper-pay Hyper Pay HPY Not Implemented ❌ Not done
hero Hero HERO Dynamic ✅ Done
gold-reward-token GOLD Reward Token GRX Dynamic ✅ Done
topcoin TopCoin TOP Not Implemented ❌ Not done
rabbitcoin RabbitCoin RBBT Not Implemented ❌ Not done
huncoin Huncoin HNC Not Implemented ❌ Not done
pressone PressOne PRS Dynamic ✅ Done
high-gain High Gain HIGH Dynamic ✅ Done
aidos-kuneen Aidos Kuneen ADK Not Implemented ❌ Not done
etherdelta-token EtherDelta Token EDT Dynamic ✅ Done
bastonet Bastonet BSN Not Implemented ❌ Not done
lightning-bitcoin Lightning Bitcoin LBTC Dynamic ✅ Done
futurocoin FuturoCoin FTO Not Implemented ❌ Not done
francs Francs FRN Not Implemented ❌ Not done
curriculum-vitae Curriculum Vitae CVH Dynamic ✅ Done
topchain TopChain TOPC Dynamic ✅ Done
rcoin Rcoin RCN Not Implemented ❌ Not done
bankera Bankera BNK Dynamic ✅ Done
regacoin-rega Regacoin REGA Not Implemented ❌ Not done
penta Penta PNT Dynamic ✅ Done
smoke Smoke SMOKE Not Implemented ❌ Not done
cazcoin Cazcoin CAZ Not Implemented ❌ Not done
fapcoin FAPcoin FAP Dynamic ✅ Done
corion CORION COR Not Implemented ❌ Not done
wincoin WINCOIN WC Dynamic ✅ Done
exchange-union Exchange Union XUC Dynamic ✅ Done
animecoin Animecoin ANI Not Implemented ❌ Not done
tezos-(pre-launch) Tezos (Pre-Launch) XTZ Not Implemented ❌ Not done
aston Aston ATX Dynamic ✅ Done
monero-original Monero Original XMO Not Implemented ❌ Not done
cubits Cubits QBT Not Implemented ❌ Not done
electronic-pk-chain Electronic PK Chain EPC Not Implemented ❌ Not done
fairgame FairGame FAIR Not Implemented ❌ Not done
alphabit Alphabit ABC Not Implemented ❌ Not done
dascoin Dascoin DASC Not Implemented ❌ Not done
molecular-future Molecular Future MOF Dynamic ✅ Done
chatcoin ChatCoin CHAT Not Implemented ❌ Not done
teslacoilcoin TeslaCoilCoin TESLA Not Implemented ❌ Not done
super-bitcoin Super Bitcoin SBTC Not Implemented ❌ Not done
storjcoin-x Storjcoin X SJCX Not Implemented ❌ Not done
bank-coin Bank Coin BANK Not Implemented ❌ Not done
acute-angle-cloud Acute Angle Cloud AAC Not Implemented ❌ Not done
united-bitcoin United Bitcoin UBTC Not Implemented ❌ Not done
xyo-network XYO Network XYO Dynamic ✅ Done
zip ZIP ZIP Dynamic ✅ Done
lendroid-support-token Lendroid Support Token LST Dynamic ✅ Done
level-up-coin Level Up Coin LUC Not Implemented ❌ Not done
first-bitcoin First Bitcoin BIT Not Implemented ❌ Not done
era ERA ERA Not Implemented ❌ Not done
powercoin Powercoin PWR Not Implemented ❌ Not done
msd MSD MSD Not Implemented ❌ Not done
acchain ACChain ACC Not Implemented ❌ Not done
animation-vision-cash Animation Vision Cash AVH Dynamic ✅ Done
encryptotel-eth EncryptoTel [ETH] ETT Dynamic ✅ Done
content-neutrality-network Content Neutrality Network CNN Dynamic ✅ Done
qube Qube QUBE Not Implemented ❌ Not done
paymon Paymon PMNT Dynamic ✅ Done
mytoken MyToken MT Dynamic ✅ Done
president-trump President Trump PRES Not Implemented ❌ Not done
arbitracoin Arbitracoin ATC Not Implemented ❌ Not done
trustnote TrustNote TTT Not Implemented ❌ Not done
cyder Cyder CYDER Not Implemented ❌ Not done
sisa SISA SISA Dynamic ✅ Done
plex-coin PlexCoin PLX Not Implemented ❌ Not done
supernet-unity SuperNET UNITY Not Implemented ❌ Not done
realchain RealChain RCT Dynamic ✅ Done
bitcoinx-futures BitcoinX BCX Not Implemented ❌ Not done
belacoin Bela BELA Dynamic ✅ Done
betacoin BetaCoin BET Not Implemented ❌ Not done
wi-coin Wi Coin WIC Dynamic ✅ Done
rhenium Rhenium XRH Not Implemented ❌ Not done
digix-gold-token Digix Gold Token DGX Dynamic ✅ Done
avoncoin Avoncoin ACN Not Implemented ❌ Not done
ea-coin EA Coin EAG Not Implemented ❌ Not done
aseancoin Aseancoin ASN Not Implemented ❌ Not done
sparks Sparks SPK Not Implemented ❌ Not done
aces Aces ACES Not Implemented ❌ Not done
prismchain PrismChain PRM Not Implemented ❌ Not done
edrcoin EDRCoin EDRC Not Implemented ❌ Not done
clubcoin ClubCoin CLUB Dynamic ✅ Done
ejoy EJOY EJOY Dynamic ✅ Done
ugain UGAIN GAIN Not Implemented ❌ Not done
goldmaxcoin GoldMaxCoin GMX Not Implemented ❌ Not done
grandcoin GrandCoin GDC Not Implemented ❌ Not done
neo-gold NEO GOLD NEOG Dynamic ✅ Done
dutch-coin Dutch Coin DUTCH Not Implemented ❌ Not done
gamechain-system GameChain System GCS Not Implemented ❌ Not done
wink Wink WINK Not Implemented ❌ Not done
candy Candy CANDY Not Implemented ❌ Not done
bitok Bitok BITOK Not Implemented ❌ Not done
turbocoin TurboCoin TURBO Not Implemented ❌ Not done
united-traders-token United Traders Token UTT Not Implemented ❌ Not done
donationcoin Donationcoin DON Not Implemented ❌ Not done
halloween-coin Halloween Coin HALLO Not Implemented ❌ Not done
dynamiccoin DynamicCoin DMC Not Implemented ❌ Not done
xtd-coin XTD Coin XTD Not Implemented ❌ Not done
tattoocoin-(limited-edition) Tattoocoin (Limited Edition) TLE Not Implemented ❌ Not done
cheapcoin Cheapcoin CHEAP Not Implemented ❌ Not done
utrum Utrum OOT Not Implemented ❌ Not done
avatarcoin AvatarCoin AV Not Implemented ❌ Not done
proud-money PROUD Money PROUD Not Implemented ❌ Not done
pabyosi-coin-(special) Pabyosi Coin (Special) PCS Not Implemented ❌ Not done
landcoin LandCoin LDCN Not Implemented ❌ Not done
blazercoin BlazerCoin BLAZR Not Implemented ❌ Not done
hodl-bucks HODL Bucks HDLB Dynamic ✅ Done
shellcoin ShellCoin SHELL Not Implemented ❌ Not done
hyper Hyper HYPER Not Implemented ❌ Not done
bubble Bubble BUB Not Implemented ❌ Not done
cryptcoin CryptCoin CRYPT Dynamic ✅ Done
show Show SHOW Not Implemented ❌ Not done
ivy Ivy IVY Dynamic ✅ Done
starcoin StarCoin KST Not Implemented ❌ Not done
terranova TerraNova TER Not Implemented ❌ Not done
atmcoin ATMCoin ATMC Not Implemented ❌ Not done
cloud Cloud CLD Dynamic ✅ Done
ethereum-lite Ethereum Lite ELITE Dynamic ✅ Done
dignity Dignity DIG Dynamic ✅ Done
key KEY KEY Dynamic ✅ Done
seele Seele SEELE Dynamic ✅ Done
read Read READ Dynamic ✅ Done
monero-classic Monero Classic XMC Not Implemented ❌ Not done
ck-usd CK USD CKUSD Not Implemented ❌ Not done
loopring-neo Loopring [NEO] LRN Not Implemented ❌ Not done
content-and-ad-network Content and AD Network CAN Not Implemented ❌ Not done
unlimitedip UnlimitedIP UIP Dynamic ✅ Done
namocoin NamoCoin NAMO Not Implemented ❌ Not done
mirq MIRQ MRQ Not Implemented ❌ Not done
bitbase Bitbase BTBc Not Implemented ❌ Not done
repo REPO REPO Not Implemented ❌ Not done
sharkcoin Sharkcoin SAK Not Implemented ❌ Not done
cryptopiafeeshares CryptopiaFeeShares CEFS Not Implemented ❌ Not done
runners Runners RUNNERS Not Implemented ❌ Not done
sigmacoin SIGMAcoin SIGMA Not Implemented ❌ Not done
klondikecoin KlondikeCoin KDC Not Implemented ❌ Not done
eggcoin EggCoin EGG Not Implemented ❌ Not done
internet-of-things Internet of Things XOT Not Implemented ❌ Not done
bitserial BitSerial BTE Dynamic ✅ Done
bitsoar BitSoar BSR Not Implemented ❌ Not done
infinitecoin Infinitecoin IFC Dynamic ✅ Done
golos-gold Golos Gold GBG Not Implemented ❌ Not done
wa-space WA Space WA Not Implemented ❌ Not done
birds Birds BIRDS Not Implemented ❌ Not done
coinmeet CoinMeet MEET Dynamic ✅ Done
marxcoin MarxCoin MARX Not Implemented ❌ Not done
0chain 0chain ZCN Not Implemented ❌ Not done
0xbtc 0xBitcoin 0xBTC Not Implemented ❌ Not done
0xcert 0xcert ZXC Not Implemented ❌ Not done
1337coin Elite 1337 Not Implemented ❌ Not done
4new 4NEW KWATT Not Implemented ❌ Not done
ab-chain-rtb AB-Chain RTB RTB Not Implemented ❌ Not done
abcc-token ABCC Token AT Not Implemented ❌ Not done
able ABLE ABLX Not Implemented ❌ Not done
abncoin N/A N/A N/A ❌ Not done
absolute Absolute ABS Not Implemented ❌ Not done
abulaba Abulaba AAA Not Implemented ❌ Not done
aced AceD ACED Not Implemented ❌ Not done
acre ACRE ACRE Not Implemented ❌ Not done
actinium Actinium ACM Not Implemented ❌ Not done
adelphoi Adelphoi ADL Not Implemented ❌ Not done
adenz Adenz DNZ Not Implemented ❌ Not done
adultchain AdultChain XXX Not Implemented ❌ Not done
aegeus Aegeus AEG Not Implemented ❌ Not done
agrolifecoin AgrolifeCoin AGLC Not Implemented ❌ Not done
agrolot Agrolot AGLT Not Implemented ❌ Not done
aidoc AI Doctor AIDOC Not Implemented ❌ Not done
ailink-token AiLink Token ALI Not Implemented ❌ Not done
airbloc Airbloc ABL Not Implemented ❌ Not done
airwire AirWire WIRE Not Implemented ❌ Not done
akroma Akroma AKA Not Implemented ❌ Not done
alax ALAX ALX Not Implemented ❌ Not done
alchemint-standards Alchemint Standards SDS Not Implemented ❌ Not done
alibabacoin Alibabacoin ABBC Not Implemented ❌ Not done
allcoin ALLCOIN ALC Not Implemented ❌ Not done
alpacoin N/A N/A N/A ❌ Not done
alpha-coin Alpha Coin APC Not Implemented ❌ Not done
alphabitcoinfund Alphabit ABC Not Implemented ❌ Not done
alt-estate-token Alt.Estate token ALT Not Implemented ❌ Not done
altcommunity-coin SONO SONO Not Implemented ❌ Not done
alttex Alttex ALTX Not Implemented ❌ Not done
amber Ambrosus AMB Not Implemented ❌ Not done
ambercoin AmberCoin AMBER Not Implemented ❌ Not done
amlt AMLT AMLT Not Implemented ❌ Not done
ammo-reloaded Ammo Reloaded AMMO Not Implemented ❌ Not done
amo-coin AMO Coin AMO Not Implemented ❌ Not done
anon ANON ANON Not Implemented ❌ Not done
anryze ANRYZE RYZ Not Implemented ❌ Not done
antibitcoin N/A N/A N/A ❌ Not done
antilitecoin N/A N/A N/A ❌ Not done
apollo-currency Apollo Currency APL Not Implemented ❌ Not done
apollon Apollon XAP Not Implemented ❌ Not done
apot APOT APOT Not Implemented ❌ Not done
arbidex Arbidex ABX Not Implemented ❌ Not done
arbitrage ARBITRAGE ARB Not Implemented ❌ Not done
archetypal-network Archetypal Network ACTP Not Implemented ❌ Not done
arepacoin Arepacoin AREPA Not Implemented ❌ Not done
arion Arion ARION Not Implemented ❌ Not done
arionum Arionum ARO Not Implemented ❌ Not done
arlize ARLIZE ARLIZE Not Implemented ❌ Not done
artbyte ArtByte ABY Not Implemented ❌ Not done
asura-coin Asura Coin ASA Not Implemented ❌ Not done
atc-coin ATC Coin ATCC Not Implemented ❌ Not done
atheios Atheios ATH Not Implemented ❌ Not done
atidium Atidium ATD Not Implemented ❌ Not done
atlantis-blue-digital-token Atlantis Blue Digital Token ABDT Not Implemented ❌ Not done
atonomi Atonomi ATMI Not Implemented ❌ Not done
attention-token-of-media ATMChain ATM Not Implemented ❌ Not done
aurora Aurora AOA Not Implemented ❌ Not done
auxilium Auxilium AUX Not Implemented ❌ Not done
avinoc AVINOC AVINOC Not Implemented ❌ Not done
aware AWARE AWR Not Implemented ❌ Not done
azart Azart AZART Not Implemented ❌ Not done
b2bx B2BX B2B Not Implemented ❌ Not done
baasid BaaSid BAAS Not Implemented ❌ Not done
basic-attention-token Basic Attention Token BAT Dynamic ✅ Done
bbscoin BBSCoin BBS Not Implemented ❌ Not done
bean-cash Bean Cash BITB Not Implemented ❌ Not done
beekan BeeKan BKBT Not Implemented ❌ Not done
beetle-coin Beetle Coin BEET Not Implemented ❌ Not done
benz Benz BENZ Not Implemented ❌ Not done
bestchain BestChain BEST Not Implemented ❌ Not done
bethereum Bethereum BETHER Not Implemented ❌ Not done
bettex-coin Bettex Coin BTXC Not Implemented ❌ Not done
bffdoom BFFDoom BFF Not Implemented ❌ Not done
bgogo-token Bgogo Token BGG Not Implemented ❌ Not done
bhpcash BHPCash BHPC Not Implemented ❌ Not done
billarycoin N/A N/A N/A ❌ Not done
bingocoin BingoCoin BOC Not Implemented ❌ Not done
bionic Bionic BNC0 Not Implemented ❌ Not done
bios-crypto BiosCrypto BIOS Not Implemented ❌ Not done
birake Birake BIR Not Implemented ❌ Not done
bit-tube BitTube TUBE Not Implemented ❌ Not done
bit-z-token Bit-Z Token BZ Not Implemented ❌ Not done
bitalphacoin N/A N/A N/A ❌ Not done
bitblocks Bitblocks BBK Not Implemented ❌ Not done
bitboost N/A N/A N/A ❌ Not done
bitcapitalvendor BitCapitalVendor BCV Not Implemented ❌ Not done
bitcedi N/A N/A N/A ❌ Not done
bitcoen BitCoen BEN Not Implemented ❌ Not done
bitcoin-adult Bitcoin Adult BTAD Not Implemented ❌ Not done
bitcoin-atom Bitcoin Atom BCA Not Implemented ❌ Not done
bitcoin-cash-abc Bitcoin Cash ABC [IOU] BCHABC Not Implemented ❌ Not done
bitcoin-cash-sv Bitcoin Cash SV [IOU] BCHSV Not Implemented ❌ Not done
bitcoin-file Bitcoin File BIFI Not Implemented ❌ Not done
bitcoin-incognito Bitcoin Incognito XBI Not Implemented ❌ Not done
bitcoin-one BitCoin One BTCONE Not Implemented ❌ Not done
bitcoin-scrypt Bitcoin Scrypt BTCS Not Implemented ❌ Not done
bitcoin-token Bitcoin Token BTK Not Implemented ❌ Not done
bitcoin-w-spectrum Bitcoin W Spectrum BWS Not Implemented ❌ Not done
bitcoin-x Bitcoin X BTX Not Implemented ❌ Not done
bitcoin-zero Bitcoin Zero BZX Not Implemented ❌ Not done
bitcoinote BitcoiNote BTCN Not Implemented ❌ Not done
bitcoinus Bitcoinus BITS Not Implemented ❌ Not done
bitcoinx BitcoinX BCX Not Implemented ❌ Not done
bitconnect BitConnect BCC Not Implemented ❌ Not done
bitether Bitether BTR Not Implemented ❌ Not done
bitf BitF BITF Not Implemented ❌ Not done
bitfid N/A N/A N/A ❌ Not done
bitibu-coin Bitibu Coin BTB Not Implemented ❌ Not done
bitkan BitKan KAN Not Implemented ❌ Not done
bitmart-token BitMart Token BMX Not Implemented ❌ Not done
bitmoney BitMoney BIT Not Implemented ❌ Not done
bitnation Bitnation XPAT Not Implemented ❌ Not done
bitnewchain BitNewChain BTN Not Implemented ❌ Not done
bitpark-coin Bitpark Coin BPC Dynamic ✅ Done
bitrewards BitRewards BIT Not Implemented ❌ Not done
bitscreener-token BitScreener Token BITX Not Implemented ❌ Not done
bitshares-music SounDAC XSD Not Implemented ❌ Not done
bitspace Bitspace BSX Not Implemented ❌ Not done
bittokens BitTokens BXT Not Implemented ❌ Not done
bitup-token BitUP Token BUT Not Implemented ❌ Not done
bitz Bitz BITZ Not Implemented ❌ Not done
blackmoon Blackmoon BMC Not Implemented ❌ Not done
blackstar N/A N/A N/A ❌ Not done
blakestar ERA ERA Not Implemented ❌ Not done
blast BLAST BLAST Not Implemented ❌ Not done
blitzcash Blitzcash BLITZ Dynamic ✅ Done
bloc-money BLOC.MONEY BLOC Not Implemented ❌ Not done
block-chain-com Block-Chain.com BC Not Implemented ❌ Not done
blockchain-quotations-index-token Blockchain Quotations Index Token BQT Not Implemented ❌ Not done
blockmason BlockMason Credit Protocol BCPT Not Implemented ❌ Not done
blocknode Blocknode BND Not Implemented ❌ Not done
blockpass Blockpass PASS Not Implemented ❌ Not done
blockpay BlockPay BLOCKPAY Not Implemented ❌ Not done
blocktrade-token Blocktrade Token BTT Not Implemented ❌ Not done
bloom Bloom BLT Dynamic ✅ Done
bloomtoken Bloom BLT Not Implemented ❌ Not done
blue-whale-token Blue Whale Token BWX Not Implemented ❌ Not done
bobs-repair Bob's Repair BOB Not Implemented ❌ Not done
bodhi-eth Bodhi [ETH] BOE Not Implemented ❌ Not done
box-token BOX Token BOX Not Implemented ❌ Not done
boxx-token-blockparty BOXX Token [Blockparty] BOXX Not Implemented ❌ Not done
braincoin N/A N/A N/A ❌ Not done
brat BROTHER BRAT Not Implemented ❌ Not done
breezecoin Breezecoin BRZC Not Implemented ❌ Not done
brickblock Brickblock BBK Not Implemented ❌ Not done
bridge-protocol Bridge Protocol TOLL Not Implemented ❌ Not done
brokernekonetwork BrokerNekoNetwork BNN Not Implemented ❌ Not done
buggyra-coin-zero Buggyra Coin Zero BCZERO Not Implemented ❌ Not done
bumo BUMO BU Not Implemented ❌ Not done
bunnytoken BunnyToken BUNNY Not Implemented ❌ Not done
bzlcoin BZLCOIN BZL Not Implemented ❌ Not done
c2c-system C2C System C2C Not Implemented ❌ Not done
caliphcoin CaliphCoin CALC Not Implemented ❌ Not done
capdaxtoken CapdaxToken XCD Not Implemented ❌ Not done
carat CARAT CARAT Not Implemented ❌ Not done
carblock CarBlock CAR Not Implemented ❌ Not done
carboneum-c8-token Carboneum [C8] Token C8 Not Implemented ❌ Not done
cardbuyers CARDbuyers BCARD Not Implemented ❌ Not done
cardstack Cardstack CARD Not Implemented ❌ Not done
carebit Carebit CARE Not Implemented ❌ Not done
carinet CariNet CIT Not Implemented ❌ Not done
carlive-chain Carlive Chain IOV Not Implemented ❌ Not done
cartaxi-token CarTaxi Token CTX Not Implemented ❌ Not done
cashbery-coin Cashbery Coin CBC Not Implemented ❌ Not done
cashcoin Cashcoin CASH Not Implemented ❌ Not done
cashme N/A N/A N/A ❌ Not done
castle Castle CSTL Not Implemented ❌ Not done
catocoin CatoCoin CATO Not Implemented ❌ Not done
ccminer N/A N/A N/A ❌ Not done
cedex-coin CEDEX Coin CEDEX Not Implemented ❌ Not done
celsius Celsius CEL Not Implemented ❌ Not done
centaure Centaure CEN Not Implemented ❌ Not done
centra Centra CTR Dynamic ✅ Done
cheesecoin Cheesecoin CHEESE Not Implemented ❌ Not done
chex CHEX CHEX Not Implemented ❌ Not done
chronos Chronos CRX Not Implemented ❌ Not done
citadel Citadel CTL Not Implemented ❌ Not done
civitas Civitas CIV Not Implemented ❌ Not done
cjs CJs CJS Not Implemented ❌ Not done
ckusd CK USD CKUSD Not Implemented ❌ Not done
clearcoin ClearCoin CLR Dynamic ✅ Done
clipper-coin Clipper Coin CCCX Not Implemented ❌ Not done
cmitcoin CMITCOIN CMIT Not Implemented ❌ Not done
cobrabytes Cobrabytes COBRA Not Implemented ❌ Not done
coexistcoin N/A N/A N/A ❌ Not done
coimatic-2 Coimatic 2.0 CTIC2 Not Implemented ❌ Not done
coimatic-3 Coimatic 3.0 CTIC3 Not Implemented ❌ Not done
coin-lion Coin Lion LION Not Implemented ❌ Not done
coin Coin(O) CNO Not Implemented ❌ Not done
coin2-1 Coin2.1 C2 Not Implemented ❌ Not done
coin2play Coin2Play C2P Not Implemented ❌ Not done
coinex-token CoinEx Token CET Not Implemented ❌ Not done
coinsuper-ecosystem-network Coinsuper Ecosystem Network CEN Not Implemented ❌ Not done
cointogo CoinToGo 2GO Not Implemented ❌ Not done
coinvest Coinvest COIN Not Implemented ❌ Not done
colossuscoin-v2 N/A N/A N/A ❌ Not done
colossusxt ColossusXT COLX Not Implemented ❌ Not done
commerce-data-connection Commerce Data Connection CDC Not Implemented ❌ Not done
commercium Commercium CMM Not Implemented ❌ Not done
communitygeneration CommunityGeneration CGEN Not Implemented ❌ Not done
compcoin N/A N/A N/A ❌ Not done
compound-coin Compound Coin COMP Not Implemented ❌ Not done
concierge-coin Concierge Coin CCC Not Implemented ❌ Not done
condominium Condominium CDM Not Implemented ❌ Not done
confido N/A N/A N/A ❌ Not done
coni Coni CONI Not Implemented ❌ Not done
cononchain CanonChain CZR Not Implemented ❌ Not done
consentium Consentium CSM Not Implemented ❌ Not done
contentbox ContentBox BOX Not Implemented ❌ Not done
copico Copico XCPO Not Implemented ❌ Not done
cosmo-coin Cosmo Coin COSM Not Implemented ❌ Not done
cottoncoin CottonCoin COTN Not Implemented ❌ Not done
cpollo Cpollo CPLO Not Implemented ❌ Not done
crea CREA CREA Not Implemented ❌ Not done
credit-tag-chain Credit Tag Chain CTC Not Implemented ❌ Not done
croat CROAT CROAT Not Implemented ❌ Not done
crowdholding Crowdholding YUP Not Implemented ❌ Not done
crtcoin N/A N/A N/A ❌ Not done
cruisebit Cruisebit CRBT Not Implemented ❌ Not done
cryptaldash CryptalDash CRD Not Implemented ❌ Not done
crypticcoin CrypticCoin CRYP Not Implemented ❌ Not done
crypto-harbor-exchange Crypto Harbor Exchange CHE Not Implemented ❌ Not done
crypto-improvement-fund Crypto Improvement Fund CIF Not Implemented ❌ Not done
crypto.com crypto.com MCO Dynamic ✅ Done
cryptoescudo N/A N/A N/A ❌ Not done
cryptoflow CryptoFlow CFL Not Implemented ❌ Not done
cryptoforecast N/A N/A N/A ❌ Not done
cryptosolartech Cryptosolartech CST Not Implemented ❌ Not done
cryptosoul CryptoSoul SOUL Not Implemented ❌ Not done
cryptoworldx-token CryptoWorldX Token CWXT Not Implemented ❌ Not done
cryptrust Cryptrust CTRT Not Implemented ❌ Not done
crystal-token Crystal Token CYL Not Implemented ❌ Not done
cthulhu-offerings Cthulhu Offerings OFF Not Implemented ❌ Not done
cyber-movie-chain Cyber Movie Chain CMCT Not Implemented ❌ Not done
cybercoin N/A N/A N/A ❌ Not done
cyberfm CyberFM CYFM Not Implemented ❌ Not done
cybermusic CyberMusic CYMT Not Implemented ❌ Not done
cyclean CYCLEAN CCL Not Implemented ❌ Not done
cycling-coin Cycling Coin CYC Not Implemented ❌ Not done
cypher N/A N/A N/A ❌ Not done
dacc DACC DACC Not Implemented ❌ Not done
dach-coin DACH Coin DACH Not Implemented ❌ Not done
dacsee DACSEE DACS Not Implemented ❌ Not done
dappster DAPPSTER DLISK Not Implemented ❌ Not done
daps-token DAPS Token DAPS Not Implemented ❌ Not done
darcio-ecosystem-coin Darico Ecosystem Coin DEC Not Implemented ❌ Not done
darextravel DarexTravel DART Not Implemented ❌ Not done
darklisk DarkLisk DISK Not Implemented ❌ Not done
darkpaycoin DarkPayCoin DKPC Not Implemented ❌ Not done
dashs Dashs DASHS Not Implemented ❌ Not done
data-exchange DaTa eXchange DTX Not Implemented ❌ Not done
dav-coin DAV Coin DAV Not Implemented ❌ Not done
davinci-coin Davinci Coin DAC Not Implemented ❌ Not done
davorcoin DavorCoin DAV Not Implemented ❌ Not done
dcorp DCORP DRP Dynamic ✅ Done
decent-bet DecentBet DBET Not Implemented ❌ Not done
decentralized-asset-trading-platform Decentralized Asset Trading Platform DATP Not Implemented ❌ Not done
deex DEEX DEEX Not Implemented ❌ Not done
delizia Delizia DELIZ Not Implemented ❌ Not done
delta-chain DeltaChain DELTA Not Implemented ❌ Not done
deltacredits DeltaCredits DCRE Not Implemented ❌ Not done
denarius-dnr Denarius DNR Not Implemented ❌ Not done
destiny Destiny DES Not Implemented ❌ Not done
dex DEX DEX Not Implemented ❌ Not done
dfscoin N/A N/A N/A ❌ Not done
dibcoin N/A N/A N/A ❌ Not done
dietbitcoin dietbitcoin DDX Not Implemented ❌ Not done
digifinextoken DigiFinexToken DFT Not Implemented ❌ Not done
digital-asset-exchange-token Digital Asset Exchange Token DAXT Not Implemented ❌ Not done
digital-asset-guarantee-token Digital Asset Guarantee Token DAGT Not Implemented ❌ Not done
digital-bullion-gold N/A N/A N/A ❌ Not done
digital-credits N/A N/A N/A ❌ Not done
digital-developers-fund DigitalDevelopersFund DDF Not Implemented ❌ Not done
digital-insurance-token Digital Insurance Token DIT Not Implemented ❌ Not done
digiwage Digiwage WAGE Not Implemented ❌ Not done
dinero Dinero DIN Not Implemented ❌ Not done
dipnet DIPNET DPN Not Implemented ❌ Not done
distributed-credit-chain Distributed Credit Chain DCC Not Implemented ❌ Not done
divi-exchange-token Divi Exchange Token DIVX Not Implemented ❌ Not done
dnotes N/A N/A N/A ✅ Done
doc-com-token doc.com Token MTC Not Implemented ❌ Not done
dorado Dorado DOR Not Implemented ❌ Not done
dowcoin DOWCOIN DOW Not Implemented ❌ Not done
dprating DPRating RATING Not Implemented ❌ Not done
dragon-token Dragon Token DT Not Implemented ❌ Not done
dragonglass Dragonglass DGS Not Implemented ❌ Not done
dubstep N/A N/A N/A ❌ Not done
dws DWS DWS Not Implemented ❌ Not done
dxchain-token DxChain Token DX Not Implemented ❌ Not done
dystem Dystem DTEM Not Implemented ❌ Not done
e-dinar-coin E-Dinar Coin EDR Not Implemented ❌ Not done
eaglex EagleX EGX Not Implemented ❌ Not done
earthcoin N/A N/A N/A ✅ Done
ebcoin EBCoin EBC Not Implemented ❌ Not done
ebitcoin-cash EBCH EBCH Not Implemented ❌ Not done
ebittree-coin Ebittree Coin EBT Not Implemented ❌ Not done
eboostcoin eBoost EBST Not Implemented ❌ Not done
ebtcnew eBitcoin EBTC Not Implemented ❌ Not done
eccoin ECC ECC Not Implemented ❌ Not done
ecoreal-estate Ecoreal Estate ECOREAL Not Implemented ❌ Not done
eden Eden EDN Not Implemented ❌ Not done
edu-coin EduCoin EDU Not Implemented ❌ Not done
effect-ai Effect.AI EFX Not Implemented ❌ Not done
ego N/A N/A N/A ❌ Not done
egold N/A N/A N/A ❌ Not done
egretia Egretia EGT Not Implemented ❌ Not done
elacoin N/A N/A N/A ❌ Not done
elcoin-el Elcoin EL Not Implemented ❌ Not done
electrifyasia Electrify.Asia ELEC Not Implemented ❌ Not done
eligma-token Eligma Token ELI Not Implemented ❌ Not done
elliot-coin Elliot Coin ELLI Not Implemented ❌ Not done
elysian Elysian ELY Not Implemented ❌ Not done
emaratcoin EmaratCoin AEC Not Implemented ❌ Not done
emerald Emerald Crypto EMD Not Implemented ❌ Not done
empowr-coin empowr coin EMPR Not Implemented ❌ Not done
endorsit Endorsit EDS Not Implemented ❌ Not done
energi Energi NRG Not Implemented ❌ Not done
energitoken EnergiToken ETK Not Implemented ❌ Not done
engagement-token Engagement Token ENGT Not Implemented ❌ Not done
eosblack eosBLACK BLACK Not Implemented ❌ Not done
eot-token N/A N/A N/A ❌ Not done
eplus-coin EPLUS Coin EPLUS Not Implemented ❌ Not done
ereal eREAL EREAL Dynamic ✅ Done
eristica Eristica ERT Not Implemented ❌ Not done
escroco-emerald Escroco Emerald ESCE Not Implemented ❌ Not done
escrowcoin EscrowCoin ESCO Not Implemented ❌ Not done
esports-token Esports Token EST Not Implemented ❌ Not done
essentia Essentia ESS Not Implemented ❌ Not done
eternal-token ETERNAL TOKEN XET Not Implemented ❌ Not done
etheera Etheera ETA Not Implemented ❌ Not done
ether-1 Ether-1 ETHO Not Implemented ❌ Not done
ether-kingdoms-token Ether Kingdoms Token IMP Not Implemented ❌ Not done
ethereum-meta Ethereum Meta ETHM Not Implemented ❌ Not done
ethereumcash Ethereum Cash ECASH Not Implemented ❌ Not done
ethergem EtherGem EGEM Not Implemented ❌ Not done
etherinc EtherInc ETI Not Implemented ❌ Not done
ethersocial Ethersocial ESN Not Implemented ❌ Not done
euno EUNO EUNO Not Implemented ❌ Not done
eunomia EUNOMIA ENTS Not Implemented ❌ Not done
evencoin EvenCoin EVN Not Implemented ❌ Not done
everipedia Everipedia IQ Not Implemented ❌ Not done
evimeria Evimeria EVI Not Implemented ❌ Not done
evotion N/A N/A N/A ❌ Not done
excaliburcoin Excaliburcoin EXC Not Implemented ❌ Not done
exchangen ExchangeN EXN Not Implemented ❌ Not done
exmr EXMR EXMR Not Implemented ❌ Not done
experience-token Experience Token EXT Not Implemented ❌ Not done
ezoow EZOOW EZW Not Implemented ❌ Not done
fanstime FansTime FTI Not Implemented ❌ Not done
fantom Fantom FTM Not Implemented ❌ Not done
farmatrust FarmaTrust FTT Not Implemented ❌ Not done
farstcoin Farstcoin FRCT Not Implemented ❌ Not done
fazzcoin Fazzcoin FAZZ Not Implemented ❌ Not done
fcoin-token FCoin Token FT Not Implemented ❌ Not done
ferron Ferron FRRN Not Implemented ❌ Not done
filecoin Filecoin [Futures] FIL Not Implemented ❌ Not done
fimkrypto N/A N/A N/A ❌ Not done
fincoin FinCoin FNC Not Implemented ❌ Not done
fintab Fintab FNTB Not Implemented ❌ Not done
fire-lotto Fire Lotto FLOT Not Implemented ❌ Not done
firecoin Firecoin FIRE Not Implemented ❌ Not done
fivebalance Fivebalance FBN Not Implemented ❌ Not done
flappycoin N/A N/A N/A ❌ Not done
flip FLIP FLP Not Implemented ❌ Not done
flo FLO FLO Not Implemented ❌ Not done
flycoin Flycoin FLY Not Implemented ❌ Not done
fnkos FNKOS FNKOS Not Implemented ❌ Not done
foin FOIN FOIN Not Implemented ❌ Not done
folmcoin FolmCoin FLM Not Implemented ❌ Not done
fonziecoin N/A N/A N/A ❌ Not done
food FoodCoin FOOD Not Implemented ❌ Not done
footy-cash N/A N/A N/A ❌ Not done
forkcoin Forkcoin FORK Not Implemented ❌ Not done
formosa-financial Formosa Financial FMF Not Implemented ❌ Not done
fox-trading Fox Trading FOXT Not Implemented ❌ Not done
franko N/A N/A N/A ❌ Not done
frankywillcoin N/A N/A N/A ❌ Not done
free-coin FREE Coin FREE Not Implemented ❌ Not done
friends Friendz FDZ Not Implemented ❌ Not done
fsbt-api-token FSBT API Token FSBT Not Implemented ❌ Not done
fucktoken N/A N/A N/A ❌ Not done
fuelcoin N/A N/A N/A ✅ Done
fundtoken FundToken FUNDZ Not Implemented ❌ Not done
futcoin N/A N/A N/A ❌ Not done
futurax FUTURAX FTXT Not Implemented ❌ Not done
future1coin Future1coin F1C Not Implemented ❌ Not done
gaia N/A N/A N/A ❌ Not done
gainer Gainer GNR Not Implemented ❌ Not done
gamblecoin GambleCoin GMCN Not Implemented ❌ Not done
game-stars Game Stars GST Not Implemented ❌ Not done
game Game.com GTC Not Implemented ❌ Not done
gamechain GameChain System GCS Not Implemented ❌ Not done
gameleaguecoin N/A N/A N/A ❌ Not done
gameunits GameUnits UNITS Not Implemented ❌ Not done
ganjacoin N/A N/A N/A ❌ Not done
gaycoin N/A N/A N/A ❌ Not done
gazecoin GazeCoin GZE Not Implemented ❌ Not done
gbcgoldcoin GBCGoldCoin GBC Dynamic ✅ Done
gcn-coin GCN Coin GCN Not Implemented ❌ Not done
gemini-dollar Gemini Dollar GUSD Not Implemented ❌ Not done
gems-protocol Gems GEM Not Implemented ❌ Not done
gene-source-code-chain Gene Source Code Chain GENE Not Implemented ❌ Not done
genesisx GenesisX XGS Not Implemented ❌ Not done
genstake N/A N/A N/A ❌ Not done
gentarium Gentarium GTM Not Implemented ❌ Not done
giant-coin Giant GIC Not Implemented ❌ Not done
giga-watt-token N/A N/A N/A ❌ Not done
giga GIGA XG Not Implemented ❌ Not done
global-currency-reserve Global Currency Reserve GCR Dynamic ✅ Done
global-jobcoin Global Jobcoin GJC Dynamic ✅ Done
globalvillage-ecosystem Globalvillage Ecosystem GVE Not Implemented ❌ Not done
gohelpfund GoHelpFund HELP Not Implemented ❌ Not done
gold-bits-coin Gold Bits Coin GBC Not Implemented ❌ Not done
gold-poker Gold Poker GPKR Not Implemented ❌ Not done
goldreserve N/A N/A N/A ❌ Not done
gonetwork GoNetwork GOT Not Implemented ❌ Not done
gossipcoin Gossipcoin GOSS Not Implemented ❌ Not done
gpu-coin N/A N/A N/A ❌ Not done
graphcoin Graphcoin GRPH Not Implemented ❌ Not done
graviocoin Graviocoin GIO Not Implemented ❌ Not done
gravity Gravity GZRO Not Implemented ❌ Not done
greencoin N/A N/A N/A ✅ Done
grid Grid+ GRID Not Implemented ❌ Not done
gsenetwork GSENetwork GSE Not Implemented ❌ Not done
hade-platform Hade Platform HADE Not Implemented ❌ Not done
happy-creator-coin N/A N/A N/A ❌ Not done
haracoin Haracoin HRC Not Implemented ❌ Not done
harmonycoin-hmc HarmonyCoin HMC Not Implemented ❌ Not done
hashcoin HashCoin HSC Not Implemented ❌ Not done
hashgard Hashgard GARD Not Implemented ❌ Not done
havy Havy HAVY Not Implemented ❌ Not done
hawala-today N/A N/A N/A ❌ Not done
hdac Hdac HDAC Not Implemented ❌ Not done
heartbout HeartBout HB Not Implemented ❌ Not done
helium Helium HLM Not Implemented ❌ Not done
help-the-homeless-coin Help The Homeless Coin HTH Not Implemented ❌ Not done
helper-search-token Helper Search Token HSN Not Implemented ❌ Not done
hempcoin-hmp HempCoin HMP Not Implemented ❌ Not done
hitchain HitChain HIT Not Implemented ❌ Not done
hitcoin N/A N/A N/A ❌ Not done
hiveterminal-token Hiveterminal Token HVN Not Implemented ❌ Not done
hold HOLD HOLD Not Implemented ❌ Not done
hondaiscoin HondaisCoin HNDC Not Implemented ❌ Not done
horuspay HorusPay HORUS Not Implemented ❌ Not done
html-coin HTMLCOIN HTML Not Implemented ❌ Not done
humanscape Humanscape HUM Not Implemented ❌ Not done
hush Hush HUSH Not Implemented ❌ Not done
huzu HUZU HUZU Not Implemented ❌ Not done
hybrid-block Hybrid Block HYB Not Implemented ❌ Not done
hycon HYCON HYC Not Implemented ❌ Not done
hypercash HyperCash HC Not Implemented ❌ Not done
ibtc iBTC IBTC Not Implemented ❌ Not done
ice-rock-mining ICE ROCK MINING ROCK2 Not Implemented ❌ Not done
iconiq-lab-token Iconiq Lab Token ICNQ Not Implemented ❌ Not done
idealcash iDealCash DEAL Not Implemented ❌ Not done
idice N/A N/A N/A ❌ Not done
idol-coin IDOL COIN IDOL Not Implemented ❌ Not done
ifoods-chain Ifoods Chain IFOOD Not Implemented ❌ Not done
igtoken IGToken IG Not Implemented ❌ Not done
imbrex imbrex REX Not Implemented ❌ Not done
impulsecoin ImpulseCoin IMPS Not Implemented ❌ Not done
incodium Incodium INCO Not Implemented ❌ Not done
india-coin India Coin INDIA Not Implemented ❌ Not done
indinode INDINODE XIND Not Implemented ❌ Not done
infchain N/A N/A N/A ❌ Not done
infinipay Infinipay IFP Not Implemented ❌ Not done
ino-coin INO COIN INO Not Implemented ❌ Not done
insight-chain Insight Chain INB Not Implemented ❌ Not done
insolar Insolar INS Not Implemented ❌ Not done
insureum Insureum ISR Not Implemented ❌ Not done
intelligent-trading-tech N/A N/A N/A ❌ Not done
intercrone InterCrone ICR Not Implemented ❌ Not done
international-diamond N/A N/A N/A ❌ Not done
internationalcryptox InternationalCryptoX INCX Not Implemented ❌ Not done
interplanetary-broadcast-coin Interplanetary Broadcast Coin IPBC Not Implemented ❌ Not done
intervalue InterValue INVE Not Implemented ❌ Not done
invictus-hyperion-fund Invictus Hyperion Fund IHF Not Implemented ❌ Not done
invisiblecoin N/A N/A N/A ❌ Not done
ionchain IONChain IONC Not Implemented ❌ Not done
iqcash IQ.cash IQ Not Implemented ❌ Not done
iqeon IQeon IQN Not Implemented ❌ Not done
iridium Iridium IRD Not Implemented ❌ Not done
italian-lira Italian Lira ITL Not Implemented ❌ Not done
ixledger IXT IXT Not Implemented ❌ Not done
ixtus-edutainment IXTUS Edutainment IXE Not Implemented ❌ Not done
jewels Jewels JWL Not Implemented ❌ Not done
jiyo-old Jiyo [OLD] JIYO Not Implemented ❌ Not done
joint-ventures Joint Ventures JOINT Not Implemented ❌ Not done
jsecoin JSECOIN JSE Not Implemented ❌ Not done
jury-online-token Jury.Online Token JOT Not Implemented ❌ Not done
kalkulus Kalkulus KLKS Not Implemented ❌ Not done
kanadecoin KanadeCoin KNDC Not Implemented ❌ Not done
karatgold-coin Karatgold Coin KBC Not Implemented ❌ Not done
karma-eos KARMA KARMA Not Implemented ❌ Not done
karmacoin Karmacoin KARMA Not Implemented ❌ Not done
kashhcoin KashhCoin KASHH Not Implemented ❌ Not done
kayicoin N/A N/A N/A ❌ Not done
kind-ads-token Kind Ads Token KIND Not Implemented ❌ Not done
kingxchain KingXChain KXC Not Implemented ❌ Not done
kleros Kleros PNK Not Implemented ❌ Not done
knekted Knekted KNT Not Implemented ❌ Not done
know KNOW KNOW Not Implemented ❌ Not done
knoxstertoken Knoxstertoken FKX Not Implemented ❌ Not done
kora-network-token Kora Network Token KNT Not Implemented ❌ Not done
kryll Kryll KRL Not Implemented ❌ Not done
kun KUN KUN Not Implemented ❌ Not done
kwhcoin KWHCoin KWH Not Implemented ❌ Not done
kz-cash KZ Cash KZC Not Implemented ❌ Not done
kzcash N/A N/A N/A ❌ Not done
labh-coin Labh Coin LABH Not Implemented ❌ Not done
lathaan N/A N/A N/A ❌ Not done
lazaruscoin N/A N/A N/A ❌ Not done
leafcoin N/A N/A N/A ❌ Not done
legends-room Legends Room LGD Not Implemented ❌ Not done
lemochain LemoChain LEMO Not Implemented ❌ Not done
lendconnect N/A N/A N/A ❌ Not done
lendingblock Lendingblock LND Not Implemented ❌ Not done
lepen LePen LEPEN Not Implemented ❌ Not done
lethean Lethean LTHN Not Implemented ❌ Not done
level-up Level Up Coin LUC Not Implemented ❌ Not done
leviar Leviar XLC Dynamic ✅ Done
lightpaycoin Lightpaycoin LPC Not Implemented ❌ Not done
likecoin LikeCoin LIKE Not Implemented ❌ Not done
lina Lina LINA Not Implemented ❌ Not done
linfinity Linfinity LFT Not Implemented ❌ Not done
link-platform N/A N/A N/A ❌ Not done
linkedcoin LinkedCoin LKC Not Implemented ❌ Not done
linkey Linkey LKY Not Implemented ❌ Not done
liquidity-network Liquidity Network LQD Not Implemented ❌ Not done
litex Litex LXT Not Implemented ❌ Not done
lltoken N/A N/A N/A ❌ Not done
lobstex Lobstex LOBS Not Implemented ❌ Not done
local-coin-swap LocalCoinSwap LCS Not Implemented ❌ Not done
locicoin LOCIcoin LOCI Not Implemented ❌ Not done
lockchain LockTrip LOC Not Implemented ❌ Not done
logiscoin LogisCoin LGS Not Implemented ❌ Not done
luckchain LuckChain BASH Dynamic ✅ Done
luna-stars Luna Stars LSTR Not Implemented ❌ Not done
lynx Lynx LYNX Not Implemented ❌ Not done
macro1 Macro MCR Not Implemented ❌ Not done
madcoin Madcoin MDC Not Implemented ❌ Not done
mainframe Mainframe MFT Not Implemented ❌ Not done
mainstream-for-the-underground Mainstream For The Underground MFTU Not Implemented ❌ Not done
mallcoin Mallcoin MLC Not Implemented ❌ Not done
mark-space MARK.SPACE MRK Not Implemented ❌ Not done
mass-vehicle-ledger Mass Vehicle Ledger MVL Not Implemented ❌ Not done
massgrid MassGrid MGD Not Implemented ❌ Not done
master-contract-token Master Contract Token MCT Not Implemented ❌ Not done
masternet MASTERNET MASH Not Implemented ❌ Not done
maximine-coin Maximine Coin MXM Not Implemented ❌ Not done
medibit MediBit MEDIBIT Not Implemented ❌ Not done
medical-chain Medicalchain MTN Not Implemented ❌ Not done
meetone MEET.ONE MEETONE Not Implemented ❌ Not done
menlo-one Menlo One ONE Not Implemented ❌ Not done
mergecoin N/A N/A N/A ❌ Not done
mero Mero MERO Not Implemented ❌ Not done
messe-token MESSE TOKEN MESSE Not Implemented ❌ Not done
metadium Metadium META Not Implemented ❌ Not done
metal-music-coin Metal Music Coin MTLMC3 Not Implemented ❌ Not done
metamorph MetaMorph METM Not Implemented ❌ Not done
metronome Metronome MET Not Implemented ❌ Not done
mex MEX MEX Not Implemented ❌ Not done
mfit-coin MFIT COIN MFIT Not Implemented ❌ Not done
mib-coin MIB Coin MIB Not Implemented ❌ Not done
microbitcoin MicroBitcoin MBC Not Implemented ❌ Not done
midasprotocol MidasProtocol MAS Not Implemented ❌ Not done
mindcoin MindCoin MND Dynamic ✅ Done
mindexcoin Mindexcoin MIC Not Implemented ❌ Not done
miners-reward-token Miners' Reward Token MRT Not Implemented ❌ Not done
mir-coin MIR COIN MIR Not Implemented ❌ Not done
mirai Mirai MRI Not Implemented ❌ Not done
mithril-ore Mithril Ore MORE Not Implemented ❌ Not done
mmocoin MMOCoin MMO Not Implemented ❌ Not done
mmxvi N/A N/A N/A ❌ Not done
mnpcoin MNPCoin MNP Not Implemented ❌ Not done
mobilecash N/A N/A N/A ❌ Not done
mobilinktoken MobilinkToken MOLK Not Implemented ❌ Not done
model-x-coin MODEL-X-coin MODX Not Implemented ❌ Not done
modultrade ModulTrade MTRC Not Implemented ❌ Not done
molecule Molecule MOL Not Implemented ❌ Not done
monacocoin Monoeci XMCC Not Implemented ❌ Not done
monero-gold N/A N/A N/A ❌ Not done
moneta2 N/A N/A N/A ❌ Not done
moneytoken Moneytoken IMT Not Implemented ❌ Not done
moss-coin Moss Coin MOC Not Implemented ❌ Not done
moving-cloud-coin Moving Cloud Coin MCC Not Implemented ❌ Not done
mozo-token Mozo Token MOZO Not Implemented ❌ Not done
mtc-mesh-network MTC Mesh Network MTC Not Implemented ❌ Not done
mybit MyBit MYB Not Implemented ❌ Not done
nam-coin NAM COIN NAM Not Implemented ❌ Not done
napoleonx NaPoleonX NPX Not Implemented ❌ Not done
narrative Narrative NRVE Not Implemented ❌ Not done
nasdacoin Nasdacoin NSD Not Implemented ❌ Not done
natcoin N/A N/A N/A ❌ Not done
ndex nDEX NDX Not Implemented ❌ Not done
nerva Nerva XNV Not Implemented ❌ Not done
nerves Nerves NER Not Implemented ❌ Not done
netbit N/A N/A N/A ❌ Not done
netkoin NetKoin NTK Not Implemented ❌ Not done
neural-protocol Neural Protocol NRP Not Implemented ❌ Not done
neurochain NeuroChain NCC Not Implemented ❌ Not done
new-power-coin New Power Coin NPW Not Implemented ❌ Not done
newbium Newbium NEWB Dynamic ✅ Done
newstoken NewsToken NEWOS Not Implemented ❌ Not done
newton-coin-project Newton Coin Project NCP Not Implemented ❌ Not done
nexxus N/A N/A N/A ❌ Not done
nimiq-exchange-token Nimiq Exchange Token NET Not Implemented ❌ Not done
niobio-cash Niobio Cash NBR Not Implemented ❌ Not done
niobium-coin Niobium Coin NBC Not Implemented ❌ Not done
nix NIX NIX Not Implemented ❌ Not done
no-bs-crypto No BS Crypto NOBS Not Implemented ❌ Not done
nodecoin NodeCoin NODC Not Implemented ❌ Not done
noku Noku NOKU Not Implemented ❌ Not done
nuggets Nuggets NUG Not Implemented ❌ Not done
nusd nUSD NUSD Not Implemented ❌ Not done
nvo N/A N/A N/A ❌ Not done
nyerium Nyerium NYEX Not Implemented ❌ Not done
obitan-chain Obitan Chain OBTC Not Implemented ❌ Not done
obxcoin OBXcoin OBX Not Implemented ❌ Not done
ocow N/A N/A N/A ❌ Not done
olive Olive OLE Not Implemented ❌ Not done
olympic Olympic OLMP Not Implemented ❌ Not done
omencoin OmenCoin OMEN Not Implemented ❌ Not done
omnitude Omnitude ECOM Not Implemented ❌ Not done
on-live On.Live ONL Not Implemented ❌ Not done
ondori Ondori RSTR Not Implemented ❌ Not done
oneledger OneLedger OLT Not Implemented ❌ Not done
ong ONG ONG Not Implemented ❌ Not done
ongsocial SoMee.Social ONG Not Implemented ❌ Not done
opcoinx OPCoinX OPCX Not Implemented ❌ Not done
operand Operand OP Not Implemented ❌ Not done
opescoin Opescoin OPES Not Implemented ❌ Not done
optimal-shelf-availability-token Optimal Shelf Availability Token OSA Not Implemented ❌ Not done
optitoken OptiToken OPTI Not Implemented ❌ Not done
orbis-token Orbis Token OBT Not Implemented ❌ Not done
ordocoin Ordocoin RDC Not Implemented ❌ Not done
origin-sport Origin Sport ORS Not Implemented ❌ Not done
orlycoin N/A N/A N/A ❌ Not done
ors-group ORS Group ORS Not Implemented ❌ Not done
osmiumcoin N/A N/A N/A ❌ Not done
ost OST OST Not Implemented ❌ Not done
otcbtc-token OTCBTC Token OTB Not Implemented ❌ Not done
ourcoin Ourcoin OUR Not Implemented ❌ Not done
own Own CHX Not Implemented ❌ Not done
owndata OWNDATA OWN Not Implemented ❌ Not done
ox-fina OX Fina OX Dynamic ✅ Done
p7coin N/A N/A N/A ❌ Not done
pabyosi-coin-special Pabyosi Coin (Special) PCS Not Implemented ❌ Not done
pal-network Pal Network PAL Not Implemented ❌ Not done
palletone PalletOne PTN Not Implemented ❌ Not done
pandemia Pandemia PNDM Not Implemented ❌ Not done
parkingo ParkinGo GOT Not Implemented ❌ Not done
paws-fund PAWS Fund PAWS Not Implemented ❌ Not done
paxex PAXEX PAXEX Not Implemented ❌ Not done
paxos-standard-token Paxos Standard Token PAX Not Implemented ❌ Not done
paycent PAYCENT PYN Not Implemented ❌ Not done
paycoin2 PayCoin XPY Not Implemented ❌ Not done
payday-coin PayDay Coin PDX Not Implemented ❌ Not done
paypeer N/A N/A N/A ❌ Not done
pecunio Pecunio PCO Not Implemented ❌ Not done
pedity Pedity PEDI Not Implemented ❌ Not done
penguin-coin Penguin Coin PENG Not Implemented ❌ Not done
peony Peony PNY Not Implemented ❌ Not done
phonecoin Phonecoin PHON Not Implemented ❌ Not done
pigeoncoin Pigeoncoin PGN Not Implemented ❌ Not done
pinkdog N/A N/A N/A ❌ Not done
pirate-blocks Pirate Blocks SKULL Not Implemented ❌ Not done
pitiscoin PitisCoin PTS Not Implemented ❌ Not done
pizzacoin N/A N/A N/A ❌ Not done
pkg-token PKG Token PKG Not Implemented ❌ Not done
platincoin PLATINCOIN PLC Not Implemented ❌ Not done
playcoin-erc20 PlayCoin [ERC20] PLY Not Implemented ❌ Not done
playcoin PlayCoin [QRC20] PLY Not Implemented ❌ Not done
playgroundz Playgroundz IOG Not Implemented ❌ Not done
plexcoin PlexCoin PLX Not Implemented ❌ Not done
pluracoin PluraCoin PLURA Not Implemented ❌ Not done
pluscoin PlusCoin PLC Dynamic ✅ Done
plusonecoin PlusOneCoin PLUS1 Not Implemented ❌ Not done
pokecoin PokeCoin POKE Not Implemented ❌ Not done
polymath-network Polymath POLY Not Implemented ❌ Not done
popchain POPCHAIN PCH Not Implemented ❌ Not done
posscoin Posscoin POSS Not Implemented ❌ Not done
prasm PRASM PSM Not Implemented ❌ Not done
primestone PrimeStone PSC Not Implemented ❌ Not done
primulon Primulon PRIMU Not Implemented ❌ Not done
printerium Printerium PRX Not Implemented ❌ Not done
printex Printex PRTX Not Implemented ❌ Not done
privcy PRiVCY PRIV Not Implemented ❌ Not done
project-coin Project Coin PRJ Not Implemented ❌ Not done
project-decorum N/A N/A N/A ❌ Not done
project-pai Project Pai PAI Not Implemented ❌ Not done
promotion-coin Promotion Coin PC Not Implemented ❌ Not done
prospectors-gold N/A N/A N/A ❌ Not done
proton-token Proton Token PTT Not Implemented ❌ Not done
provoco-token Provoco Token VOCO Not Implemented ❌ Not done
proximax ProximaX XPX Not Implemented ❌ Not done
psilocybin N/A N/A N/A ❌ Not done
pulse N/A N/A N/A ❌ Not done
pumapay PumaPay PMA Not Implemented ❌ Not done
pundi-x-nem Pundi X NEM NPXSXEM Not Implemented ❌ Not done
pundi-x-old N/A N/A N/A ❌ Not done
pundi-x Pundi X NPXS Not Implemented ❌ Not done
pura Pura PURA Not Implemented ❌ Not done
puregold-token Puregold Token PGT Not Implemented ❌ Not done
purex Pure PUREX Not Implemented ❌ Not done
px PX PX Not Implemented ❌ Not done
pyrexcoin PyrexCoin PYX Not Implemented ❌ Not done
qchi QChi QCH Not Implemented ❌ Not done
qora Qora QORA Not Implemented ❌ Not done
quant Quant QNT Not Implemented ❌ Not done
quanta-utility-token Quanta Utility Token QNTU Not Implemented ❌ Not done
quantis-network Quantis Network QUAN Not Implemented ❌ Not done
quasarcoin Quasarcoin QAC Not Implemented ❌ Not done
qubitica Qubitica QBIT Not Implemented ❌ Not done
qurito Qurito QURO Not Implemented ❌ Not done
qyno QYNO QNO Not Implemented ❌ Not done
ragnarok Ragnarok RAGNA Not Implemented ❌ Not done
rapids Rapids RPD Not Implemented ❌ Not done
rate3 Rate3 RTE Not Implemented ❌ Not done
real-estate-tokens N/A N/A N/A ❌ Not done
realtract RealTract RET Not Implemented ❌ Not done
rebl REBL REBL Not Implemented ❌ Not done
record RECORD RCD Not Implemented ❌ Not done
reecoin ReeCoin REE Not Implemented ❌ Not done
relex Relex RLX Not Implemented ❌ Not done
remicoin N/A N/A N/A ❌ Not done
repme Repme RPM Not Implemented ❌ Not done
restart-energy-mwat Restart Energy MWAT MWAT Not Implemented ❌ Not done
rhfcoin N/A N/A N/A ❌ Not done
ride-my-car N/A N/A N/A ❌ Not done
rightmesh RightMesh RMESH Not Implemented ❌ Not done
ripto-bux N/A N/A N/A ❌ Not done
robet RoBET ROBET Not Implemented ❌ Not done
robotina Robotina ROX Not Implemented ❌ Not done
rocket-pool Rocket Pool RPL Not Implemented ❌ Not done
rocketcoin Rocketcoin ROCK Not Implemented ❌ Not done
rookiecoin Rookiecoin RKC Not Implemented ❌ Not done
rotharium Rotharium RTH Not Implemented ❌ Not done
roulettetoken RouletteToken RLT Not Implemented ❌ Not done
royal-kingdom-coin Royal Kingdom Coin RKC Dynamic ✅ Done
royalcoin RoyalCoin ROYAL Not Implemented ❌ Not done
rpicoin RPICoin RPI Not Implemented ❌ Not done
rrcoin RRCoin RRC Not Implemented ❌ Not done
rsgpcoin RSGPcoin RSGP Not Implemented ❌ Not done
rubex-money Rubex Money RBMC Not Implemented ❌ Not done
rublebit N/A N/A N/A ❌ Not done
rupaya Rupaya RUPX Not Implemented ❌ Not done
rusgas RusGas RGS Not Implemented ❌ Not done
rustbits N/A N/A N/A ❌ Not done
ryo-currency Ryo Currency RYO Not Implemented ❌ Not done
sacoin N/A N/A N/A ❌ Not done
safecoin N/A N/A N/A ❌ Not done
safeinsure SafeInsure SINS Not Implemented ❌ Not done
sakecoin SAKECOIN SAKE Not Implemented ❌ Not done
sand-coin N/A N/A N/A ❌ Not done
sapien Sapien SPN Not Implemented ❌ Not done
satoshimadness SatoshiMadness MAD Not Implemented ❌ Not done
savedroid savedroid SVD Not Implemented ❌ Not done
savenode SaveNode SNO Not Implemented ❌ Not done
scorecoin Scorecoin SCORE Not Implemented ❌ Not done
scorum-coins Scorum Coins SCR Not Implemented ❌ Not done
scriv-network SCRIV NETWORK SCRIV Not Implemented ❌ Not done
scroll SCRL SCRL Not Implemented ❌ Not done
scryinfo Scry.info DDD Not Implemented ❌ Not done
seal-network Seal Network SEAL Not Implemented ❌ Not done
securecloudcoin SecureCloudCoin SC2 Not Implemented ❌ Not done
seer SEER SEER Not Implemented ❌ Not done
segwit2x SegWit2x B2X Not Implemented ❌ Not done
selfiecoin Selfiecoin SLFI Not Implemented ❌ Not done
semux Semux SEM Not Implemented ❌ Not done
sgpay SGPay SGP Not Implemented ❌ Not done
shade-token SHADE Token SHADE Not Implemented ❌ Not done
shadowcash ShadowCash SDC Not Implemented ❌ Not done
shard Shard SHARD Not Implemented ❌ Not done
sharpay Sharpay S Not Implemented ❌ Not done
shield-xsh SHIELD XSH Not Implemented ❌ Not done
shilling Shilling SH Dynamic ✅ Done
shinechain ShineChain SHE Not Implemented ❌ Not done
shopzcoin ShopZcoin SZC Not Implemented ❌ Not done
shorty Shorty SHORTY Not Implemented ❌ Not done
showhand ShowHand HAND Not Implemented ❌ Not done
shping SHPING SHPING Not Implemented ❌ Not done
siacashcoin SiaCashCoin SCC Not Implemented ❌ Not done
signal-token Spectiv SIG Not Implemented ❌ Not done
simdaq SIMDAQ SMQ Not Implemented ❌ Not done
simmitri Simmitri SIM Not Implemented ❌ Not done
six-domain-chain Six Domain Chain SDA Not Implemented ❌ Not done
six SIX SIX Not Implemented ❌ Not done
slimcoin N/A N/A N/A ❌ Not done
smart-application-chain Smart Application Chain SAC Not Implemented ❌ Not done
smartcash SmartCash SMART Not Implemented ❌ Not done
smartfox SmartFox FOX Not Implemented ❌ Not done
smartofgiving smARTOFGIVING AOG Not Implemented ❌ Not done
snakeeyes N/A N/A N/A ❌ Not done
snetwork Snetwork SNET Not Implemented ❌ Not done
snodecoin SnodeCoin SND Not Implemented ❌ Not done
snowgem SnowGem XSG Not Implemented ❌ Not done
social-lending-token Social Lending Token SLT Not Implemented ❌ Not done
socialcoin-socc SocialCoin SOCC Not Implemented ❌ Not done
sociall Sociall SCL Not Implemented ❌ Not done
sojourn N/A N/A N/A ❌ Not done
sola-token Sola Token SOL Not Implemented ❌ Not done
sonder SONDER SNR Not Implemented ❌ Not done
soniq Soniq SONIQ Not Implemented ❌ Not done
soom SOOM SOOM Not Implemented ❌ Not done
sopay SoPay SOP Not Implemented ❌ Not done
sp8de Sp8de SPX Not Implemented ❌ Not done
spectre-dividend Spectre.ai Dividend Token SXDT Not Implemented ❌ Not done
spectre-utility Spectre.ai Utility Token SXUT Not Implemented ❌ Not done
spendcoin Spendcoin SPND Not Implemented ❌ Not done
spherepay N/A N/A N/A ❌ Not done
sportscoin SportsCoin SPORT Not Implemented ❌ Not done
sportyco SportyCo SPF Not Implemented ❌ Not done
spots N/A N/A N/A ❌ Not done
spreadcoin SpreadCoin SPR Dynamic ✅ Done
sproutsextreme N/A N/A N/A ❌ Not done
staker Staker STR Not Implemented ❌ Not done
starchain StarChain STC Not Implemented ❌ Not done
starcointv StarCoin KST Not Implemented ❌ Not done
stasis-eurs STASIS EURS EURS Not Implemented ❌ Not done
stealth Stealth XST Dynamic ✅ Done
steepcoin SteepCoin STEEP Not Implemented ❌ Not done
steps Steps STEPS Not Implemented ❌ Not done
stex STEX STEX Not Implemented ❌ Not done
strikebitclub StrikeBitClub SBC Dynamic ✅ Done
student-coin bitJob STU Not Implemented ❌ Not done
sub-invest Sub Invest SUBX Not Implemented ❌ Not done
superedge SuperEdge ECT Not Implemented ❌ Not done
suqa SUQA SUQA Not Implemented ❌ Not done
surety SURETY SURE Not Implemented ❌ Not done
swagbucks N/A N/A N/A ✅ Done
swapcoin Swapcoin SWP Not Implemented ❌ Not done
swaptoken N/A N/A N/A ❌ Not done
swarm-fund Swarm SWM Not Implemented ❌ Not done
sydpak N/A N/A N/A ❌ Not done
tagrcoin TAGRcoin TAGR Not Implemented ❌ Not done
talao Talao TALAO Not Implemented ❌ Not done
tatatu TaTaTu TTU Dynamic ✅ Done
tattoocoin Tattoocoin (Standard Edition) TSE Not Implemented ❌ Not done
tcoin TCOIN TCN Not Implemented ❌ Not done
teamup N/A N/A N/A ❌ Not done
techshares TechShares THS Not Implemented ❌ Not done
teloscoin Teloscoin TELOS Not Implemented ❌ Not done
ternio Ternio TERN Not Implemented ❌ Not done
tezos Tezos XTZ Not Implemented ❌ Not done
tgame Truegame TGAME Not Implemented ❌ Not done
the-midas-touch-gold The Midas Touch Gold TMTG Not Implemented ❌ Not done
the-vegan-initiative N/A N/A N/A ❌ Not done
thecreed N/A N/A N/A ❌ Not done
themis Themis GET Not Implemented ❌ Not done
thingschain Thingschain TIC Not Implemented ❌ Not done
thingsoperatingsystem ThingsOperatingSystem TOS Not Implemented ❌ Not done
thore-cash Thore Cash TCH Not Implemented ❌ Not done
thorecoin ThoreCoin THR Not Implemented ❌ Not done
thrive-token Thrive Token THRT Not Implemented ❌ Not done
thunderstake Thunderstake TSC Not Implemented ❌ Not done
ti-value Ti-Value TV Not Implemented ❌ Not done
tiesdb Ties.DB TIE Not Implemented ❌ Not done
timescoin N/A N/A N/A ❌ Not done
timicoin Timicoin TMC Not Implemented ❌ Not done
titanium-bar Titanium BAR TBAR Dynamic ✅ Done
titanium-blockchain Titanium Blockchain BAR Dynamic ✅ Done
todaycoin TodayCoin TODAY Not Implemented ❌ Not done
tolar Tolar TOL Not Implemented ❌ Not done
topaz N/A N/A N/A ❌ Not done
torcoin-tor N/A N/A N/A ❌ Not done
tourist-token Tourist Token TOTO Not Implemented ❌ Not done
traceability-chain Traceability Chain TAC Not Implemented ❌ Not done
trackr CryptoInsight TKR Not Implemented ❌ Not done
traid Traid TRAID Not Implemented ❌ Not done
trendercoin Trendercoin TDC Not Implemented ❌ Not done
triaconta Triaconta TRIA Dynamic ✅ Done
trickycoin N/A N/A N/A ❌ Not done
trident Trident Group TRDT Not Implemented ❌ Not done
trittium Trittium TRTT Not Implemented ❌ Not done
tronclassic TRONCLASSIC TRXC Not Implemented ❌ Not done
truechain TrueChain TRUE Not Implemented ❌ Not done
truedeck TrueDeck TDP Not Implemented ❌ Not done
trueusd TrueUSD TUSD Not Implemented ❌ Not done
ttc-protocol TTC Protocol TTC Not Implemented ❌ Not done
turtlecoin Turtlecoin TRTL Not Implemented ❌ Not done
tv-two TV-TWO TTV Not Implemented ❌ Not done
twinkle Twinkle TKT Not Implemented ❌ Not done
twist TWIST TWIST Not Implemented ❌ Not done
tychocoin N/A N/A N/A ❌ Not done
typerium Typerium TYPE Not Implemented ❌ Not done
ubcoin-market Ubcoin Market UBC Not Implemented ❌ Not done
ubex Ubex UBEX Not Implemented ❌ Not done
ubique-chain-of-things Ubique Chain Of Things UCT Not Implemented ❌ Not done
ucash UNIVERSAL CASH UCASH Not Implemented ❌ Not done
uchain UChain UCN Not Implemented ❌ Not done
ug-token N/A N/A N/A ❌ Not done
ulord Ulord UT Not Implemented ❌ Not done
ultra-salescoud Ultra Salescloud UST Not Implemented ❌ Not done
ultranote-coin UltraNote Coin XUN Not Implemented ❌ Not done
uncoin UNCoin UNC Not Implemented ❌ Not done
uniform-fiscal-object Uniform Fiscal Object UFO Not Implemented ❌ Not done
unikoin-gold Unikoin Gold UKG Not Implemented ❌ Not done
unity-ingot N/A N/A N/A ❌ Not done
unrealcoin N/A N/A N/A ❌ Not done
uralscoin UralsCoin URALS Not Implemented ❌ Not done
uro Uro URO Not Implemented ❌ Not done
usd-coin USD Coin USDC Not Implemented ❌ Not done
usdcoin USD Coin USDC Dynamic ✅ Done
usechain-token Usechain Token USE Not Implemented ❌ Not done
uttoken United Traders Token UTT Not Implemented ❌ Not done
valorbit N/A N/A N/A ❌ Not done
valuecybertoken ValueCyberToken VCT Not Implemented ❌ Not done
valuto Valuto VLU Not Implemented ❌ Not done
veridocglobal VeriDocGlobal VDG Not Implemented ❌ Not done
vestoria Vestoria VSTR Not Implemented ❌ Not done
vethor-token VeThor Token VTHO Not Implemented ❌ Not done
vetri Vetri VLD Not Implemented ❌ Not done
vexanium Vexanium VEX Not Implemented ❌ Not done
view View VIEW Not Implemented ❌ Not done
vikkytoken VikkyToken VIKKY Not Implemented ❌ Not done
vinchain VINchain VIN Not Implemented ❌ Not done
vip-tokens N/A N/A N/A ❌ Not done
virtacoinplus N/A N/A N/A ✅ Done
virtualcoin N/A N/A N/A ❌ Not done
visionx VisionX VNX Not Implemented ❌ Not done
vitae Vitae VITAE Not Implemented ❌ Not done
vite VITE VITE Not Implemented ❌ Not done
vivid-coin Vivid Coin VIVID Not Implemented ❌ Not done
voisecom Voise VOISE Not Implemented ❌ Not done
volt Volt ACDC Not Implemented ❌ Not done
voyacoin N/A N/A N/A ❌ Not done
vpncoin N/A N/A N/A ✅ Done
vsportcoin vSportCoin VSC Not Implemented ❌ Not done
vsync-vsx Vsync VSX Not Implemented ❌ Not done
wabnetwork WABnetwork WAB Not Implemented ❌ Not done
waletoken Waletoken WTN Not Implemented ❌ Not done
waltonchain Waltonchain WTC Not Implemented ❌ Not done
warp N/A N/A N/A ❌ Not done
wayguide N/A N/A N/A ❌ Not done
webchain Webchain WEB Not Implemented ❌ Not done
webcoin Webcoin WEB Not Implemented ❌ Not done
well WELL WELL Not Implemented ❌ Not done
welltrado Welltrado WTL Not Implemented ❌ Not done
weshow-token WeShow Token WET Not Implemented ❌ Not done
wetoken WeToken WT Not Implemented ❌ Not done
white-standard White Standard WSD Not Implemented ❌ Not done
wiki-token Wiki Token WIKI Not Implemented ❌ Not done
win-coin WINCOIN WC Not Implemented ❌ Not done
winding-tree Winding Tree LIF Not Implemented ❌ Not done
wintoken WinToken WIN Not Implemented ❌ Not done
wisepass Wisepass PASS Not Implemented ❌ Not done
wispr Wispr WSP Not Implemented ❌ Not done
witchain WITChain WIT Not Implemented ❌ Not done
wixlar Wixlar WIX Not Implemented ❌ Not done
wizbl WIZBL WBL Not Implemented ❌ Not done
women WomenCoin WOMEN Not Implemented ❌ Not done
wowbit Wowbit WWB Not Implemented ❌ Not done
wowcoin N/A N/A N/A ❌ Not done
wxcoins WXCOINS WXC Not Implemented ❌ Not done
wys-token wys Token WYS Not Implemented ❌ Not done
x-cash X-Cash XCASH Not Implemented ❌ Not done
x12-coin X12 Coin X12 Not Implemented ❌ Not done
x2 X2 X2 Not Implemented ❌ Not done
x8x-token X8X Token X8X Not Implemented ❌ Not done
xaucoin N/A N/A N/A ❌ Not done
xceltoken XcelToken XCEL Not Implemented ❌ Not done
xchange Xchange XCG Not Implemented ❌ Not done
xdna XDNA XDNA Not Implemented ❌ Not done
xel XEL XEL Not Implemented ❌ Not done
xios Xios XIOS Not Implemented ❌ Not done
xmct XMCT XMCT Not Implemented ❌ Not done
xonecoin N/A N/A N/A ❌ Not done
xovbank XOVBank XOV Not Implemented ❌ Not done
xpa XPA XPA Not Implemented ❌ Not done
xriba Xriba XRA Not Implemented ❌ Not done
xrt-token XRT Token XRT Not Implemented ❌ Not done
xtrd XTRD XTRD Not Implemented ❌ Not done
yacoin N/A N/A N/A ❌ Not done
yashcoin N/A N/A N/A ❌ Not done
yeed YGGDRASH YEED Not Implemented ❌ Not done
yolocash YoloCash YLC Not Implemented ❌ Not done
you-coin YOU COIN YOU Not Implemented ❌ Not done
youlive-coin YouLive Coin UC Not Implemented ❌ Not done
yuan-chain-coin Yuan Chain Coin YCC Not Implemented ❌ Not done
yuki YUKI YUKI Not Implemented ❌ Not done
zb ZB ZB Not Implemented ❌ Not done
zcash-gold Zlancer ZCG Dynamic ✅ Done
zcore ZCore ZCR Not Implemented ❌ Not done
zelcash ZelCash ZEL Not Implemented ❌ Not done
zen-protocol Zen Protocol ZP Not Implemented ❌ Not done
zenswap-network-token Zenswap Network Token ZNT Not Implemented ❌ Not done
zest ZEST ZEST Not Implemented ❌ Not done
zeuscrowdfunding ZeusCrowdfunding ZEUS Not Implemented ❌ Not done
zinc ZINC ZINC Not Implemented ❌ Not done
zmine ZMINE ZMN Not Implemented ❌ Not done
zonecoin N/A N/A N/A ❌ Not done
zoomba Zoomba ZBA Not Implemented ❌ Not done
zper ZPER ZPR Not Implemented ❌ Not done
ztcoin ZTCoin ZT Not Implemented ❌ Not done
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].