getblock

📁 hairyf/blockchain-master 📅 1 day ago
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/hairyf/blockchain-master --skill getblock

Agent 安装分布

mcpjam 1
claude-code 1
replit 1
junie 1
windsurf 1
zencoder 1

Skill 文档

Skill based on GetBlock docs, generated 2026-02-09. Source: https://github.com/GetBlock-io/getblock-docs

GetBlock provides plug-and-play node and API access for 100+ chains (Ethereum, BNB Chain, Polygon, Solana, TON, etc.). Authentication is via access token in the endpoint URL; no headers. Shared nodes use Compute Units (CU) for billing; dedicated nodes have custom limits.

Core References

Topic Description Reference
Authentication Access token in URL, no headers; roll/delete if compromised core-authentication
Endpoints Creating endpoints — protocol, network, full/archive, API type, region core-endpoints
CU pricing Compute Units — chain × method multiplier, plan limits core-cu-pricing

Features

Integration

Topic Description Reference
Ethers.js Set GetBlock as JsonRpcProvider for Ethereum/EVM features-ethers-integration
JSON-RPC / cURL Test connection — eth_blockNumber, eth_chainId, eth_getBalance features-jsonrpc-curl
API overview 100+ chains, JSON-RPC/WS/GraphQL/REST, add-ons (DAS, Firehose, Yellowstone) features-api-overview
Yellowstone gRPC Solana real-time streaming (accounts, txs, blocks, slots) features-yellowstone-grpc
MCP with GetBlock Build MCP server exposing GetBlock Ethereum RPC as tools for AI agents features-mcp-getblock

External Links