/api/v1/bots/grid/:id/profits
Returns chronological profit execution details of an existing Grid Bot entity using its ID with optional ISO 8601 date range filtering.
Path Parameters
Unique Quentrade ID for this Grid Bot entity. Example: 2338357
Query Parameters
2Filters profit events recorded on or after a specific datetime in ISO 8601 format (e.g., 2024-09-01T04:00:00.000Z).
Filters profit events recorded on or before a specific datetime in ISO 8601 format (e.g., 2024-10-11T03:59:59.000Z).
Response Parameters
5Unique Quentrade ID for this Grid line entity.
Profit amount generated from this Grid line execution in the base currency.
Profit amount in USD calculated from this Grid line execution.
ISO 8601 datetime string indicating when the profit event was recorded.
Detailed information about the specific Grid line event.
Unique ID for this Grid line entity.
The execution price at which the asset was bought or sold.
The order side for this Grid line: buy or sell.
Indicates whether the order for this grid line has been actively placed (true) or not (false).
Example Request
Example Responses
If successful, returns HTTP 200 with an array of individual grid line profit event records.