Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
Add start and end notes
Browse files Browse the repository at this point in the history
  • Loading branch information
shanefontaine committed Dec 29, 2018
1 parent 882edac commit b6bb401
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ethfinex/public_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def get_trades(self, pair, limit=None, start=None, end=None, sort=None):
"""Get all the pertinent details of the trade, such as price, size and
time.
**Note**: `start` and `end` are in MILISECONDS. Each need 13 digits.
Args:
pair (str): Name of the pair
limit (Optional[int]): Number of records
Expand Down Expand Up @@ -168,6 +170,8 @@ def get_candles(self, symbol, time_frame, section,
limit=None, start=None, end=None, sort=None):
"""Access charting candle info.
**Note**: `start` and `end` are in MILISECONDS. Each need 13 digits.
Args:
symbol (str): Name of the symbol
time_frame (str): Available values: '1m', '5m', '15m', '30m', '1h',
Expand Down

0 comments on commit b6bb401

Please sign in to comment.