Ecosystem/Alchemy

Alchemy

BaseTempo
Crypto Data10 endpointsFrom $1.00 /req

API-keyless access to Alchemy's Node JSON-RPC, NFT, Prices, and Portfolio APIs over x402. Query blockchain data, get token prices, fetch wallet balances and transaction histories across multiple chains.

View documentation

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (10)

Node JSON-RPC gateway for eth_* methods

Path/services/alchemy/{chainNetwork}/v2
MethodPOST
Price$1.00 per request

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/alchemy/{chainNetwork}/v2" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "jsonrpc": "2.0",
  "method": "eth_getBalance",
  "params": ["0x...", "latest"],
  "id": 1
}'

IndieGent Endpoint

api.indiegent.com/services/alchemy

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Base + Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli