Skip to content

Instantly share code, notes, and snippets.

@yuyasugano
Created July 27, 2021 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuyasugano/372a291fb9db738aa25a0fbe93792686 to your computer and use it in GitHub Desktop.
Save yuyasugano/372a291fb9db738aa25a0fbe93792686 to your computer and use it in GitHub Desktop.
techflare external adapter example 2
$ curl -X GET -H "Content-Type: application/json" "https://3t9jjasu58.execute-api.ap-northeast-1.amazonaws.com/Stage/chainlink?n=btc&p=h" \
| jq '. | { name: .name, value: .sma."5"}'
{
"name": "bitcoin",
"value": 37379.58199999999
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment