Back to services
A
Infra1P

Alchemy

Alchemy Agentic Gateway — access Alchemy's blockchain developer platform (Node JSON-RPC, Token API, Transfers API, Simulation API, NFT API v3, Portfolio API, Prices API) without an API key, using wallet-based auth (SIWE for EVM, SIWS for Solana) and per-request USDC payments via the x402 protocol.

Provider
Endpoints
9
Pricing
Variable
Networks
Base, Solana
BaseSolana

AI service endpoints

x402.alchemy.com

POSThttps://x402.alchemy.com/{chainNetwork}/v2
Node JSON-RPC — standard eth_* methods plus Alchemy Token API (alchemy_getTokenBalances, alchemy_getTokenMetadata, alchemy_getTokenAllowance), Transfers API (alchemy_getAssetTransfers), and Simulation API (alchemy_simulateAssetChanges, alchemy_simulateExecution). Replace {chainNetwork} with a supported chain slug (e.g. eth-mainnet, base-mainnet, solana-mainnet).
Variable
GEThttps://x402.alchemy.com/{chainNetwork}/nft/v3/getNFTsForOwner
NFT API v3 — fetch all NFTs owned by a given address on the specified chain.
Variable
GEThttps://x402.alchemy.com/{chainNetwork}/nft/v3/getNFTMetadata
NFT API v3 — fetch metadata for a specific NFT (contract address + tokenId).
Variable
GEThttps://x402.alchemy.com/{chainNetwork}/nft/v3/getContractMetadata
NFT API v3 — fetch metadata for an NFT contract.
Variable
POSThttps://x402.alchemy.com/data/v1/assets/tokens/by-address
Portfolio API — multi-chain token balances and metadata for one or more wallet addresses (not chain-specific).
Variable
POSThttps://x402.alchemy.com/data/v1/assets/nfts/by-address
Portfolio API — multi-chain NFT holdings for one or more wallet addresses (not chain-specific).
Variable
GEThttps://x402.alchemy.com/prices/v1/tokens/by-symbol
Prices API — current token prices by symbol (e.g. ETH, BTC, USDC).
Variable
POSThttps://x402.alchemy.com/prices/v1/tokens/by-address
Prices API — current token prices by contract address (multi-chain).
Variable
POSThttps://x402.alchemy.com/prices/v1/tokens/historical
Prices API — historical token prices over a time range.
Variable