P

Printmoneylab · KR Prices

by Printmoneylab

GETBaseSolanaPolygon

$0.002

per call · USD Coin on Base

Korean exchange prices (Upbit, Bithumb) for a single token in KRW

Endpoint

GET https://api.printmoneylab.com/api/v1/kr-prices

50

Calls / 30d

25

Unique payers / 30d

Sep 9

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://api.printmoneylab.com/api/v1/kr-prices", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.printmoneylab.com/api/v1/kr-prices?exchange=all&symbol=BTC" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "bithumb": {
      "change_rate": 0.019,
      "data_age_seconds": 0,
      "exchange": "bithumb",
      "price_krw": 141950000,
      "symbol": "BTC",
      "volume_24h": 987654.32
    },
    "upbit": {
      "change_rate": 0.02,
      "data_age_seconds": 0,
      "exchange": "upbit",
      "price_krw": 142000000,
      "symbol": "BTC",
      "volume_24h": 1234567.89
    }
  },
  "symbol": "BTC",
  "timestamp": 1776340000000
}

Payment details

Pay to0xcf9223ece895258dea8d288aebcf846ab8e342fb
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Polygon
Schemesexact

Is this your API?

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

Get featured →

More from Printmoneylab & similar services