get_trade_history
=None, max_results=100) core_v2.GCapiClientV2.get_trade_history(from_ts
Retrieve the trade history for the account.
Parameters
Name | Type | Description | Default |
---|---|---|---|
from_ts | Optional[str] | Optional start timestamp for the history. | None |
max_results | int | Maximum number of results to retrieve. | 100 |
Returns
Name | Type | Description |
---|---|---|
pd.DataFrame | A dictionary containing the trade history. |