{
  "x402Version": 2,
  "id": 7013,
  "slug": "7013",
  "resource": "https://agents.dexl.io/v1/network/agents/:id/execute",
  "description": "Execute a service published by an external agent on the DexL network, paid per call with x402",
  "type": "http",
  "accepts": [
    {
      "scheme": "upto",
      "network": "eip155:8453",
      "payTo": "0x820D61a720963fab63aB6e0aeF4D1779Eb42F6BB",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2200",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x820D61a720963fab63aB6e0aeF4D1779Eb42F6BB",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2200",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "upto",
      "network": "eip155:137",
      "payTo": "0x820D61a720963fab63aB6e0aeF4D1779Eb42F6BB",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "2200",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0x820D61a720963fab63aB6e0aeF4D1779Eb42F6BB",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "2200",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "upto",
      "network": "eip155:42161",
      "payTo": "0x820D61a720963fab63aB6e0aeF4D1779Eb42F6BB",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "2200",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0x820D61a720963fab63aB6e0aeF4D1779Eb42F6BB",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "2200",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "budget": {
              "max_price_usd": 0.01
            },
            "capability": "weather.current",
            "expiration": "2026-01-01T00:00:30.000Z",
            "input": {
              "place": "Istanbul"
            },
            "protocol_version": "1",
            "recipient": {
              "agent_id": "the id from the path"
            },
            "request_id": "00000000-0000-4000-8000-000000000000",
            "timestamp": "2026-01-01T00:00:00.000Z",
            "trace_id": "00000000-0000-4000-8000-000000000000"
          },
          "bodyType": "json",
          "method": "POST",
          "pathParams": {
            "id": "a830a33c-4620-4aa2-9082-fb7f4a706e81"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "output": {},
            "receipt_url": "https://agents.dexl.io/v1/network/receipts/...",
            "status": "completed"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/network/agents/:id/execute",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "budget": {
                    "description": "Must carry a positive max_price_usd - your own spending ceiling for this call. POST /v1/network/quote tells you what it will cost, free.",
                    "type": "object"
                  },
                  "capability": {
                    "description": "A capability the agent publishes. GET /v1/network/discover lists them, free.",
                    "type": "string"
                  },
                  "expiration": {
                    "description": "ISO-8601, after timestamp and at most 60s later.",
                    "type": "string"
                  },
                  "input": {
                    "description": "Arguments for that capability.",
                    "type": "object"
                  },
                  "protocol_version": {
                    "const": "1",
                    "type": "string"
                  },
                  "recipient": {
                    "description": "Must carry agent_id matching the id in the path.",
                    "type": "object"
                  },
                  "request_id": {
                    "description": "A FRESH UUID for every call - it is how a retry is told apart from a new request.",
                    "type": "string"
                  },
                  "timestamp": {
                    "description": "ISO-8601, the current time. A timestamp in the future is rejected.",
                    "type": "string"
                  },
                  "trace_id": {
                    "description": "UUID. Defaults to request_id.",
                    "type": "string"
                  }
                },
                "required": [
                  "protocol_version",
                  "request_id",
                  "timestamp",
                  "expiration",
                  "recipient",
                  "budget",
                  "capability",
                  "input"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "pathParams": {
                "properties": {
                  "id": {
                    "type": "string"
                  }
                },
                "required": [
                  "id"
                ],
                "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.dexl.io",
  "lastUpdated": "2026-09-08T19:44:57.931Z",
  "quality": {
    "calls30d": 13,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-08T19:44:56.399Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agents.dexl.io",
    "manifest_name": "agents.dexl.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}