Fetching Json data from API

You can search the API response directly in the browser.

Here is a test macro. Since I do not have the API key, I search the JSON response for the word “Please”, which is part of the error message.

{
  "Name": "json-api",
  "CreationDate": "2021-8-30",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://api.taapi.io/rsi?secret=MY_SECRET&exchange=binance&symbol=BTC/USDT&interval=1h",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "sourceSearch",
      "Target": "Please",
      "Value": "a",
      "Description": ""
    },
    {
      "Command": "echo",
      "Target": "${a}",
      "Value": "green",
      "Description": ""
    }
  ]
}