get_trade_history
core_v2.GCapiClientV2.get_trade_history(from_ts=None, max_results=100)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. |