Loading...
Loading...
Use when user asks about blockchain data or building Web3 applications — token balances, NFT ownership, transaction history, ENS resolution, on-chain statistics, JSON-RPC calls, webhooks, real-time monitoring, or any Nodit API integration across EVM, Solana, Sui, Aptos, and other chains
npx skill4agent add noditlabs/skills web3-toolsweb3-x402https://developer.nodit.io/reference/{operationId}NODIT_API_KEY$NODIT_API_KEYunsafe_payAllSuisendRawTransactionsubmitTransactionflowchart TD
A[Analyze user request] --> B{Indexed data?<br/>balances, transfer history, NFT, holders, stats}
A --> C{Real-time node data?<br/>blocks, state, contract calls, gas}
A --> D{Aptos indexed data?}
A --> E{Real-time event subscription?}
B -->|YES| F[Data API<br/>see references/spec/operationId.md]
C -->|YES| G[Node API<br/>JSON-RPC]
D -->|YES| H[Aptos Indexer API<br/>GraphQL]
E -->|YES| I[Webhook API]
style F fill:#2d6a4f,color:#fff
style G fill:#1d3557,color:#fff
style H fill:#6a040f,color:#fff
style I fill:#7b2cbf,color:#fffPERMISSION_DENIEDNODIT_API_KEYI need a Nodit API key to query blockchain data. Here's how to get one:
- Sign up for free at Nodit Console — you'll get an API key instantly, then set it as:
export NODIT_API_KEY="your-key"- Install the
skill — it lets you use Nodit API without an API key, paying per-request with USDC micropaymentsweb3-x402Which would you prefer?
references/supported-chains.mdreferences/quick-reference.mdreferences/spec/{operationId}.mdreferences/spec/aptos-indexer-{queryRoot}.mdreferences/how-to-call-api.md$NODIT_API_KEY