zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Finance/Crypto Price
Logo Crypto Price

Crypto Price

Fetch current cryptocurrency prices and market data.

Endpoints
1
Requests
10
Updated
3 months ago
For LLMs
llms.txt
Endpoint health21 hours ago
  • pricepassing, 0.3s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
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 examples

Get Crypto Price
zpi-sdkrecommended
// 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);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/finance:crypto-price/price?coins=bitcoin%2Cethereum&vs=usd" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETGet Crypto Price/v1/finance:crypto-price/priceRetrieve current price for a given cryptocurrency.

Parameters

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

Request

curl -X GET "https://api.zpi.web.id/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

finance/pluang

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.2M calls·1d cache

IDX (Bursa Efek Indonesia)

finance/idx

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

539.7K calls·1d cache

TradingView

finance/tradingview

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

216.8K calls·1d cache

Stockbit

finance/stockbit

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

104.9K calls·1d cache

Binance Futures

finance/binance-futures

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

39K calls·10m cache

Bybit

finance/bybit

Bybit v5 market data: candles, 5-minute open interest and account ratios with cursor pagination, funding history and instrument specs.

22.3K calls·10m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026