Get Closed Orders
Retrieve information about orders that have been closed (filled or cancelled). 50 results are returned at a time, the most recent by default.
Note: If an order’s tx ID is given for start
or end
time, the order’s opening time (opentm
) is used
POST
/
getClosedOrders
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Headers
tenantId
string
requiredTenant/Owner id
Body
application/json
nonce
string
(Required)
asset
string
(Required) Asset to unstake (asset ID or altname
). Must be a valid staking asset (e.g. XBT.M
, XTZ.S
, ADA.S
)
amount
string
(Required) Amount of the asset to stake
Response
200 - application/json
The response is of type object
.