Skip to content

Submit a signed order

POST
/orders

Request Body

application/json
JSON
{
  
"conditionId": "string",
  
"order": {
  
  
"salt": "string",
  
  
"maker": "string",
  
  
"signer": "string",
  
  
"taker": "string",
  
  
"tokenId": "string",
  
  
"makerAmount": "string",
  
  
"takerAmount": "string",
  
  
"expiration": "string",
  
  
"nonce": "string",
  
  
"feeRateBps": "string",
  
  
"side": "string",
  
  
"signatureType": "string",
  
  
"signature": "string"
  
}
}

Responses

Default Response

application/json
JSON
{
  
"orderHash": "string",
  
"status": "string",
  
"match": {
  
  
"matchId": 0,
  
  
"makerOrderHash": "string"
  
}
}

Playground

Server
Body

Samples