Public
Edited
Apr 29
Insert cell
Insert cell
keywordData = fetch(
"https://api.data.adj.news/api/trade/recent?limit=50&sort_by=amount&sort_dir=desc&api_key=38314d45-7899-4f51-a860-f6b898707a70"
).then((response) => response.json())
Insert cell
data = keywordData.data
Insert cell
Insert cell
Inputs.table(search, {
columns: [
"trade_id",
"title",
"market_id",
"amount",
"platform"
],
rows: 100
})

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