Please enable JavaScript.
Coggle requires JavaScript to display documents.
Currency Daemon (start (%currenciesTable=null (getRates ($SYS.GET (https…
Currency Daemon
start
%currenciesTable=null
getRates
$SYS.GET
https://api.sheety.co/0a704766-9ace-4538-9cd1-7e5bdef50b08
makeCurJson
$ %currenciesTable each(%currenciesRow)
exit
else
1 more item...
?atLeastOne=1
2 more items...
next
%decimals=$.decimals %currenciesRow
%name=$.name %currenciesRow
%sourceCurrency=$.currency1 %ratesRow
1 more item...
ANSWER
%currenciesTable
%currenciesJson=[]
%currenciesRow=null
%decimals=null
%atLeastOne=null
%name=null
default
%sys.timer=1800