Grid Bot vents
Description: Getting a list of events by Grid Bot
Permission: BOTS_READ Security: SIGNED
GET
/ver1/grid_bots/{id}/events
Path Parameter
id integer
required
Unique 3Commas ID for this Grid Bot entity
Query Parameters
page integer
required
Page number for pagination Default: 1
per_page integer
required
Quantity of records on one page Minimum: 1
, Maximum: 100
Default: 100
Parameters response
message string
The description of the event
created_at string
ISO 8601 datetime string indicating when the event was recorded
Example Request
GET /ver1/grid_bots/2338357/events?page=1&per_page=10
Example Response and errors
Last updated
Was this helpful?