Standard
To ensure seamless integration and interoperability, it is recommended that all Recording Oracles adhere to certain endpoint standards.
POST
/webhook
Used for receiving notifications about various events within the Protocol
Headers
human-signature*
Signature used for origin authentication.
Body
escrow_address*
String
The address of the escrow involved in the event.
chain_id*
Number
The identifier of the chain where the escrow exists.
event_type*
Enum
The type of event, which can be one of the following:
submission_in_review
: Indicates the completion of an escrow.
escrow_completed
: Indicates the completion of an escrow.
event_data
Object
It gives information about the event, like refusal reason for an invalid submission.
Response
Last updated