Webhook endpoint for receiving signed open orders from UniswapX
POST/:network/orders/uniswapx-webhook
Webhook endpoint for receiving signed open orders from UniswapX
Request
- application/json
Body
required
orderHash stringrequired
The hash identifier for the order
createdAt stringrequired
Timestamp at which the order was posted
signature stringrequired
The swapper signature to include with order execution
orderStatus stringrequired
Current order status (always "open")
encodedOrder stringrequired
The abi-encoded order to include with order execution, decodable using the UniswapX SDK
chainId numberrequired
The chain ID that the order originates from
filler string
The filler address, if the order was quoted by an RFQ participant
quoteId string
The requestId from the quote request, if the order was quoted by an RFQ participant
offerer string
The swapper address (offerer)
type string
The order type (e.g., "Dutch_V2", "Limit")
Responses
- 201
Loading...