← 返回
数据分析 中文

Upbit

Real-time cryptocurrency price lookup from Upbit (Korean KRW exchange). Use when user asks for Korean crypto prices, Upbit prices, domestic cryptocurrency ra...
实时查询Upbit(韩国韩元交易所)加密货币价格。当用户询问韩国加密货币价格、Upbit价格或国内加密货币行情时使用。
lkjsays
数据分析 clawhub v1.0.0 1 版本 99829.9 Key: 无需
★ 0
Stars
📥 587
下载
💾 12
安装
1
版本
#latest

概述

Upbit Price Lookup

Overview

Query real-time cryptocurrency prices from Upbit, South Korea's largest cryptocurrency exchange. Provides KRW-based pricing with 24h statistics, trading volume, and 52-week highs/lows.

Quick Start

Fetch ticker data using Upbit's public API:

curl -s "https://api.upbit.com/v1/ticker?markets=KRW-BTC"

Replace KRW-BTC with the desired market code (e.g., KRW-ETH, KRW-SUI, KRW-DOGE).

Market Code Format

Upbit uses KRW-{SYMBOL} format:

  • Bitcoin: KRW-BTC
  • Ethereum: KRW-ETH
  • Sui: KRW-SUI
  • Dogecoin: KRW-DOGE

Important: Always use uppercase for the symbol.

Response Format

The API returns JSON with these key fields:

{
  "market": "KRW-BTC",
  "trade_price": 145000000.0,
  "opening_price": 144000000.0,
  "high_price": 146000000.0,
  "low_price": 143000000.0,
  "prev_closing_price": 144000000.0,
  "change": "RISE",
  "change_price": 1000000.0,
  "change_rate": 0.00694444,
  "signed_change_price": 1000000.0,
  "signed_change_rate": 0.00694444,
  "acc_trade_volume_24h": 123.456,
  "acc_trade_price_24h": 17890000000.0,
  "highest_52_week_price": 150000000.0,
  "highest_52_week_date": "2025-12-01",
  "lowest_52_week_price": 100000000.0,
  "lowest_52_week_date": "2025-02-01",
  "trade_date_kst": "20260209",
  "trade_time_kst": "074511"
}

Key Fields

  • trade_price: Current price (KRW)
  • change: Price direction (RISE, FALL, EVEN)
  • change_price: Absolute change from previous close (KRW)
  • change_rate: Percentage change (0.00694444 = 0.69%)
  • signed_change_price: Signed price change (negative for falls)
  • signed_change_rate: Signed percentage change
  • acc_trade_volume_24h: 24-hour trading volume (coins)
  • acc_trade_price_24h: 24-hour trading value (KRW)
  • highest_52_week_price / lowest_52_week_price: 52-week price range
  • trade_date_kst / trade_time_kst: Last trade timestamp (Korea time)

Formatting Output

Present prices in a readable format with:

  1. Current price with change indicator (▲/▼)
  2. Percentage change from previous close
  3. Day range (high/low)
  4. 24h volume in both coins and KRW
  5. 52-week range for context

Example output:

**BTC/KRW (2026-02-09 07:45:11 기준)**

- **현재가:** 145,000,000원
- **전일대비:** +1,000,000원 (+0.69%) ▲
- **시가:** 144,000,000원
- **고가:** 146,000,000원
- **저가:** 143,000,000원
- **24시간 거래량:** 123.46 BTC
- **24시간 거래대금:** 약 178억원

**52주 기록**
- 최고: 150,000,000원 (2025-12-01)
- 최저: 100,000,000원 (2025-02-01)

Multiple Markets

Query multiple markets at once:

curl -s "https://api.upbit.com/v1/ticker?markets=KRW-BTC,KRW-ETH,KRW-SUI"

Returns an array of ticker objects.

Error Handling

If the market code is invalid or not listed on Upbit, the API returns an empty array []. In this case, inform the user that the coin is not available on Upbit or verify the market code.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 02:40 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 65,120
data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 368 📥 140,461
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 270 📥 56,973