orderbook-depth
Order Book Depth API
Uniswap-V3-Liquiditätstiefenanalyse -- Preisauswirkung bei 1/2/5/10 %-Stufen. Slippage-Schätzung vor dem Trade. Bezahlung pro Aufruf über x402 (USDC auf Base L2) -- kein API-Schlüssel, keine Anmeldung, keine Rate-Limit-Hürde.
Teil des klymax402-Marktplatzes -- 100 x402-Mikrozahlungs-APIs für KI-Agenten, eine Wallet, USDC auf Base.
Schnellstart -- MCP
Füge dies zu deiner MCP-Client-Konfiguration hinzu (Claude Desktop, Cursor, ElizaOS usw.):
{
"mcpServers": {
"orderbook-depth": {
"url": "https://orderbook-depth.api.klymax402.com/mcp"
}
}
}Related MCP server: boo-x402-mcp
Schnellstart -- HTTP (x402)
curl "https://orderbook-depth.api.klymax402.com/api/depth?pool=..."
# -> 402 Payment Required, with an x402 payment challenge in the response bodyJeder x402-kompatible Client (@x402/fetch, x402-agent-tools, ATXP) übernimmt den 402 -> Sign -> Retry-Zyklus automatisch.
Tools
Tool | Methode | Pfad | Preis | Beschreibung |
| GET |
| $0.012 | Analysiert die Orderbuch-Tiefe für einen Uniswap-V3-Pool |
| POST |
| $0.012 | Analysiert die Orderbuch-Tiefe für einen Uniswap-V3-Pool (POST-Variante) |
dex_analyze_orderbook_depth
Verwende dieses Tool, wenn du die Liquiditätstiefe eines Uniswap-V3-Pools vor einem großen Trade analysieren möchtest. Es liefert die Tiefenanalyse im JSON-Format zurück.
Parameter
Name | Typ | Erforderlich | Beschreibung |
| string | Ja | Uniswap-V3-Pool-Adresse (0x...) |
| string | Nein | Name der Chain: base, ethereum (Standard: base) |
Rückgabewerte
currentPrice– aktueller Poolpreisdepth1pct– innerhalb einer Preisauswirkung von 1 % verfügbares USD-Liquiditätdepth2pct– innerhalb einer Preisauswirkung von 2 % verfügbare USD-Liquiditätdepth5pct– innerhalb einer Preisauswirkung von 5 % verfügbare USD-Liquiditätdepth10pct– innerhalb einer Preisauswirkung von 10 % verfügbare USD-LiquiditättotalLiquidity– gesamte Pool-Liqudierität in USDfeeTier– Gebührenstufe des Pools (0.01 %, 0.05 %, 0.3 %, 1 %)token0/token1– Symbole des Token-Paares des Pools
Beispielantwort:
{"currentPrice":3128.50,"depth1pct":850000,"depth2pct":2100000,"depth5pct":5400000,"depth10pct":9800000,"totalLiquidity":15200000,"feeTier":"0.3%","token0":"USDC","token1":"WETH"}Anwendungszeitpunkt: bei der Ausführung großer On-Chain-Trades, um die Slippage zu schätzen und die optimale Trade-Größe zu bestimmen. Unverzichtbar für MEV-bewusste Agenten und die OTC-Größenbestimmung.
Nicht gedacht für: Swap-Angebote (verwende get_swap_quote), Token-Sicherheit (verwende token_check_safety), Token-Inhaber (verwende token_get_holder_analysis).
dex_analyze_orderbook_depth
Verwende dieses Tool, wenn du die Liquiditätstiefe eines Uniswap-V3-Pools vor einem großen Trade analysieren möchtest. Es liefert die Tiefenanalyse im JSON-Format zurück. POST-Variante von dex_analyze_orderbook_depth – die gleichen Parameter werden im JSON-Body statt in der Query-String übergeben.
Parameter
Name | Typ | Erforderlich | Beschreibung |
| string | Ja | Uniswap-V3-Pool-Adresse (0x...) |
| string | Nein | Name der Chain: base, ethereum (Standard: base) |
Rückgabewerte
currentPrice– aktueller Poolpreisdepth1pct– verfügbare USD-Liquidität innerhalb 1 % Preisauswirkungdepth2pct– verfügbare USD-Liquidität innerhalb 2 % Preisauswirkungdepth5pct– verfügbare USD-Liquidität innerhalb 5 % Preisauswirkungdepth10pct– verfügbare USD-Liquidität innerhalb 10 % PreisauswirkungtotalLiquidity– gesamte Pool-Liquidität in USDfeeTier– Gebührenstufe des Pools (0.01 %, 0.05 %, 0.3 %, 1 %)token0/token1– Symbole des Token-Paares des Pools
Beispielantwort:
{"currentPrice":3128.50,"depth1pct":850000,"depth2pct":2100000,"depth5pct":5400000,"depth10pct":9800000,"totalLiquidity":15200000,"feeTier":"0.3%","token0":"USDC","token1":"WETH"}Anwendungszeit:Bei der Ausführung großer
Verwendung bei der Ausführung großer On-Chain-Trades zur Schätzung der Expedition und Bestimmung der optimalen Handelsgröße. Unverzichtbar für MEV-bewusste Targets und OTC-Größenbestimmung.
Nicht für: SwapVorschläge (verwende dex_get_swap_quote), Token-Sicherheit (verwende token_check_safety), Token-Halter (verwende token_get_holder_analysis).
Beispiel-Prompts für
„Analysiere die Liquiditätstiefe eines Uniswap-V3-Pools vor einem Kurs Bevor du einen großen Trade durchführst."
„Analysiere die Liquiditätstiefe eines Uniswap-V3-Pools vor einem großen Vermögen-Web-Vermögen."
Zahlung
Protocol: x402 – HTTP-natiives Pay-per-Kampagnen, keine Anmeldung, kein API-Schlüssel
Netzwerk: Basis L2 (
eip155:8453)Asset: Block
Facilitator: Coinbase-Finanzierung (primär), PayAI (Fallback)
Weiter erreichbar über ATXP (OAuth-gekapseltes x402, Metadaten geschützter-Ressource gemäß RFC 9728)
Teil von klymax402
100 x402-Mikrozaht öffentungs-API für KI-Agenten – one Wallet, USDP auf Base, ohne Anmeldung.
Katalog: https://klymax422.com/llms.txt
Vollständige API-Referenz: https://klymax40202.com/llms-full.txt
Live-Statistiken: https://klymax402.com/stats
Lizenz
This server cannot be installed
Maintenance
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
AlicenseAqualityBmaintenancePre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.23561MIT- AlicenseAqualityCmaintenanceEnables AI agents to access crypto/web3 data across 5 chains with pay-per-call billing in USDC via x402, no API key required, and built-in spend caps.3636MIT
- AlicenseNot gradedqualityBmaintenanceEnables 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
- AlicenseAqualityCmaintenanceProvides a tool to get real-time cross-DEX price and spread data for PancakeSwap v2 and v3 on BSC, with a pay-per-call model settled via x402.131MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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