You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SpotBit's /configure API call returns two lists of exchanges, cached exchanges and on demand exchanges. The documentation does not make it clear what the actual difference is between these types of exchanges, or how each exchange relates to the list of currencies it supports. Here is the output of http://h6zwwkcivy2hjys6xpinlnz2f74dsmvltzsd4xb42vinhlcaoe7fdeqd.onion/configure as of 2021-01-21:
For each of the listed fiat currencies, there is a list of five exchanges that will be used to average data for the /now/CURRENCY endpoint. They have been selected based on volume rankings and coinmarketcap's confidence rating. In order to stick with exchanges supported by ccxt, some candidates were excluded (such as btse). These exchanges should all be listed in the exchanges field of spotbit.config in order to ensure spotbit runs as smoothly as possible. The default config will include these values for you.
It goes on to list the standard configuration:
USD
coinbasepro
hitbtc
bitfinex
kraken
bitstamp
GBP
coinbasepro
coinsbank
bitstamp
kraken
cexio
EUR
kraken
coinbasepro
bitfinex
bitstamp
indoex
JPY
bitflyer
liquid
coincheck
bitbank
zaif
USDT
binance
okex
huobipro
bitmax
gateio
Which five exchanges are used for each currency is not provided by the results of the /configure call, however, and having to hard-code this list into applications is not an acceptable alternative since it can be configured on a per-server basis.
Expected result: SpotBit should return which servers are supported for which currencies in a way application developers can use.
The text was updated successfully, but these errors were encountered:
SpotBit's
/configure
API call returns two lists of exchanges,cached exchanges
andon demand exchanges
. The documentation does not make it clear what the actual difference is between these types of exchanges, or how each exchange relates to the list of currencies it supports. Here is the output ofhttp://h6zwwkcivy2hjys6xpinlnz2f74dsmvltzsd4xb42vinhlcaoe7fdeqd.onion/configure
as of 2021-01-21:The actual SpotBit Docs say:
It goes on to list the standard configuration:
Which five exchanges are used for each currency is not provided by the results of the
/configure
call, however, and having to hard-code this list into applications is not an acceptable alternative since it can be configured on a per-server basis.Expected result: SpotBit should return which servers are supported for which currencies in a way application developers can use.
The text was updated successfully, but these errors were encountered: