Skip to main content
Glama
Br0ski777

token-price

by Br0ski777

is the translated markdown only.

The body text will be in Korean with many English keywords. For a cleaner text, let me now write the final version carefully:


Token Price API

MCP 서버 x402 라이선스: MIT

CoinGecko 기반 실시간 암호화폐 가격 -- 가격, 24시간 변동률, 시가총액, 거래량. 10,000개 이상의 토큰을 지원합니다. x402 기반 호출당 과금 (Base L2의 USDC) -- API 키 불필요, 가입 불필요, 요청 제한 없음.

klymax402 마켓플레이스의 일부 -- AI 에이전트를 위한 100개 x402 마이크로페이먼트 API, 하나의 지갑, Base 기반 USDC.

빠른 시작 -- MCP

MCP 클라이언트 설정(Claude Desktop, Cursor, ElizaOS 등)에 추가하세요:

{
  "mcpServers": {
    "token-price": {
      "url": "https://token-price.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: CoinGecko Price MCP Server

빠른 시작 -- HTTP (x402)

curl -X POST "https://token-price.api.klymax402.com/api/price" \
  -H "Content-Type: application/json" \
  -d '{"token":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

x402 인식 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> 서명 -> 재시도 사이클을 자동으로 처리합니다.

도구

도구

메서드

경로

가격

설명

finance_get_token_price

POST

/api/price

$0.003

실시간 암호화폐 토큰 가격과 24시간 변동률, 시가총액, 거래량 조회

finance_get_token_price

어떤 암호화폐 또는 토큰의 현재 가격이 필요할 때 사용하세요. 실시간 시장 데이터를 JSON으로 반환합니다.

매개변수

이름

유형

필수

설명

token

string

토큰 이름 또는 CoinGecko ID (예: bitcoin, ethereum, solana)

currency

string

아니요

가격 표시 대상 통화 (기본값: usd). usd, eur, gbp 등 지원

반환 값

  • price -- 요청한 통화 기준 현재 가격

  • change24h -- 24시간 가격 변동률

  • marketCap -- USD 기준 총 시가총액

  • volume24h -- USD 기준 24시간 거래량

  • token -- 조회에 사용된 토큰 식별자

  • currency -- 가격 표시 대상 통화

응답 예시:

{"price":3128.60,"change24h":2.45,"marketCap":376000000000,"volume24h":15200000000,"token":"ethereum","currency":"usd"}

사용 시점: 빠른 가격 조회, 포트폴리오 평가, 시장 모니터링. CoinGecko ID로 10,000개 이상의 토큰을 지원(예: bitcoin, ethereum, solana, dogecoin).

사용하지 않는 상황: 주식 가격(finance_get_stock_price 사용), 토큰 안전성(token_check_safety 사용), 과거 캔들 데이터(token_get_ohlcv_history 사용), 통화 변환(finance_convert_currency 사용).

에이전트 프롬프트 예시

  • "모든 암호화폐 또는 토큰의 현재 가격"

결제

  • 프로토콜: x402 -- HTTP 기반 호출당 과금, 가입 불필요, API 키 불필요

  • 네트워크: Base L2 (eip155:8453)

  • 자산: USDC

  • 파실리테이터: Coinbase CDP (기본), PayAI (예비)

  • ATXP를 통해서도 접근 가능 (OAuth로 래핑된 x402, RFC 9728 보호 리소스 메타데이터)

klymax402의 일부

AI 에이전트를 위한 100개 x402 마이크로페이먼트 API -- 하나의 지갑, Base 기반 USDC, 가입 절차 없음.

라이선스

MIT


Wait, I used "## 빠른 시작 — MCP" with em dash "—" in the heading above. Should that be "--" to match the source? The source: "## Quickstart -- MCP". I'll change to "## 빠른 시작 --- MCP" no, that's weird. Better keep double hyphen: "## 빠른 시작 -- MCP". For consistency in the document I'll use "--" everywhere as the separator.

Also in the bullet for payment: "프로토콜: x402 -- 호출당" - keep double hyphen.

Let me also double check the phrase "factory: PayAI (fallback)" - I wrote "예체" - a mistake; it should be "(대체)" for "fallback". So: "파일러: Coinbase CDP (기본), PayAI (대체)" OK.

And "Hour" I should "typo" careful: "파실리테이터" - yes.

Now, let me double check the "Returns" list. The original structure: bullet * change24h... They have 6 bullets. I preserved 6. In "Returns" my translation includes "currency". Yes: token, currency are both there.

Also "price" bullet: requested currency. "current price in the requested currency" → "요청한 통화 기준 현재 가격". Fine.

Now check: I have a table with a closed "```" no, no other code fences. The original document has no code fences, only placeholders. Good.

Also I must ensure I don't leave any "---" horizontal rules. None in the source. Good.

One more consideration: In the source, the title of the first bullet for ATXP is a single bullet starting "* Also reachable via ..." - I changed to "* ATXP..." which keeps prefix and adds a link. Fine.

Now, about "License" heading: source "## License" → "## 라이선스". Keep.

Now, perhaps "도구" table header "Method" should be "HTTP Method" or "메서드". "I'll use "메서드". OK.

Potential issue: "모든 암호화폐 또는 토큰의 현재 가격" in the quickstart bullet. Fine.

Now, are there link references I missed? In the translation I have:

  • badges (3)

  • x402.org links (2: first paragraph, payment bullet)

  • klymax402.com link (intro, part of)

  • npm links (2)

  • atxp.ai link

  • three catalog links

  • LICENSE link (badge)

  • klymax402.com/mcp link (first badge)

All preserved with URLs unchanged.

OK, final answer structure: the translated Markdown. Let me now produce the final text carefully, with exact GXP placeholders alone on their own lines with blank lines before and after.

Also note - I should not wrap in code fence. The output starts directly with "# Token Price API".

Let me also think: Should the title "# Token Price API" be translated to "# 토큰 가격 API"? The title is the product name. Product names should be kept verbatim. So keep the title as English. Same for "Token Price API" in H1: keep.

Also "MCP Server" in badge alt: keep "MCP Server" or "MCP 서버"? I think alt text is "label" not prose; translating is optional. Since "MCP Server" is a sort of product label, I'll keep just "MCP Server" to avoid making badge alt text a translation issue. "License: MIT" maybe keep alt as "License: MIT". Hmm. The instruction says "Translate prose only", so badge alt text is not prose. Better to keep verbatim to be safe. The badge URL itself has no text to it. Alt not part of prose. I'll keep the alt text exactly as the original: ![MCP Server], ![x402], ![License: MIT]. This is the safer choice for "keep structure exactly" and avoids potential loss. Actually, let me think - the guidance says "Translate prose only. Keep the following verbatim: ..." and the list includes product/project names etc. Badge alt text like "MCP Server" is not on the verbatim list but it's not prose either. Renders only on image load failure. I'd keep it verbatim to reduce risk and because these are labels, not sentences.

Updated badges: [MCP Server]... [x402]... [License: MIT]...

Great.

Now finalize. Output Korean with the headings translated.

Let me now double-check the table separators. To be faithful and simple, I'll write full separator rows of equal columns. In Markdown, more/less spaces don't matter.

Also, the source's second table includes a row "| currency | string | no | ... |". I translated to "아니요". Note Korean "yes/no" 예/아니오 vs 아니요. Both are correct for "yes/no" (예/아니오). Use "아니요" or "아니오". The standard dictionary form is "아니오" but "아니요" is also a standard independent form. I'll use "아니 (아니)" maybe not. Better "아니오" - common for tables. Actually "예/아니요" is very common (예 또는 아니요). I'll use "예" / "아니요". Hmm, in documentation, "required: yes/no" Korean: "필수: 예/아니요". Yes.

Now, the "see also" "반환 값" for "JSON" - keep JSON.

One more: "Returns real-time market data in JSON." I translate "Wait for a while" no. "실시간 시장 데이터를 JSON 형식으로 반환합니다." Good.

Now, final assembly. I'll be careful with no double-space anomalies.

Let me also translate the "Part of klymax402" sentence "one wallet, USDC on Base, zero signup." -> "하나의 지갑, Base의 USDC, 가입 절차 없음." The comma placement in Korean: "하나의 지갑, Base 기반 USDC, 가입 절차 없음."

And in the intro "one wallet, USDC on Base" used similarly: "하나의 지갑, Base 기반 USDC."

OK.

Finally, a possible nuance: "rate limit wall" - maybe "속도 제한 벽". Hmm "rate-limit wall" is a metaphor: "한도 차단". I'll use "요청 한도 차단 없음" or "rate limit 없음". Let me write "요청 한도 없음" so it flows: "API 키 불필요, 가입 불필요, 요청 한도 없음." Good.

Also "Pay-per-call" - I wrote "호출당 과금". Fine.

Let me review the final output one more time in full. I'll now write the output.# Token Price API

MCP Server x402 License: MIT

CoinGecko 기반 실시간 암호화폐 가격 -- 가격, 24시간 변동률, 시가총액, 거래량. 10,000개 이상의 토큰을 지원합니다. x402를 통한 호출당 과금 (Base L2의 USDC) -- API 키 불필요, 가입 불필요, 요청 제한 없음.

klymax402 마켓플레이스의 일부 -- AI 에이전트를 위한 100개 x402 마이크로페이먼트 API, 하나의 지갑, Base 기반 USDC.

빠른 시작 -- MCP

MCP 클라이언트 설정(Claude Desktop, Cursor, ElizaOS 등)에 추가하세요:

{
  "mcpServers": {
    "token-price": {
      "url": "https://token-price.api.klymax402.com/mcp"
    }
  }
}

빠른 시작 -- HTTP (x402)

curl -X POST "https://token-price.api.klymax402.com/api/price" \
  -H "Content-Type: application/json" \
  -d '{"token":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

x402를 인식하는 모든 클라이언트(@x402/fetch, x402-agent-tools, ATXP)는 402 -> 서명 -> 재시도 사이클을 자동으로 처리합니다.

도구

도구

메서드

경로

가격

설명

finance_get_token_price

POST

/api/price

$0.003

실시간 암호화폐 토큰 가격과 24시간 변동, 시가총액, 거래량 조회

finance_get_token_price

암호화폐나 토큰의 현재 가격이 필요할 때 사용하세요. 실시간 시장 데이터를 JSON으로 반환합니다.

매개변수

이름

유형

필수

설명

token

string

토큰 이름 또는 CoinGecko ID (예: bitcoin, ethereum, solana)

currency

string

아니요

가격 표시 대상 통화 (기본값: usd). usd, eur, gbp 등 지원

반환 값

  • price -- 요청한 통화 기준 현재 가격

  • change24h -- 24시간 가격 변동률

  • marketCap -- USD 기준 총 시가총액

  • volume24h -- USD 기준 24시간 거래량

  • token -- 조회에 사용된 토큰 식별자

  • currency -- 가격 표시 대상 통화

응답 예시:

{"price":3128.60,"change24h":2.45,"marketCap":376000000000,"volume24h":15200000000,"token":"ethereum","currency":"usd"}

사용 시점: 빠른 가격 조회, 포트폴리오 평가, 시장 모니터링. CoinGecko ID로 10,000개 이상의 토큰을 지원합니다(예: bitcoin, ethereum, solana, dogecoin).

사용하지 않는 경우: 주식 가격(finance_get_stock_price 사용), 토큰 안전성(token_check_safety 사용), 과거 캔들 데이터(token_get_ohlcv_history 사용), 통화 변환(finance_convert_currency 사용).

에이전트 프롬프트 예시

  • "모든 암호화폐 또는 토큰의 현재 가격"

결제

  • 프로토콜: x402 -- HTTP 기반 호출당 결제, 가입 불필요, API 키 불필요

  • 네트워크: Base L2 (eip155:8453)

  • 자산: USDC

  • 파실리테이터: Coinbase CDP (기본), PayAI (대체)

  • ATXP를 통해서도 접근 가능 (OAuth로 래핑된 x402, RFC 9728 보호 리소스 메타데이터)

klymax402의 일부

AI 에이전트를 위한 100개 x402 마이크로페이먼트 API -- 하나의 지갑, Base 기반 USDC, 가입 절차 없음.

라이선스

MIT

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides historical OHLCV candlestick data for any token by CoinGecko ID or contract address, with daily, 4h, and 1h intervals, paid per call via x402 micropayments.
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/token-price-x402'

If you have feedback or need assistance with the MCP directory API, please join our Discord server