GET
/api/v1/bots/grid/:id/events
Permission: BOTS_READSecurity: SIGNED
Retrieves a chronological list of runtime events, order placement activities, leverage settings, and status logs generated by a specific Grid Bot.
Path Parameters
idinteger required
Unique Quentrade ID for this Grid Bot entity. Example: 2338357
Query Parameters
2pageinteger required
Page number for pagination. Default: 1
per_pageinteger required
Quantity of records on one page. Min: 1, Max: 100, Default: 100
Response Parameters
2messagestring
The textual description of the bot event (e.g. order creation, balance adjustments, state transitions).
created_atstring
ISO 8601 datetime string indicating when the event was recorded.
Example Request
GETGET /api/v1/bots/grid/2338357/events?page=1&per_page=10
Example Responses
Returns HTTP 200/201 with an array of historical event logs.
grid_bot_events_200.json
200 OK