Exchange API Status
This section contains the list of all supported exchanges by ccxt-rest
and the statuses of their APIs. It has two subsections - the "Legends" subsection which explains the statuses, and the "Exchange API Statuses" which contains the actual report.
The report below comes from ccxt-rest
's sanity tests which is executed on every build (and at least once a day). The sanity test goes through all supported exchanges by ccxt-rest
and executes their APIs in order to figure out whether the API is working, or needs authentication, or is broken, etc.
As part of the report, we also specify when this report was generated (Note: This date changes at least once a day because the sanity tests are executed at least once a day. Sometimes, several times in a singel day).
Legends
Status | Description |
API is working for exchange and does NOT need api key to be accessed | |
API is working for exchange but needs API key to be accessed | |
CCXT-REST does NOT support this API for this exchange. Possibly because the exchange has no corresponding API for this | |
The whole integration for this exchange is not working. Thus, none of CCXT-REST's API is working for this exchange right now | |
Executing this API for this exchange could NOT be finished due to a network error | |
While running this API against the exchange, an unexpected error has occurred. | |
API could not be executed against the exchange because the pre-requisite has not been met. Possibly because we could not even connect to the exchange or we could NOT get a currency pair (_from the Market API_) which is required by this API | |
API execution for this exchange resulted into status code `xyz` |
Exchange API Statuses
Note: All supported exchanges are listed below, but not all of their supported APIs are shown. We are still working on adding more of their APIs and their statuses