Short answer: send your Ethereum 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.
If you watch ETH, you probably check it more often than is healthy. Move it to a widget so the number is simply there, calm and current, without a price app buzzing at you. A cron job hitting a public endpoint every few minutes is all the plumbing it takes.
A source is created automatically the first time you push to it, so there is no setup step. Send your Ethereum price like this:
curl -X PUT https://api.widgetdash.app/api/v1/data/eth_price \
-H "Authorization: Bearer YOUR_WRITE_KEY" \
-H "Content-Type: application/json" \
-d '{
"display_name": "Ethereum",
"icon": "centsign.circle.fill",
"category": "Crypto",
"metrics": [
{ "label": "ETH", "value": "$3,540" },
{ "label": "24h", "value": "-1.1%" }
]
}'
Small Lock Screen widgets are supported too, so your Ethereum price can sit right under the clock.
No. Free public endpoints are fine for a personal widget. You read the price and push it.
Yes. Create one source per coin, up to five on the free plan and unlimited on Pro.
See all WidgetDash use cases · How to see any number on your iPhone
Your Ethereum 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.