POST /api/chain/:motherSlug/anchor
POST /api/chain/:motherSlug/anchor
| Method | POST |
| Path | /api/chain/:motherSlug/anchor |
| Auth | public (no key) |
| Group | Machine · Private Anchor |
Request
curl -X POST https://zeqsdk.com/api/chain/YOUR_MOTHER_MACHINE/anchor \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description
Generated from the node's own route registry (GET /api/endpoints) — this path is live.