Skip to main content
Glama
Br0ski777

orderbook-depth

by Br0ski777

Order Book Depth API

MCP Server x402 License: MIT

Uniswap V3 유동성 깊이 분석 — 1/2/5/10% 가격 영향 지점. 거래 전 슬리피지 추정. x402를 통한 호출당 결제(Base L2의 USDC) — API 키 없음, 가입 없음, 요청량 제한 없음.

klymax402 마켓플레이스의 일부 — AI 에이전트를 위한 100개 x402 마이크로결제 API, 하나의 지갑, Base의 USDC.

빠른 시작 — MCP

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

{
  "mcpServers": {
    "orderbook-depth": {
      "url": "https://orderbook-depth.api.klymax402.com/mcp"
    }
  }
}

Related MCP server: boo-x402-mcp

빠른 시작 — HTTP (x402)

curl "https://orderbook-depth.api.klymax402.com/api/depth?pool=..."
# -> 402 Payment Required, with an x402 payment challenge in the response body

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

도구

도구

메서드

경로

비용

설명

dex_analyze_orderbook_depth

GET

/api/depth

$0.012

Uniswap v3 풀의 오더북 깊이를 분석

dex_analyze_orderbook_depth

POST

/api/depth

$0.012

Uniswap V3 풀의 오더북 깊이를 분석(POST 변형)

dex_analyze_orderbook_depth

대규모 거래 전 Uniswap V3 풀의 유동성 깊이를 분석해야 할 때 사용하세요. 깊이 분석 결과를 JSON으로 반환합니다.

매개변수

Name

Type

Required

Description

pool

string

Uniswap V3 풀 주소(0x...)

chain

string

아니요

체인 이름: base, ethereum(기본값: base)

반환값

  • currentPrice — 현재 풀 가격

  • depth1pct — 가격 영향 1% 내에서 사용 가능한 USD 유동성

  • depth2pct — 가격 영향 2% 내에서 사용 가능한 USD 유동성

  • depth5pct — 가격 영향 5% 내에서 사용 가능한 USD 유동성

  • depth10pct — 가격 영향 10% 내에서 사용 가능한 USD 유동성

  • totalLiquidity — 총 풀 유동성(USD)

  • feeTier — 풀 수수료 구간(0.01%, 0.05%, 0.3%, 1%)

  • token0/token1 — 풀 토큰 쌍의 심볼

응답 예시:

{"currentPrice":3128.50,"depth1pct":850000,"depth2pct":2100000,"depth5pct":5400000,"depth10pct":9800000,"totalLiquidity":15200000,"feeTier":"0.3%","token0":"USDC","token1":"WETH"}

사용 사례: 대규모 온체인 거래를 실행할 때 슬리피지를 추정하고 최적의 거래 규모를 결정해야 하는 경우. MEV 인지 에이전트와 OTC 크기 결정에 필수적입니다.

적합하지 않은 용도: 스왑 견적(이 경우 dex_get_swap_quote 사용), 토큰 안전성(token_check_safety 사용), 토큰 보유자 분석(token_get_holder_analysis 사용).

dex_analyze_orderbook_depth

대규모 거래 전 Uniswap v3 풀의 유동성 깊이를 분석해야 할 때 사용합니다. 깊이 분석 결과를 JSON으로 반환합니다. dex_analyze_orderbook_depth의 POST 변형 — 쿼리 문자열 대신 JSON 본문으로 동일한 파라미터를 전달합니다.

매개변수

Name

타입

필수

Description

pool

string

Uniswap V3 풀 주소(0x...)

chain

string

아니요

체인 이름: base, ethereum(기본값: base)

반환값

  • currentPrice — 현재 풀 가격

  • depth1pct — 가격 영향 1% 대비 Выш USD 유동성

  • depth2pct — 가격 영향 2% 내에서 사용 가능한 USD 유동성

  • depth5pct — 가격 영향 5% 내에서 사용 가능한 USD 유동성

  • depth10pct — 가격 영향 10% 내에서 사용 가능한 USD 유동성

  • totalLiquidity — 풀의 총 유동성(USD)

  • feeTier — 풀 수수료 구간(0.01%, 0.05%, 0.3%, 1%)

  • token0/token1 — 풀의 토큰 쌍 심볼

예시 응답:

{"currentPrice":3128.50,"depth1pct":850000,"depth2pct":2100000,"depth5pct":5400000,"depth10pct":9800000,"totalLiquidity":15200000,"feeTier":"0.3%","token0":"USDC","token1":"WETH"}

사용 사례: 대규모 온체인 거래를 실행할 때 슬리프지를 추정하고 최적의 거래 규모를 결정해야 하는 경우. MEV 인식 에이전트 및 OTC 크기 결정에 필수입니다.

적합하지 않은 용도: 스왑 견적(dex_get_swap_quote), 토큰 안전성(token_check_safety), 토큰 보유자 분석(token_get_holder_analysis).

예시 에이전트 프롬프트

  • 대규모 거래 전 Uniswap V3 풀의 유동성을 분석해 줘

  • 대규모 거래 전 Uniswap V3 풀의 유동성 깊이를 분석해 줘

결제

  • 프로토콜: 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
    Enables checking liquidity depth for Solana DEX pools (Raydium, Orca, Meteora) via pay-per-call x402 micropayments. Returns TVL, slippage estimates, volume, and fee tier for a given token mint.
    MIT

View all related MCP servers

Related MCP Connectors

  • Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.

  • Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.

  • 63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.

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/orderbook-depth-x402'

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