Skip to main content

POST /api/chain/:motherSlug/anchor

MethodPOST
Path/api/chain/:motherSlug/anchor
GroupPrivate Anchor
Authnone — public endpoint
Sourceshared/api-core/src/routes/privateAnchor.ts

Call it

curl -X POST https://zeqsdk.com/api/chain/:motherSlug/anchor \
-H "Content-Type: application/json" \
-d '{}'

Public endpoint — no authentication required.

Reference