$0.005
per call · USD Coin on Base
Live cryptocurrency asset price tracker and market intelligence feed. Access real-time spot prices, daily percentage changes, 24-hour volume, total circulating supply, and historical records for top tokens. Supports custom coin listings, multi-currency quote pairs (USD, EUR, GBP, BTC, ETH), and complete global cryptocurrency market cap summaries.
Endpoint
GET https://vibesprings.net/api/crypto3
Calls / 30d
2
Unique payers / 30d
Aug 26
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://vibesprings.net/api/crypto", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://vibesprings.net/api/crypto?ids=bitcoin%2Cethereum%2Csolana&limit=10&vs=usd" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"count": 3,
"marketSummary": {
"totalMarketCap": 2500000000000,
"totalVolume24h": 95000000000
},
"tokens": [
{
"change24h": 2.3,
"id": "bitcoin",
"marketCap": 1300000000000,
"price": 67500,
"symbol": "BTC"
}
],
"vsCurrency": "usd"
}Payment details
0x38c063312719220c676e988f0dee14b4ec0e44c8USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Onchain Data and the homepage with a featured placement.
More from Vibe Springs & similar services
Vibe Springs · Price BTC USD
vibesprings.net
Real-time BTC/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.
Vibe Springs · Price ETH USD
vibesprings.net
Real-time ETH/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.
Vibe Springs · Price SOL USD
vibesprings.net
Real-time SOL/USD price feed oracle. Retrieves live spot rate, 24h high/low, and volume directly from Coinbase Exchange.