trongrid_api_call
Make direct calls to TronGrid API endpoints to query TRON blockchain data, such as blocks and accounts, using GET or POST methods.
Instructions
Direct call to TronGrid API endpoint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Request body data (for POST requests) | |
| method | No | HTTP method (GET or POST) | |
| endpoint | Yes | API endpoint (e.g., "/wallet/getnowblock", "/wallet/getaccount") |