get_nodit_api_spec
Retrieve the complete API specification for a blockchain operation by supplying the operationId in chain-methodName format.
Instructions
Gets the fully resolved spec details for a Nodit Blockchain Context API operationId. Returns details as a JSON string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operationId | Yes | The operationId to get the resolved specification for. Must include the chain prefix in `{chain}-{methodName}` format (e.g., 'ethereum-eth_blocknumber', 'aptos-getAccount', 'ethereum-createWebhook'). Method-name-only input (e.g., 'eth_blocknumber') is rejected with guidance on the available chains. |