Parse json

Welcome to the Make community!

There might be multiple asks or bids, since the server is returning an array.

You can either use an array Iterator on the “asks” and “bids” variable, or to get the first item of each array, you can also use the map function

{{ first(map(asks; "price")) }}
{{ first(map(bids; "price")) }}

Links

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

Articles & Videos

3 Likes