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.
// Step 1: Browse inventory (free)
const res = await fetch(
'https://api.luxe-oracle.com/api/v1/inventory'
+ '?brand=hermes®ion=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: '...' }Tracking every inventory query across global regions. All data is verified and settled via x402 on Base.
No account. No key. Just a wallet.
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.
Check live stock status for a specific item with a single API call. The x402 protocol handles payment automatically — $0.001 USDC, zero gas.
Pay $0.01 USDC upfront for 10 queries. Use your session token as a header — no per-request payment flow needed.
Tired of signing every request? Buy a session key for $0.01 USDC and get 10 seamless queries. Perfect for autonomous agents.
Pay only for what you use. No monthly fees.
Inventory browse is always free. Payment only required for stock status queries.