User Bots
This endpoint allows you to retrieve all bots that have been created by the user
Get List of Bots
GET
https://api.aitrade.com/api/bots
Query Params
Name
Type
Required
Description
page_size
integer
maximum number of items returned per request
page
integer
Current page number for pagination
sort_by
string
Sort the list by apy
or wl_ratio
.
sort_direction
string
Order of sorting, either desc
for descending or asc
for ascending
status
string
Filter the list by status, options are active
or inactive
Responses:
Success (200): Returns the list of bots created and other bots' settings.
Failure (401): Unauthenticated, indicating you're not logged in or lack permission to carry out the request.
Last updated