Closed cipig closed 3 years ago
After enabling all coins, prices and 24_change for many of them is missing. Looks like a bug in coingecko API. https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&ids=origintrail,bancor,gnosis,elitium,komodo,band-protocol,swipe,dogecoin,sharering,decentraland,feathercoin,kyber-network,bitcoin,zero,energo,yfii-finance,storj,usd-coin,sora,ravencoin,zcash,bitcoinz,wrapped-bitcoin,qtum,verus-coin,hyper-pay,utrust,tusd,uniswap,havven,sushi,serum,0x,spacechain,qcash,status,skale,s4fe,unibright,iexec-rlc,augur,uquid-coin,reserve-rights-token,republic-protocol,redfox-labs,koinon,quant-network,quark-chain,ink,hempcoin-thc,pax-gold,curve-dao-token,utrum,stasis-eurs,ocean-protocol,namecoin,leo-token,medibloc,luna-stars,loopring,melon,holotoken,uma,husd,digibyte,balancer,zcoin,aelf,aave,fetch-ai,swissborg,dai,einsteinium,matic-network,crypto-com-chain,enjincoin,electra,digitalprice,ethos,profile-utility-token,okb,dash,hex,civic,halalchain,monacoin,btu-protocol,1inch,basic-attention-token,zatgo,cybervein,pundi-x,litecoin,bitpanda-ecosystem-token,binance-usd,centrality,gleec-coin,the-transfer-token,awc,ultra,kleros,the-midas-touch-gold,nav-coin,dxchain,qbao,celsius-degree-token,bitcoin-cash,maker,chiliz,power-ledger,huobi-token,ethereum,dia-data,singularitynet,bitball-treasure,chainlink,arpa-chain,verasity,axe,aragon,jewel,compound-coin&order=market_cap_desc&per_page=250&page=1&sparkline=true&price_change_percentage=24h shows only 50 entries, but after removing the URL params per_page=250&page=1 from the call, 118 entries are returned
per_page=250&page=1
fixed by https://github.com/KomodoPlatform/atomicDEX-Desktop/pull/677
After enabling all coins, prices and 24_change for many of them is missing. Looks like a bug in coingecko API. https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&ids=origintrail,bancor,gnosis,elitium,komodo,band-protocol,swipe,dogecoin,sharering,decentraland,feathercoin,kyber-network,bitcoin,zero,energo,yfii-finance,storj,usd-coin,sora,ravencoin,zcash,bitcoinz,wrapped-bitcoin,qtum,verus-coin,hyper-pay,utrust,tusd,uniswap,havven,sushi,serum,0x,spacechain,qcash,status,skale,s4fe,unibright,iexec-rlc,augur,uquid-coin,reserve-rights-token,republic-protocol,redfox-labs,koinon,quant-network,quark-chain,ink,hempcoin-thc,pax-gold,curve-dao-token,utrum,stasis-eurs,ocean-protocol,namecoin,leo-token,medibloc,luna-stars,loopring,melon,holotoken,uma,husd,digibyte,balancer,zcoin,aelf,aave,fetch-ai,swissborg,dai,einsteinium,matic-network,crypto-com-chain,enjincoin,electra,digitalprice,ethos,profile-utility-token,okb,dash,hex,civic,halalchain,monacoin,btu-protocol,1inch,basic-attention-token,zatgo,cybervein,pundi-x,litecoin,bitpanda-ecosystem-token,binance-usd,centrality,gleec-coin,the-transfer-token,awc,ultra,kleros,the-midas-touch-gold,nav-coin,dxchain,qbao,celsius-degree-token,bitcoin-cash,maker,chiliz,power-ledger,huobi-token,ethereum,dia-data,singularitynet,bitball-treasure,chainlink,arpa-chain,verasity,axe,aragon,jewel,compound-coin&order=market_cap_desc&per_page=250&page=1&sparkline=true&price_change_percentage=24h shows only 50 entries, but after removing the URL params
per_page=250&page=1
from the call, 118 entries are returned