I built a 24/7 Coinbase account monitor after my trading bot went silent and cost me money
One of my Coinbase Advanced Trade bots stopped running and I didn't notice for hours. API key had expired silently — no errors thrown, nothing in the logs, just quiet while the market moved without me.
That was the whole motivation. I built PositionPing to solve exactly that problem.
\*\*What it does:\*\*
- Watches Coinbase Advanced Trade accounts around the clock
- Fires email or SMS alerts when a position's P&L crosses a threshold you set, an account stops sending fresh data (stale/hung bot), a daily loss limit is breached, or a balance changes unexpectedly
- View-only API keys only — it physically cannot trade or move funds, enforced at the Coinbase API scope level
\*\*Stack:\*\* nothing exotic. The hard part was getting the monitoring logic tight enough that it catches real failures without firing false positives at 3am.
\*\*Where it's at:\*\*
- Live at [positionping.com](http://positionping.com) \- Free tier: email alerts, 1 account
- Pro: $9/mo, SMS + up to 5 accounts
- \~2 min setup, mobile app available
Took a few weekends to get to something I'd actually trust on my own accounts. Happy to talk about the build — the API polling logic, alert delivery, anything.