Awesome-omni-skill getblock

GetBlock — RPC node and API access for 100+ blockchains; authentication, endpoints, CU pricing, Ethers/JSON-RPC, Yellowstone gRPC, MCP integration.

install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/getblock" ~/.claude/skills/diegosouzapw-awesome-omni-skill-getblock && rm -rf "$T"
manifest: skills/development/getblock/SKILL.md
source content

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

TopicDescriptionReference
AuthenticationAccess token in URL, no headers; roll/delete if compromisedcore-authentication
EndpointsCreating endpoints — protocol, network, full/archive, API type, regioncore-endpoints
CU pricingCompute Units — chain × method multiplier, plan limitscore-cu-pricing

Features

Integration

TopicDescriptionReference
Ethers.jsSet GetBlock as JsonRpcProvider for Ethereum/EVMfeatures-ethers-integration
JSON-RPC / cURLTest connection — eth_blockNumber, eth_chainId, eth_getBalancefeatures-jsonrpc-curl
API overview100+ chains, JSON-RPC/WS/GraphQL/REST, add-ons (DAS, Firehose, Yellowstone)features-api-overview
Yellowstone gRPCSolana real-time streaming (accounts, txs, blocks, slots)features-yellowstone-grpc
MCP with GetBlockBuild MCP server exposing GetBlock Ethereum RPC as tools for AI agentsfeatures-mcp-getblock

External Links