GET
https://orchestrator.rhinestone.dev
/
bundles
/
{bundleId}
curl --request GET \
  --url https://orchestrator.rhinestone.dev/bundles/{bundleId} \
  --header 'x-api-key: <x-api-key>'
{
  "status": "PENDING",
  "fillTimestamp": 1633493192,
  "fillTransactionHash": "0xc1674f4671accbceec3f22c2c9cfa4f7aead7183f48df90c239e0d85d6c31e21",
  "claims": [
    {
      "depositId": "77119256265773742309930654065362693497375232736834856992878277299604179621015",
      "chainId": 10,
      "status": "CLAIMED",
      "claimTimestamp": 123,
      "claimTransactionHash": "<string>"
    }
  ]
}

Headers

x-api-key
string
required

Rhinestone API key

Path Parameters

bundleId
string
required

Unique identifier of the bundle

Example:

"77119256265773742309930654065362693497375232736834856992878277299604179621015"

Response

200
application/json

200

Successfully retrieved bundle status