Vibe Springs · Crypto

by Vibe Springs

GETBase

$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/crypto

3

Calls / 30d

2

Unique payers / 30d

Aug 26

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x38c063312719220c676e988f0dee14b4ec0e44c8
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Onchain Data and the homepage with a featured placement.

Get featured →

More from Vibe Springs & similar services