Browse Source

Update README.md

master
Taylor Bockman 6 years ago committed by GitHub
parent
commit
ca4c421b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      README.md

5
README.md

@ -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
`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
### Server alive check with ping

Loading…
Cancel
Save