Registers a full `appData` so it can be referenced by `appDataHash`.
Uploads a full appData to orderbook so that orders created with the corresponding appDataHash can be linked to the original full appData.
PUT
Registers a full `appData` so it can be referenced by `appDataHash`.
Path Parameters
32 bytes encoded as hex with 0x prefix.
It's expected to be the hash of the stringified JSON object representing the appData.
Example:
"0x0000000000000000000000000000000000000000000000000000000000000000"
Body
application/json
The appData document to upload.
Response
The full appData already exists.
32 bytes encoded as hex with 0x prefix.
It's expected to be the hash of the stringified JSON object representing the appData.
Example:
"0x0000000000000000000000000000000000000000000000000000000000000000"
Last modified on March 17, 2026
Registers a full `appData` so it can be referenced by `appDataHash`.