{
  "x402Version": 2,
  "id": 5077,
  "slug": "5077",
  "resource": "https://agents.chain.link/v1/operations/:operationId/submit",
  "description": "Chainlink For Agents: submit a signed operation payload.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x158e90DD58FbE897ED8c244f472Febee37283d00",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "signature": "0x..."
          },
          "bodyType": "json",
          "method": "POST",
          "pathParams": {
            "operationId": "01a0b685-9bcc-733b-ad9d-6b0f31f828a5"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "operation_id": "6f7f2f6d-0f5f-46ec-ae9b-0e8db7e3f52c",
            "status": "accepted"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/operations/:operationId/submit",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "signature": {
                    "type": "string"
                  }
                },
                "required": [
                  "signature"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "operationId": {
                    "description": "Gateway operation UUID",
                    "type": "string"
                  }
                },
                "required": [
                  "operationId"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agents.chain.link",
  "lastUpdated": "2026-09-18T21:57:07.416Z",
  "quality": {
    "calls30d": 17226,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-18T20:02:11.314Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agents.chain.link",
    "manifest_name": "agents.chain.link",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}