Live · TW / SG / JP / UK / US / CA

Hermès Inventory
via API. No signup.

Browse available Hermès items for free. Pay $0.001 USDC per query to check live stock status — no API key, no subscription, no gas.

Network: Base
example.ts
// Step 1: Browse inventory (free)
const res = await fetch(
  'https://api.luxe-oracle.com/api/v1/inventory'
  + '?brand=hermes&region=us'
);
const {  items } = await res.json();
// [{ id, name, link }, ...]

// Step 2: Check stock (x402 — $0.005 USDC)
const payRes = await fetchWithPayment(
  `https://api.luxe-oracle.com/api/v1/monitor`
  + `/us/hermes/${items[0].id}`
);
const data = await payRes.json();
// { in_stock: true, last_update: '...' }
Live Network Monitor

Real-time Agent Activity

Tracking every inventory query across global regions. All data is verified and settled via x402 on Base.

Total Queries
---
Total Revenue
---

How It Works

No account. No key. Just a wallet.

Browse for Free

Call /api/v1/inventory to see all available Hermès items across Taiwan, Singapore, Japan, the UK, US, and Canada — names, IDs, and product links. No payment required.

Pay Per Query

Check live stock status for a specific item with a single API call. The x402 protocol handles payment automatically — $0.001 USDC, zero gas.

Or Buy a Session

Pay $0.01 USDC upfront for 10 queries. Use your session token as a header — no per-request payment flow needed.

For AI Agents

Session Keys: Zero Latency

Tired of signing every request? Buy a session key for $0.01 USDC and get 10 seamless queries. Perfect for autonomous agents.

View Docs

Simple Pricing

Pay only for what you use. No monthly fees.

$0.001 USDC / query
Per-request · x402 auto-payment
  • No signup or API key
  • Gasless (EIP-3009 off-chain signing)
  • Works with any x402-compatible client
$0.01 USDC / session
10 queries · Session Key header
  • Simpler integration — just add a header
  • Good for AI agents and batch workflows
  • Unused credits valid for 30 days

Inventory browse is always free. Payment only required for stock status queries.