get_kimp
Calculate the Kimchi Premium (KIMP) for cryptocurrencies by comparing Korean exchange prices with international markets using Bithumb KRW pricing and Naver exchange rates.
Instructions
김치 프리미엄(KIMP)을 계산합니다. Bithumb의 KRW 가격과 Naver 환율 정보를 사용하여 실시간 김프를 계산합니다. USDT, USDC 같은 스테이블코인의 김프를 확인할 수 있습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | 암호화폐 심볼 (예: USDT, USDC, BTC, ETH) | USDT |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"default": "USDT",
"description": "암호화폐 심볼 (예: USDT, USDC, BTC, ETH)",
"type": "string"
}
},
"required": [],
"type": "object"
}