Extracting Data from an array without object names

Hey ya’ll.

I’m trying to extract data from a Binance API, and the response comes back without Array names or object names.

I’m using the data to chart our open, high, low, close of each time series. How do indicate what object # I want to extract?

I thought maybe :item # function would do that, but I believe that only deals with the first array? I also tried :groupby but Bubble doesn’t seem to categorize array without object IDs, or names.

Screen Shot 2022-04-20 at 1.21.38 AM

You should be able to do ‘:item #’ to determine which item in the list of arrays to pull data from and then after that do a second ‘item #’ to determine which index of the nested array to pull from.