I could have pipe the output to jq but I always prefer to avoid using /exec -sh whenever possible
/alias add price_get /exec -hsignal price_value url:https://api.coingecko.com/api/v3/simple/price?ids=bitcoin,ethereum,livepeer,arbitrum,celestia&vs_currencies=usd&precision=2
/price_get
/item addreplace price "" "${plugins.var.price}"
/trigger addreplace item_price_content hsignal price_value
/trigger set item_price_content regex "/usd/ /out /,/ /out /[^[:alnum:]. ]//out /arbitrum/ARB/out /celestia/TIA/out /livepeer/LPT/out /ethereum/⟠/out /bitcoin/₿/out /([^ ]+ [^ ]+) ([^ ]+ [^ ]+) ([^ ]+ [^ ]+) ([^ ]+ [^ ]+) ([^ ]+ [^ ]+)/${re:2} ${re:4} ${re:5} ${re:1} ${re:3}/out"
/trigger set item_price_content command "/mute -core /set plugins.var.price ${out};/item refresh price"
/trigger addreplace item_price_refresh timer "50000" "" "" "/price_get"
Then add the price item to a bar
