Optional
requestBody: CancelOrderRequestSignature of the request
CancelOrderResponse successful operation
Add an off chain NFT order in the orderbook. Add an order in the orderbook. This order can be filled by anyone. Offchain orders are not compatible with smart wallets, including Cometh connect.
The order needs to be signed by the maker before it is passed.
For onchain orders, use the preSignERC721Order
method of the 0x contract.
Optional
requestBody: NewOrderStore a Signed order in the orderbook
Order successful operation
Get offers received by an address Returns a list of purchase offers received by the given Ethereum address. The result includes pagination.
The Ethereum address of the user.
Optional
limit: numberOptional
skip: numberPaginatedOrders Success
Get offers sent by an address Returns a list of purchase offers sent by the given Ethereum address. The result includes pagination.
The Ethereum address of the user.
Optional
limit: numberOptional
skip: numberPaginatedOrders Success
Prepare order filling Prepare the 0x order payload to be passed in the buyERC721 or sellERC721 smart contract function.
maker of the order
nonce of the order
Optional
requestBody: PrepareFillRequestPrepareFillResponse successful operation
Prepare order listing Prepare the 0x order payload to be signed by the end-customer and passed in the preSignERC721Order smart contract function. This order can be filled by anyone.
Optional
requestBody: PrepareListingRequestPrepareListingResponse successful operation
Search ERC1155 NFT orders filled events from the orderbook Combine all filters as AND conditions to search for filled events. ERC1155 orders can be partially filled in several transactions each emitting a filled event.
Optional
requestBody: SearchFilledEventsRequestBody of orders search
PaginatedFilledEvents List of matching filled events
Search NFT orders from the orderbook Combine all filters as AND conditions to search for orders.
Optional
requestBody: SearchOrdersRequestBody of orders search
PaginatedOrders List of matching orders
nonce of the order