contracts
Contract management endpoints
GET /contracts/
GET
/contracts/List contracts grouped by template. Returns template groups (with counts) followed by ungrouped contracts.
GET /contracts/by-template/{templateId}
GET
/contracts/by-template/{templateId}List contracts for a specific template with pagination
GET /contracts/{contractAddress}/abi
GET
/contracts/{contractAddress}/abiGet contract ABI filtered to only functions the authenticated user can access. This allows dApps to fetch ABIs at runtime instead of bundling them, preventing exposure of contract interfaces publicly.