Upbit Price Lookup for Openclaw

A powerful utility for fetching real-time cryptocurrency market data and trading statistics directly from Upbit, South Korea's premier exchange.

lkjsays
v1.0.0
Feb 28, 2026
0
885
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install upbit

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install upbit using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Upbit Price Lookup?

The Upbit Price Lookup skill enables AI agents to interface directly with the Upbit public API to retrieve live pricing data for all assets paired with KRW. This tool provides comprehensive market intelligence, including current trade prices, percentage changes, 24-hour trading volumes, and historical 52-week price ranges. By integrating this into your Openclaw Skills library, developers and users can build automated financial dashboards, track domestic market trends, or create real-time price alerts within their AI-driven environments.

Upbit Price Lookup Use Cases

  • Monitoring real-time KRW-based cryptocurrency price movements for Bitcoin and altcoins.
  • Analyzing 24-hour trading volume and liquidity for specific assets on the Upbit exchange.
  • Comparing domestic Korean market rates against global prices to identify arbitrage opportunities.
  • Retrieving 52-week high and low data to provide long-term market context for investment decisions.

How Upbit Price Lookup Works

  1. The agent receives a request for a specific cryptocurrency price using the KRW-SYMBOL format (e.g., KRW-BTC).
  2. The skill constructs a GET request to the Upbit public ticker API endpoint with the specified market codes.
  3. Upbit returns a detailed JSON object containing live market statistics and price action data.
  4. The skill parses the JSON response to extract critical metrics like current price, change rate, and volume.
  5. The data is formatted into a readable report with change indicators and timestamps in Korean Standard Time (KST).

Upbit Price Lookup Setup

To utilize this skill within your Openclaw Skills environment, you can verify the market data availability using a standard CLI command. No API keys are required for public ticker lookups.

# Fetch ticker data for Bitcoin
curl -s "https://api.upbit.com/v1/ticker?markets=KRW-BTC"

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

Upbit Price Lookup Data Schema & Taxonomy

The skill processes and outputs data based on the Upbit ticker schema. Key fields include:

Field Description Format
trade_price The most recent execution price in KRW Number
change Direction of price movement (RISE, FALL, EVEN) String
change_rate Percentage change compared to previous close Float
acc_trade_volume_24h Cumulative trading volume over the last 24 hours Float
highest_52_week_price The highest price reached in the last 52 weeks Number
trade_time_kst Last trade time in Korean Standard Time String

Upbit Price Lookup Advanced Features

  • Batch Market Support: Query multiple cryptocurrency tickers in a single API call for efficient data processing.
  • Historical Context: Access 52-week high and low data points to analyze current prices against yearly trends.
  • Directional Indicators: Built-in change indicators (RISE/FALL) to quickly identify market sentiment.
  • Localized Time-stamping: All trade data is synchronized with Korean Standard Time (KST) for accurate domestic reporting within Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*