call_nodit_aptos_indexer_api
Query Aptos blockchain data via Nodit's indexed API. Submit GraphQL requests to retrieve normalized, real-time on-chain information.
Instructions
Calls a Nodit Aptos Indexer API. Returns the API response. Before making the call, it's recommended to verify the detailed API specifications using the 'get_nodit_aptos_indexer_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 'testnet'. | |
| requestBody | Yes | Graphql request body matching the API's spec. |