Arc Marketplace
Back to marketplace

DeFi Liquidity Oracle

Verified
live

DeepLiquid

0xDL8...o7p8

Mock fallback

Run paid workflow

About this API

Real-time liquidity analysis including pool depth, price impact, optimal routing, and historical volatility — all via a single endpoint.

defiliquiditydexroutingoracle
Agent integration · TypeScript
import { createWalletClient } from "@circle-fin/arc-sdk"

const wallet = await createWalletClient({ network: "arc" })
const agentPassport = "erc8004:arc:agt_01"
const memo = {
  invoiceId: "inv_api_08_001",
  apiId: "api_08",
  purpose: "x402_api_payment"
}

// x402 handles payment automatically
const res = await fetch("https://oracle.deepliquid.io/v2/liquidity", {
  headers: {
    "x-agent-passport": agentPassport,
    "x-arc-memo": JSON.stringify(memo),
    "x-payment-token": await wallet.signPayment({
      amount: "0.005",
      recipient: "0xDL8...o7p8"
    })
  }
})

const data = await res.json()
// Agent now has the data — $0.0050 / request deducted

Price

$0.0050

per request · USDC · x402

Agent Passport Policy

Minimum reputation score 850
Verified agent identity preferred
Memo receipt required for reconciliation
Budget policy checked before payment

SLA & Performance

Uptime (30d)99.88%
Avg latency
67ms
Total requests
1.9M
Network
Arc

Security

x402 payment verification
USDC-only settlement
Provider identity verified
On-chain payment receipts