Home / The Breakdown
The Breakdown dives into the deepest topics in crypto, blockchain, and the macro forces shaping markets and power structures. Each episode breaks down complex ideas into clear, grounded analysis — separating signal from noise across crypto, finance, and geopolitics.
Topics: Investing , Business
Transcribe the entire archive
Fetch every episode as speaker-labeled Markdown in one script:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1438693620/episodes \
| jq -r '.episodes[] | "\(.id) \(.title)"' \
| while IFS=' ' read -r id title; do
slug=$(echo "$title" | tr '[:upper:]' '[:lower:]' | tr -cs 'a-z0-9' '-' | sed 's/-*$//')
[ -f "${id}-${slug}.md" ] && continue
curl -s -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id
sleep 0.34
done
Each episode costs 1 credit. Already-saved files are skipped — safe to re-run after a top-up.
Example Transcripts
Venice Is Now a Crypto-AI Unicorn — But Its Token Tanked 50% July 6, 2026
2 Groups Now Control Ethereum's Future. Here's What They Want. July 1, 2026
Binance Needs A Friend in The European Union June 29, 2026
How Strategy Insiders Insulated Themselves From the Crash June 26, 2026
Searching for the Ethereum Foundation's Remaining Cash June 24, 2026
Is Strategy Really the Next Terra Luna? June 22, 2026
The History of Standard Chartered Megabullish Price Predictions June 17, 2026
The US Just Made the Case for Open-Source AI June 15, 2026
Blockworks Acquires Messari June 12, 2026
SpaceX Just Became the Most Valuable Post-IPO Company Ever June 12, 2026
BlackRock's Bitcoin ETF Is $13 Billion Underwater June 10, 2026
Inside Pump.fun's New Bounty Platform June 8, 2026
Brutal Zcash Bug Sat Hidden for 4 Years June 5, 2026
Crypto Still Sees Massive Returns On Par With Stocks June 3, 2026
Phase Two of Institutional Bitcoin Adoption January 14, 2026
Any episode from this podcast is available via the API — get started .
Get any The Breakdown episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: pt_demo" \
https://spoken.md/transcripts/{episodeId}
No subscription. Credits never expire. Try free with pt_demo.