{
  "x402Version": 2,
  "id": 8175,
  "slug": "8175",
  "resource": "https://x402-echo-service.onrender.com/time",
  "description": "Server time in several formats at once. POST {} and receive the current UTC instant as ISO-8601, unix seconds, unix milliseconds and RFC-2822. Useful for agents that need an authoritative clock they did not compute themselves.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9Cc774A8eD49d89cBA1A288F4a050B8F7FbA77EE",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "category": "Infra",
      "coverImage": "https://x402-echo-service.onrender.com/icon.png",
      "info": {
        "input": {
          "body": {},
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "iso8601": "2026-09-01T09:53:23.975Z",
            "rfc2822": "Tue, 01 Sep 2026 09:53:23 GMT",
            "unix": 1788256403,
            "unix_ms": 1788256403975
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {},
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ]
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http"
              }
            },
            "required": [
              "type",
              "bodyType",
              "body",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "iso8601": {
                    "type": "string"
                  },
                  "rfc2822": {
                    "type": "string"
                  },
                  "unix": {
                    "type": "integer"
                  },
                  "unix_ms": {
                    "type": "integer"
                  }
                },
                "required": [
                  "iso8601",
                  "unix",
                  "unix_ms",
                  "rfc2822"
                ],
                "type": "object"
              },
              "type": {
                "const": "json"
              }
            },
            "required": [
              "type",
              "example"
            ],
            "type": "object"
          }
        },
        "required": [
          "input",
          "output"
        ],
        "type": "object"
      },
      "serviceName": "Time Formats",
      "summary": "Current UTC time as ISO-8601, unix seconds, unix millis and RFC-2822.",
      "tags": [
        "time",
        "timestamp",
        "clock",
        "iso8601",
        "utility"
      ]
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402-echo-service.onrender.com",
  "lastUpdated": "2026-09-06T03:14:21.602Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-06T03:14:21.439Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402-echo-service.onrender.com",
    "manifest_name": "x402-echo-service.onrender.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}