cURL
curl --request POST \ --url https://orchestrator.rhinestone.dev/bundles/{bundleId}/events \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data '{ "type": "FillPreconfirmation", "chainId": 123, "txHash": "<string>" }'
{ "status": "Accepted" }
Submit events for a specific bundle
Rhinestone API key
Unique identifier of the bundle
"77119256265773742309930654065362693497375232736834856992878277299604179621015"
Body
The body is of type object.
object
201
Event submitted successfully