zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Finance/Crypto Price
Logo Crypto Price

Crypto Price

Fetch current cryptocurrency prices and market data.

1 endpoint1 endpoint on this scraper10 calls10 calls so farupdated 3 months agoLast updated 6/13/2026, 2:22:00 AMBusy: 10+ calls so farllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Get Crypto Price

Retrieve current price for a given cryptocurrency.

GET/v1/finance:crypto-price/price5m cache2 paramschecking key…
Parameters
coinsstringrequired

Comma-separated coin IDs (slug, lowercase)

vsstring

Comma-separated vs currencies. Default usd

·
Response
EXAMPLE
{
  "ok": true,
  "prices": {
    "bitcoin": {
      "usd": 63011,
      "usd_24h_change": 0.009751251957127007,
      "usd_market_cap": 1264680911365.345
    },
    "ethereum": {
      "usd": 1879.12,
      "usd_24h_change": -0.00923439989967606,
      "usd_market_cap": 226776737101.05252
    }
  }
}

Code

Get Crypto Price
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("finance:crypto-price", "price", {
  "coins": "bitcoin,ethereum",
  "vs": "usd"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Get Crypto Price/v1/finance:crypto-price/price
2 params

Parameters

coinsstringrequired
Comma-separated coin IDs (slug, lowercase)
vsstringoptional
Comma-separated vs currencies. Default usd

Request

curl -X GET "https://api.zapi.ink/v1/finance:crypto-price/price?coins=bitcoin%2Cethereum&vs=usd" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "prices": {
    "bitcoin": {
      "usd": 63011,
      "usd_24h_change": 0.009751251957127007,
      "usd_market_cap": 1264680911365.345
    },
    "ethereum": {
      "usd": 1879.12,
      "usd_24h_change": -0.00923439989967606,
      "usd_market_cap": 226776737101.05252
    }
  }
}

Related APIs

More in finance

Pluang

financepluang

Data pasar Pluang lintas aset: order book, running trade, tradebook dan ringkasan broker per saham IDX, plus saham Amerika, emas, kripto, sinyal analis dan berita.

1.7M1.7M calls so far1dResponses cached for 1d
Busy: 10+ calls so far

IDX (Bursa Efek Indonesia)

financeidx

Data Bursa Efek Indonesia: ringkasan saham & indeks, top movers, broker, emiten, laporan keuangan, berita, dan passthrough ke ratusan endpoint /primary/.

756.1K756.1K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

TradingView

financetradingview

Screener, charts, technical indicators, fundamentals, news and the macro calendar across 16 markets — Indonesian equities, US equities, crypto, forex and futures.

341.4K341.4K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Stockbit

financestockbit

Data saham IDX dari Stockbit: harga, chart intraday, profil emiten, diskusi komunitas, dan kamus investasi.

115.5K115.5K calls so far1dResponses cached for 1d
Busy: 10+ calls so far

Investing

financeinvesting

Data pasar finansial lengkap — quote saham/forex/crypto/komoditas, teknikal, OHLCV historis, berita, analisis, dan kalender ekonomi.

69.6K69.6K calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Binance Futures

financebinance-futures

USD-M perpetual futures market data: funding, premium index, open interest, long/short ratios, candles and depth.

40.3K40.3K calls so far10mResponses cached for 10m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.