Registers a full `appData` and returns `appDataHash`.
Uploads a full appData to orderbook and returns the corresponding appDataHash.
PUT
Registers a full `appData` and returns `appDataHash`.
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` and returns `appDataHash`.