{
  "x402Version": 2,
  "id": 2338,
  "slug": "2338",
  "resource": "https://mcp.yield.xyz/x402/actions_get",
  "description": "Get the status and transactions of a specific action by its ID (returned by actions_enter/exit/manage). Poll this to track an action from CREATED → SUCCESS/FAILED.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xD433f056270912659f073D5FFE7Ae247e39235A5",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:196",
      "payTo": "0x14c1cf26360F42681105A03137CF6951BdDB1293",
      "asset": "0x4ae46a509f6b1d9056937ba4500cb143933d2dc8",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:196",
      "payTo": "0x14c1cf26360F42681105A03137CF6951BdDB1293",
      "asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:196",
      "payTo": "0x14c1cf26360F42681105A03137CF6951BdDB1293",
      "asset": "0x74b7f16337b8972027f6196a17a631ac6de26d22",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "actionId": "0b8e2c5a-4f3d-4c2b-9e1a-7d6f5e4c3b2a"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "id": "0b8e2c5a-…",
            "intent": "enter",
            "status": "SUCCESS",
            "type": "STAKE"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "actionId": {
                    "description": "Action ID from actions_enter/exit/manage",
                    "type": "string"
                  }
                },
                "required": [
                  "actionId"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "description": "Core fields shown; the response carries additional fields depending on the yield/protocol (intentionally non-exhaustive).",
                "properties": {
                  "id": {
                    "type": "string"
                  },
                  "intent": {
                    "type": "string"
                  },
                  "status": {
                    "description": "CREATED / PROCESSING / SUCCESS / FAILED",
                    "type": "string"
                  },
                  "transactions": {
                    "items": {
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "type": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "mcp.yield.xyz",
  "lastUpdated": "2026-09-08T17:16:38.177Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-08T17:16:38.044Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "mcp.yield.xyz",
    "manifest_name": "mcp.yield.xyz",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}