/api/v1/smart_trades
Returns a paginated list of SmartTrades. Use the query parameters below to filter, paginate, and sort the results.
Query Parameters
12Returns entities related to the specified connected exchange account. Use List of connected exchanges to obtain account IDs.
Name of the trading pair in Quentrade format (e.g. USDT_BTC, USDT_DOGE).
Filters SmartTrades by specific mode type: simple_buy, simple_sell, smart_sell, smart_buy, smart_trade, or smart_cover.
Page number for pagination sequence. Default: 1
Quantity of records to return on one page. Min: 1, Max: 100, Default: 10
Filters SmartTrades by lifecycle status. Allowed values: all, active, finished, successfully_finish, cancelled, failed.
Specifies the field by which to sort results: created_at, updated_at, closed_at, status, profit, or profit_percentage. Default: status
Sets sorting order direction: ASC (ascending) or DESC (descending). Default: DESC
ISO 8601 datetime string parameter for filtering records created on or after this timestamp.
ISO 8601 datetime string parameter for filtering records created on or before this timestamp.
Base currency ticker symbol (e.g. BTC, ETH, DOGE).
Quote currency ticker symbol (e.g. USDT, USD, BTC).
Response Parameters
If successful, the response contains an array of SmartTrade entities matching the filter criteria.
Example Request
Example Responses
Returns HTTP 200 OK with an array of SmartTrade objects.