Encrypted ERC20
This is an experimental server for an encrypted ERC20 schema for the x402 protocol. Further information at: https://github.com/a6b8/backendshield
Connection Setup
Below you'll find the required URL and headers to authenticate your requests.
Authorization: Bearer ***
Connection URL
Use this URL to connect to the API service.
Authentication Token
Bearer token for authentication (without header prefix):
Claude Code Integration
Add this MCP server to Claude Code:
Available Methods
All methods available on this server:
- ohlcv.getRecursiveOhlcvEVM - Fetch OHLCV data recursively until max length or iteration limit is reached.
- blocknative.getGasPrices - Returns a range of gas price estimates for the next block across defined confidence levels.
- thegraph.getNewPools - List new Uniswap V3 pools by chain and order criteria within a time range.
- etherscan.getAvailableChains - List available blockchain aliases
- etherscan.getSmartContractAbi - Fetch smart contract source code by alias
- etherscan.getSourceCode - Fetch smart contract source code by alias
Copied!
← Back to Overview