call_nodit_aptos_indexer_api
Retrieve Aptos blockchain data by sending GraphQL requests to the Nodit Indexer API. Returns normalized responses from specified networks.
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. |