Ethprice is a paid API for AI agents from stablecrypto.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-13, last successful call 2026-07-23).
Returns the current ETH price in both USD and BTC for a given EVM chain
Pay-per-request access to CoinGecko, DefiLlama, Alchemy, and Etherscan APIs. No auth, no subscriptions.
Returns the current ETH price expressed in both USD and BTC, sourced via Etherscan stats for the specified EVM chain.
POSThttps://stablecrypto.dev/api/etherscan/stats/ethpriceUse this endpoint when you need a quick, reliable ETH price quote in both USD and BTC simultaneously, especially when already working within an EVM/Ethereum context and need Etherscan-sourced pricing data. Prefer this over generic crypto price APIs when you want chain-specific context or need both USD and BTC denominators in one call.
{
"chainid": 1
}| Field | Type | Description |
|---|---|---|
| chainid | number | EVM chain ID (1=Ethereum, 137=Polygon, 8453=Base, etc.) |
{
"ethbtc": "0.0266265312603006",
"ethusd": "1674.70428950692",
"ethbtc_timestamp": "1780992905",
"ethusd_timestamp": "1780992906"
}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"