Skip to main content
POST
/
buckets
/
close
cURL
curl --request POST \
  --url https://atlantic.api.herodotus.cloud/buckets/close \
  --header 'api-key: <api-key>'
{
  "atlanticBucket": {
    "id": "<string>",
    "externalId": "<string>",
    "aggregatorParams": "<string>",
    "nodeWidth": -1,
    "leaves": -1,
    "mockProof": true,
    "projectId": "<string>",
    "createdByClient": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.herodotus.cloud/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

api-key
string
header
required

Query Parameters

apiKey
string
bucketId
string
required

Response

Default Response

atlanticBucket
object
required