Template List
This endpoint allows you to retrieve a list of rental bot templates that are available to users in the Bots Marketplace.
Get List of Bots
GET
https://api.aitrade.com/api/templates
Query Params
page_size
integer
maximum number of items returned per request
page
integer
Current page number for pagination
sort
string
Sort the list by apy
or wl_ratio
.
order
string
Order of sorting, either desc
for descending or asc
for ascending
strategy
string
Filter the list by strategy, options are Long
or Short
Response
This endpoint supports pagination and allows filtering and sorting to help integrate and display bots data efficiently in your applications.
The response includes status code indicating the outcome. A successful request (code: 200
) returns bot templates' details including the id, status, title, description, performance metrics, and more. An unsuccessful attempt due to authentication issues returns code: 401
with a message indicating the user is unauthenticated.
Last updated