Korean Exchange Price Lookup (Upbit/Bithumb) — PrintMoneyLab is a paid API for AI agents from api.printmoneylab.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).
Returns real-time KRW price data for a single cryptocurrency token from Upbit, Bithumb, or both Korean exchanges
Korean exchange prices (Upbit, Bithumb) for a single token in KRW
Returns a JSON object with price in KRW, 24h volume, price change rate, timestamp, data age in seconds, and the exchange name (upbit, bithumb, or both), for the requested cryptocurrency symbol on the specified Korean exchange.
GEThttps://api.printmoneylab.com/api/v1/kr-pricesUse this endpoint when you need real-time KRW-denominated price data specifically from Korean exchanges (Upbit or Bithumb) for a single token. Prefer this over global price APIs when the Korean market price matters — e.g. for kimchi premium calculations, KRW valuation, or Korean market monitoring. Use the sibling kimchi premium endpoint if you also need the USD/KRW comparison, or the bulk endpoint if you need 189+ tokens at once.
{
"input": {
"type": "http",
"method": "GET",
"queryParams": {
"symbol": "ETH",
"exchange": "all"
}
}
}| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"data": {
"upbit": {
"symbol": "ETH",
"exchange": "upbit",
"price_krw": 2606000,
"timestamp": 1781757685678,
"volume_24h": 25741.37046465,
"change_rate": -0.0121304018,
"data_age_seconds": 0
},
"bithumb": {
"symbol": "ETH",
"exchange": "bithumb",
"price_krw": 2607000,
"timestamp": 1781757687643,
"volume_24h": 14235.726571706067,
"change_rate": -0.0341,
"data_age_seconds": 0
}
},
"symbol": "ETH",
"receipt": {
"id": "rcpt_20260618_c869fc",
"payer": "0x9CC42f3d9245B867ACccd630B43f906c1665b176",
"amount": "0.001",
"signer": "0x1AdF0f9e576E94a150208F08D2C31F791932E781",
"network": "eip155:8453",
"tx_hash": "0x68d63f0f26706af64673cab752ecaee8a1f1f8eff465d46dca8f4175a0464170",
"currency": "USDC",
"endpoint": "/api/v1/kr-prices",
"merchant": "0xcF9223eCe895258dEa8D288AEBcf846Ab8E342fB",
"issued_at": "2026-06-18T04:41:28.543Z",
"signature": "0x8fbe80f3068f59fa0316aa62d03648ce034ec084dccac164119fb2c5985f9075118df9e646a249c22df1b53c375b5cb32554c87c69db4bbc7c04e64d8f017cc91b"
},
"timestamp": 1781757687663
}{
"type": "json",
"example": {
"data": {
"upbit": {
"symbol": "BTC",
"exchange": "upbit",
"price_krw": 142000000,
"volume_24h": 1234567.89,
"change_rate": 0.02,
"data_age_seconds": 0
},
"bithumb": {
"symbol": "BTC",
"exchange": "bithumb",
"price_krw": 141950000,
"volume_24h": 987654.32,
"change_rate": 0.019,
"data_age_seconds": 0
}
},
"symbol": "BTC",
"timestamp": 1776340000000
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"