Skip to main content

POST /api/chain/:slug/unlock

MethodPOST
Path/api/chain/:slug/unlock
GroupChain
Authnone — public endpoint
Sourceshared/api-core/src/routes/chain.ts

Call it

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

Public endpoint — no authentication required.

Reference