get_nodit_api_spec
Retrieve fully resolved API specification details for a Nodit Blockchain Context operationId. Returns structured JSON to streamline multi-chain blockchain data access for AI applications.
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. |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"operationId": {
"description": "The operationId to get the resolved specification for.",
"type": "string"
}
},
"required": [
"operationId"
],
"type": "object"
}