Get the list of SmartTrades
Description: Returns the list of SmartTrade. Use the query parameters to filter the results
Permission: SMART_TRADES_READ Security: SIGNED
GET /v2/smart_trades
Query Parameters
account_id
integer
No
Returns entities related to the specified 3Commas exchange account
pair
string
No
Name of the trading pair in 3Commas format
type
string
No
Set a type of SmartTrade what you want to get in response
page
integer
No
1
Page number for pagination
per_page
integer
No
10
Quantity of records on one page. Minimum: 1
, Maximum: 100
.
status
string
No
all
; active
; finished
; successfully_finish
; cancelled
; failed
all; active; finished; successfully_finish; cancelled; failed
order_by
string
No
status
Set one of the fields to order the SmartTrade list. You can choose one of created_at
, updated_at
, closed_at
, status
, profit
, profit_percentage
the fields
order_direction
string
No
ASC
or DESC
Set the direction of order. Default: DESC
)
from
string
No
Parameter for filtering by creation date
to
string
No
Parameter for filtering by creation date
base
string
No
Base currency
quote
string
No
Quote currency
Parameter response
Example Response and errors
Last updated
Was this helpful?