Trade Log
This endpoint retrieves all the trades of the specified user
Get List of Trades for a User
GET
https://api.aitrade.com/api/trades
Query Params
Name
Type
Required
Description
page_size
integer
maximum number of items returned per request
page
integer
Current page number for pagination
status
string
Filter the list by status, options are open
or close
side
string
filter the list by side, options are BUY
or SELL
Responses:
Returns a list of trades including details such as
bot_name
,side
, tradetime
, and more. Paginated response includes total trade counts.Failure (401): Unauthenticated, indicating you're not logged in or lack permission to carry out the request.
Last updated