call_nodit_api
Execute blockchain API calls using Nodit's Web3 infrastructure. Specify protocol, network, operationId, and request body to interact with blockchain data across multiple networks.
Instructions
This function calls a specific Nodit Blockchain Context API using its operationId. Before making the call, it's recommended to verify the detailed API specifications using the 'get_nodit_api_spec' tool. Please note that using this tool will consume your API quota.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
network | Yes | Nodit network to call. e.g. 'mainnet' or 'amoy'. | |
operationId | Yes | Nodit API operationId to call. | |
protocol | Yes | Nodit protocol to call. e.g. 'ethereum' or 'polygon'. | |
requestBody | Yes | JSON request body matching the API's spec. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Nodit MCP Server
Related Tools
- @noditlabs/nodit-mcp-server
- @noditlabs/nodit-mcp-server
- @noditlabs/nodit-mcp-server
- @noditlabs/nodit-mcp-server
- @fakepixels/base-mcp-server