Description: Buy, swap, bridge, and stake on the BIM decentralized cryptocurrency trading protocol.
crypto (5140) cryptocurrency (4441) ethereum (4219) swap (2505) bim (1341) polygon (301) cryptomonnaie (27) bim finance (3) jeton bim (1) livret cryptomonnaie (1)
EN Démarrer Se connecter BIM
≈ 1.00091 €
Open actions menu const bimPoolInfo = document.getElementById('bimPoolInfo'); fetch('https://bim.finance/api/bim/quote/variation/24').then(response => response.json()).then(data => { const priceChangeElement = document.createElement('p'); const priceChange = Number(data).toFixed(2) || 0; let priceChangeColor; if (priceChange == 0) priceChangeColor = 'bg-bim-gray'; else if (priceChange > 0) priceChangeColor = 'bg-bim-green'; else priceChangeColor = 'bg-bim-red'; priceChangeElement.innerHTML = (priceChange >