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