GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

accountId
string
required
Minimum string length: 1

Query Parameters

symbol
string

Optional CCXT perpetual symbol.

Minimum string length: 1
since
integer

Optional inclusive Unix timestamp in integer milliseconds.

Required range: x >= 0
limit
integer
default:50

Maximum orders, from 1 to 100. Defaults to 50.

Required range: x <= 100
status
enum<string>

Optional CCXT unified status. closed includes every terminal Edel status.

Available options:
open,
closed,
canceled

Response

Success

id
string
required
Minimum string length: 1
symbol
string
required
Minimum string length: 1
status
enum<string>
required
Available options:
open,
closed,
canceled
info
object
required
clientOrderId
string
Minimum string length: 1
timestamp
integer
Required range: x >= 0
datetime
string
side
enum<string>
Available options:
buy,
sell
type
enum<string>
Available options:
limit,
market
timeInForce
enum<string>
Available options:
GTC,
IOC
price
number
amount
number
Required range: x >= 0
filled
number
Required range: x >= 0
remaining
number
Required range: x >= 0
reduceOnly
boolean
postOnly
boolean