forked from money-on-chain/OMoC-Node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexchanges.json
21 lines (21 loc) · 945 Bytes
/
exchanges.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"BTCUSD": [
{"name": "btc_usd_bitstamp", "ponderation": "0.22", "min_volume": 0.0, "max_delay": 0},
{"name": "btc_usd_bitfinex", "ponderation": "0.18", "min_volume": 0.0, "max_delay": 0},
{"name": "btc_usd_kraken", "ponderation": "0.18", "min_volume": 0.0, "max_delay": 0},
{"name": "btc_usd_coinbase", "ponderation": "0.25", "min_volume": 0.0, "max_delay": 0},
{"name": "btc_usd_gemini", "ponderation": "0.17", "min_volume": 0.0, "max_delay": 0}
],
"RIFBTC": [
{"name": "rif_btc_binance", "ponderation": "1", "min_volume": 0.0, "max_delay": 0}
],
"USDARS": [
{"name": "usd_ars_api", "ponderation": "1", "min_volume": 0.0, "max_delay": 0}
],
"USDCOP": [
{"name": "usd_cop_api", "ponderation": "1", "min_volume": 0.0, "max_delay": 0}
],
"RIFUSD": [
{"name": "rif_usd_api", "ponderation": "1", "min_volume": 0.0, "max_delay": 0}
]
}