Get the list of DCA Bots
Description: Returns a list of DCA Bots by user. Use the query parameters to filter the results
Permission: BOTS_READ Security SIGNED
GET
/ver1/bots
Query Parameters
limit integer
Limits the number of records returned.
Maximum: 100
, Default: 50
offset integer
Skips the first N records in the results
from integer
Returns entities created after a specific time
account_id integer
Filters entities linked to the specified 3Commas exchange account
scope string
Filters bots by their status
Default: null
strategy string
Filters bots by trading strategy type: long
or short
;
sort_by string
Specifies the field used to order the results: created_at
; updated_at
; profit
Default: created_at
order_direction string
Sets the direction of order ([ASC]
or [DESC]
)
Default: [DESC]
quote string
Filters by quote currency
Parameters Response
If successful, the response includes a copy of DCA Bot entity.
Example Request
GET /ver1/bots/12345678/show?include_events=true
Example Response and Errors
Last updated
Was this helpful?