POST /api/chain/:slug/contracts/:id/skip-next
| Method | POST |
| Path | /api/chain/:slug/contracts/:id/skip-next |
| Group | Contracts |
| Auth | session cookie |
| Source | shared/api-core/src/routes/contracts.ts |
Call it
curl -X POST https://zeqsdk.com/api/chain/:slug/contracts/:id/skip-next \
-H "Content-Type: application/json" \
-d '{}'
Reference
- Group: Contracts
- Drive it from any client — the TypeScript SDK, Python, CLI, and MCP server all wrap the same routes.