Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including ccxt-compiled with all npm packages installed. Try it out:

let ccxt = require ('ccxt') let exchange = new ccxt.bitfinex ({ apiKey: '4FlEDtxDl35gdEiobnfZ72vJeZteE4Bb7JdvqzjIjHq', secret: 'D4DXM8DZdHuAq9YptUsb42aWT1XBnGlIJgLi8a7tzFH', }) await exchange.loadMarkets () console.log (exchange.symbols) let symbol = exchange.symbols[0] console.log (symbol) let ticker = await exchange.fetchTicker (symbol) console.log (ticker) let orderbook = await exchange.fetchOrderBook (symbol) console.log (orderbook) let balance = await exchange.fetchBalance () console.log (balance)

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

ccxt-compiled v1.0.9

A JavaScript / Python / PHP cryptocurrency trading library with support for 90+ exchanges

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free