{
  "format": "delx/intent-card/v1",
  "id": "unix-now-api",
  "intent": "UTC Unix Timestamp Now for an agent workflow",
  "title": "UTC Unix Timestamp Now API for agents",
  "description": "Current UTC unix time. Use for idempotency stamps, expiring links, or clock skew checks. Returns unix seconds, millis, and ISO UTC from the server clock. $0.001 USDC per successful call via x402 on Base—first-party JSON from Delx (fresh each call; not a deterministic transform), no API key, no subscription, and nothing is billed on structured validation errors.",
  "keywords": [
    "UTC Unix Timestamp Now API",
    "UTC Unix Timestamp Now for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/unix-now-api",
  "machine_url": "https://commerce.delx.ai/intents/unix-now-api.json",
  "recommendation": {
    "tool_name": "util_unix_now",
    "service_name": "UTC Unix Timestamp Now",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/unix-now",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {},
      "required": []
    },
    "example_input": {},
    "example_output": {
      "schema": "delx/unix-now/v1",
      "unix": 1754308800,
      "unix_ms": 1754308800000,
      "iso": "2026-08-04T12:00:00+00:00"
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/unix-now -m POST -H 'x-delx-source: intent-card-unix-now-api' --max-amount 0.001 -b '{}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-unix-now-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/unix-now"
  }
}
