از روش های نامتعارف هم استفاده نمی کنید که فراموش بشه.
#رمزنگاره #صرافی_کیف_پول_نیست
Welcome to Coinicap, the ultimate Telegram channel for all things related to cryptocurrencies and blockchain technology! Whether you're a seasoned investor or just starting out in the world of digital assets, Coinicap has got you covered. Our channel provides up-to-date information on the latest market trends, price analysis, and expert insights to help you make informed decisions. Who is Coinicap? Coinicap is a leading source of cryptocurrency news and analysis, providing valuable resources for traders, investors, and enthusiasts alike. With a team of experienced professionals dedicated to delivering accurate and unbiased information, Coinicap is your go-to source for all things crypto. What is Coinicap? Coinicap is a one-stop destination for anyone looking to stay informed about the ever-evolving world of cryptocurrencies. From Bitcoin to altcoins, ICOs to blockchain technology, our channel covers a wide range of topics to keep you informed and engaged. Whether you're looking for investment opportunities, trading tips, or industry insights, Coinicap has everything you need to stay ahead of the curve. Don't miss out on the latest developments in the world of cryptocurrencies. Join Coinicap today and take your knowledge and expertise to the next level!
11 Jan, 17:48
03 Jan, 16:06
03 Jan, 15:05
02 Jan, 17:15
01 Jan, 19:59
23 Dec, 18:13
async function fetchCryptoPrices(symbol, buyid, sellid, percentage) {
try {
var Fetch = await fetch('https://min-api.cryptocompare.com/data/price?fsym=' + symbol + '&tsyms=USD&api_key={YOUR_API_KEY}');
var response = await Fetch.json();
var currentPrice = +response.USD;
var discountedPrice = (currentPrice - (currentPrice * (percentage / 100))).toFixed(4);
var colour = ['red', 'lime', 'red', 'lime', 'red', 'lime', 'red', 'lime', 'red', 'lime', 'red', 'lime', 'red', 'lime', 'red', 'lime'];
var randomNumber = Math.floor(Math.random() * 15);
document.getElementById(buyid).innerText = discountedPrice;
document.getElementById(sellid).innerText = currentPrice;
document.getElementById(buyid).style.color = colour[randomNumber];
document.getElementById(sellid).style.color = colour[randomNumber];
} catch (err) {
console.log(err);
}
}
function regularPriceUpdate() {
fetchCryptoPrices("BNB", "buybnb", "sellbnb", 5);
fetchCryptoPrices("LTC", "buyltc", "sellltc", 6);
fetchCryptoPrices("DOGE", "buydoge", "selldoge", 9);
fetchCryptoPrices("TRX", "buytrx", "selltrx", 12);
fetchCryptoPrices("SOL", "buysol", "sellsol", 14);
fetchCryptoPrices("AVAX", "buyavax", "sellavax", 12);
fetchCryptoPrices("XRP", "buyxrp", "sellxrp", 11);
}
var interval = setInterval(regularPriceUpdate, 2000);
23 Dec, 18:12
17 Dec, 14:58
16 Dec, 07:08
12 Dec, 10:41
09 Dec, 12:12
04 Dec, 09:55
03 Dec, 05:30
24 Nov, 06:46
21 Nov, 17:56
20 Nov, 17:47
20 Nov, 17:16
19 Nov, 20:00
19 Nov, 18:36
18 Nov, 15:22
17 Nov, 18:52
17 Nov, 16:38
14 Nov, 15:04
13 Nov, 16:21
12 Nov, 18:21
11 Nov, 17:20
11 Nov, 06:07
10 Nov, 16:29
10 Nov, 16:21
08 Nov, 06:01
06 Nov, 07:35
06 Nov, 03:09
03 Nov, 14:14
02 Nov, 13:05
31 Oct, 11:24
31 Oct, 07:05
29 Oct, 14:56
27 Oct, 16:22
27 Oct, 12:19
26 Oct, 19:46
26 Oct, 05:08
26 Oct, 00:57
25 Oct, 10:24
23 Oct, 18:33
22 Oct, 07:16
22 Oct, 06:38
21 Oct, 15:58
20 Oct, 06:16
19 Oct, 14:00
19 Oct, 13:32
19 Oct, 13:23