|
|
@ -71,6 +71,11 @@ In the event an unknown error occurs, the code will throw an `UnexpectedErrorExc |
|
|
|
Be sure to call `close` on the API container class (`GeneralUtilities`, `MarketData`, etc) in order to close the |
|
|
|
Be sure to call `close` on the API container class (`GeneralUtilities`, `MarketData`, etc) in order to close the |
|
|
|
`CloseableHttpClient` resource. |
|
|
|
`CloseableHttpClient` resource. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Dates |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dates coming in from Binance have a UTC time zone. You can check this by calling `generalUtilities.getExchangeInfo()` and checking |
|
|
|
|
|
|
|
the value of the `timezone` field. |
|
|
|
|
|
|
|
|
|
|
|
## Examples |
|
|
|
## Examples |
|
|
|
|
|
|
|
|
|
|
|
### Server alive check with ping |
|
|
|
### Server alive check with ping |
|
|
|