so the correct answer I need here is “response[6]” but I want to make it a JS function that can find it by the “id” and then return the “price_usd”
because this is the “stratis” (object?) id one, and I want to be able to always find the price for it, but sometimes its rank changes so it will be response[6], sometimes its response[5], etc depending on its performance
so how can I make a JS function that always finds the id: “stratis” one (instead of using response[6]) and return “price_usd” ? thanks!