its_me
1
Hello,
how can I divide the requested information into individual pieces without special characters?
requested api info (https://api.blockchain.com/v3/exchange/tickers/BTC-USD)
and i get this:
{"symbol":"BTC-USD","price_24h":38380.17,"volume_24h":350.22436923,"last_trade_price":38513.2}
so i build with jsontextdecode and i get this:

so far i have done it as shown in the picture:
How can i now show this like:
BTC - USD
Last trade price 38221.25
Price 24h 39155.4
Volume 24h 398.23739
i am a beginner and i would appreciate it for any help 
Greez Chris
TIMAI2
2
You could do this:
which will return this in a single label:

1 Like
its_me
5
how can i rename volume_24h to 24h Volume ?
TIMAI2
6
If the "key" is static (always the same) then you could do this:

1 Like
its_me
7
while building it just occurred to me myself, logic xD
its_me
8
how can i do math on this build, i want to divide some numbers

system
Closed
11
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.