Hi all,
I am trying to call an API from the backend on a recurring basis. Everything is working, except, when I try adding dynamic parameters (the coin “symbol”) it does not change the parameter and keeps sending back the placeholder value “btc” response data (see image 1), when it should be returning the data for “btc,eth,ltc” (see image 2). I’ve hooked up recurring APIs like this before, although, they never had dynamic parameters. All help is appreciated, I’ve looked everywhere it seems. Thank you.