POST
/
bundles
/
{bundleId}
/
events
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"
}

Headers

x-api-key
string
required

Rhinestone API key

Path Parameters

bundleId
string
required

Unique identifier of the bundle

Example:

"77119256265773742309930654065362693497375232736834856992878277299604179621015"

Body

application/json

Body

The body is of type object.

Response

201
application/json

201

Event submitted successfully