Short answer: send your crypto portfolio value 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.
Your portfolio total lives across exchanges and wallets, which is why no single app gets it right. Sum the holdings yourself in a small script, multiply by live prices, and push one clean total. The widget shows the figure that actually matters to you, with the daily change beside it.
A source is created automatically the first time you push to it, so there is no setup step. Send your crypto portfolio value like this:
curl -X PUT https://api.widgetdash.app/api/v1/data/crypto_portfolio \
-H "Authorization: Bearer YOUR_WRITE_KEY" \
-H "Content-Type: application/json" \
-d '{
"display_name": "Portfolio",
"icon": "chart.pie.fill",
"category": "Crypto",
"metrics": [
{ "label": "Total", "value": "$24,180" },
{ "label": "24h", "value": "+$310" }
]
}'
Small Lock Screen widgets are supported too, so your crypto portfolio value can sit right under the clock.
Never. You compute the total in your own script and push only the final number. No wallet or exchange access is shared.
Yes. Send the change as a second metric in dollars or percent.
See all WidgetDash use cases · How to see any number on your iPhone
Your crypto portfolio value, 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.