Show the Ethereum price on your iPhone

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.

centsign.circle.fill
Ethereum
$3,540ETH
-1.1%24h

Push it with one request

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%" }
    ]
  }'
Works with any stack and any service. WidgetDash never connects to your systems. You compute the number and push the final value, so secrets like database or API keys never leave your machine.

Add it to your iPhone

  1. Sign up free and copy your WRITE key from the dashboard.
  2. Install the WidgetDash iOS app (free on the App Store) and connect with the dashboard QR code or your READ key.
  3. Long-press the Home Screen, tap +, search WidgetDash, pick a size, then choose this source.

Small Lock Screen widgets are supported too, so your Ethereum price can sit right under the clock.

Questions

Do I need a paid price API?

No. Free public endpoints are fine for a personal widget. You read the price and push it.

Can I track more than one coin?

Yes. Create one source per coin, up to five on the free plan and unlimited on Pro.

Related widgets

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 free

Free for up to 5 sources. Pro is $4.90/mo or $29.90/yr for unlimited sources and faster refresh.