Public
Edited
Apr 15
1 fork
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
ccxt = import("https://cdn.jsdelivr.net/npm/ccxt@4.4.75/+esm")
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
//printTable(funding_historical.slice(-30).map(d => ({date: new Date(d.timestamp).toString(), ...d})))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
bybit_instruments = {
const res = await fetch("https://api.bybit.com/v2/public/symbols")
return {
ok: res.ok,
body: await res.text()
}
}
Insert cell
Insert cell
Insert cell
Insert cell
deribit_instrument = {
const res = await fetch("https://derive.xyz/public/get_instruments", {body: `{"expired": true,"instrument_type": "erc20"}`, method: "POST"})
return res
}
Insert cell
derive = new ccxt.derive({enableRateLimit: true})
Insert cell
markets = {
return await derive.loadMarkets()
}
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more