What problem does it solve?
This Skill serves as a pay-per-call JSON-RPC proxy to over 20 EVM and Starknet networks, allowing for execution of blockchain transactions and operations with ease.
Core Features & Use Cases
- Multi-Chain Support: Connect to various blockchain networks including Ethereum, Arbitrum, Optimism, Polygon, Linea, Avalanche, and more.
- JSON-RPC Interface: Use the same request shape as Alchemy / Infura for a seamless transition.
- Pricing Model: Choose from 1×, 2×, or 4× method-tier pricing model to fit your budget.
- Rate Limits: Enjoy per-minute and 24-hour credit rate limits for reliable service.
- Idempotency Keys: Use idempotency keys for safe retries in case of network issues.
- Batch Requests: Support for single and batch requests for efficient use.
- Unsupported Methods: The proxy does not support stateful/WebSocket methods like
eth_subscribe or eth_newFilter.
Quick Start
Use the venice-crypto-rpc skill to send a simple 'eth_chainId' request to the Ethereum mainnet network:
use venice-crypto-rpc --method 'eth_chainId' --network 'ethereum-mainnet'