Returning Nested Properties within CoinMarketCap API

The best thing to do is to post the full JSON response as text. It’s very hard to parse JSON from a screenshot. But if you post the text, I can paste it into Best JSON Viewer and JSON Beautifier Online and then help you to get the list (array) data you want.

It’s important to include ``` marks before and after the text, like this:

```
[JSON response]
```

Otherwise, all quotes will be converted to smart quotes which makes the JSON appear to be invalid.

You might also find my API tutorial helpful: