Skip to content

List recent orders

GET
/orders

Parameters

Query Parameters

account
Type
string
conditionId
Type
string
limit

Responses

Default Response

application/json
JSON
{
  
"orders": [
  
  
{
  
  
  
"orderHash": "string",
  
  
  
"tokenId": "string",
  
  
  
"maker": "string",
  
  
  
"signer": "string",
  
  
  
"taker": "string",
  
  
  
"side": 0,
  
  
  
"signatureType": 0,
  
  
  
"makerAmount": "string",
  
  
  
"takerAmount": "string",
  
  
  
"remainingMakerAmount": "string",
  
  
  
"expiration": "string",
  
  
  
"nonce": "string",
  
  
  
"feeRateBps": "string",
  
  
  
"salt": "string",
  
  
  
"signature": "string",
  
  
  
"status": "string",
  
  
  
"conditionId": "string",
  
  
  
"price": "string",
  
  
  
"lastSettlementTxHash": "string",
  
  
  
"createdAt": "string",
  
  
  
"updatedAt": "string"
  
  
}
  
]
}

Playground

Server
Variables
Key
Value

Samples