Alchemy Token Prices by Contract Address is a paid API for AI agents from stablecrypto.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).
Fetches current token prices for one or more ERC-20 contract addresses on specified blockchain networks via Alchemy
Pay-per-request access to CoinGecko, DefiLlama, Alchemy, and Etherscan APIs. No auth, no subscriptions.
Returns a JSON object mapping each queried contract address to its current price data, including token valuation information sourced from Alchemy's price feeds for the specified network.
POSThttps://stablecrypto.dev/api/alchemy/prices/by-addressUse this endpoint when you have a specific ERC-20 token contract address and need its current price — especially for newer, obscure, or unlisted tokens that may not appear in name-based lookups. Prefer this over name-based price endpoints when you need precise on-chain contract-level price resolution across multiple EVM networks including eth-mainnet and base-mainnet.
{
"network": "eth-mainnet",
"addresses": [
{
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"network": "eth-mainnet"
}
]
}| Field | Type | Description |
|---|---|---|
| network | string | Alchemy network slug, e.g. eth-mainnet, base-mainnet |
| addresses | array | Token addresses to look up |
{
"data": [
{
"prices": [
{
"value": "0.9996",
"currency": "usd",
"lastUpdatedAt": "2026-06-12T04:28:01.648Z"
}
],
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"network": "eth-mainnet"
}
]
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"