Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
bitfinexrl
Browse files Browse the repository at this point in the history
  • Loading branch information
themandalore committed Oct 21, 2019
1 parent 30fe02a commit f0f6c7e
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions psr.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,36 +355,45 @@
},
{
"requestID":40,
"symbol":"LTC/USD- Bitfinex",
"symbol":"STEEM/BTC - Binance",
"apis":[
"json(https://api-pub.bitfinex.com/v2/ticker/tLTCUSD).6"
"json(https://api.binance.com/api/v1/klines?symbol=STEEMBTC&interval=1d&limit=1).0.4"
],
"transformation" : "value",
"granularity" : 1000000
},
{
"requestID":41,
"symbol":"ETH/USD- Bitfinex",
"symbol":"LINK/USDT - Binance",
"apis":[
"json(https://api-pub.bitfinex.com/v2/ticker/tETHUSD).6"
"json(https://api.binance.com/api/v1/klines?symbol=LINKUSDT&interval=1d&limit=1).0.4"
],
"transformation" : "value",
"granularity" : 1000000
},
{
"requestID":42,
"symbol":"BTC/JPY- Bitfinex",
"symbol":"WAN/BTC - Binance",
"apis":[
"json(https://api-pub.bitfinex.com/v2/ticker/tBTCJPY).6"
"json(https://api.binance.com/api/v1/klines?symbol=WANBTC&interval=1d&limit=1).0.4"
],
"transformation" : "value",
"granularity" : 1000000
},
{
"requestID":43,
"symbol":"BTC/EUR- Bitfinex",
"symbol":"GNT/ETH - Binance",
"apis":[
"json(https://api-pub.bitfinex.com/v2/ticker/tBTCEUR).6"
"json(https://api.binance.com/api/v1/klines?symbol=GNTETH&interval=1d&limit=1).0.4"
],
"transformation" : "value",
"granularity" : 1000000
},
{
"requestID":44,
"symbol":"BTC/USD - Bitfinex",
"apis":[
"json(https://api-pub.bitfinex.com/v2/ticker/tBTCUSD).6"
],
"transformation" : "value",
"granularity" : 1000000
Expand Down

0 comments on commit f0f6c7e

Please sign in to comment.