Short answer: send your Bitcoin price to WidgetDash with one HTTP request, then add the WidgetDash widget to your iPhone Home Screen or Lock Screen. It updates every time you push a new value, and it is free for up to 5 numbers.
A small script that hits any public price endpoint can keep a Bitcoin widget current to the minute. Push the spot price and the twenty-four hour change in one request. It is the glanceable ticker you wanted without handing yet another app permission to send you notifications.
A source is created automatically the first time you push to it, so there is no setup step. Send your Bitcoin price like this:
curl -X PUT https://api.widgetdash.app/api/v1/data/bitcoin_price \
-H "Authorization: Bearer YOUR_WRITE_KEY" \
-H "Content-Type: application/json" \
-d '{
"display_name": "Bitcoin",
"icon": "bitcoinsign.circle.fill",
"category": "Crypto",
"metrics": [
{ "label": "BTC", "value": "$67,310" },
{ "label": "24h", "value": "+2.4%" }
]
}'
Small Lock Screen widgets are supported too, so your Bitcoin price can sit right under the clock.
Any of them. Read the price from whatever API you trust, then push the number. WidgetDash just displays what you send.
Yes. Add a second metric with the percentage and a plus or minus sign.
See all WidgetDash use cases · How to see any number on your iPhone
Your Bitcoin price, on your Home Screen, in about two minutes.
Get started freeFree for up to 5 sources. Pro is $4.90/mo or $29.90/yr for unlimited sources and faster refresh.