{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "shadowllama-production-up-railway-app-entrypoints-list-dead-drops-invoke",
  "title": "ShadowLlama \u00b7 List Available Dead Drops",
  "url": "https://shadowllama-production.up.railway.app/entrypoints/list-dead-drops/invoke",
  "category": "data",
  "summary": "Returns list of available dead drops with associated bounty IDs, drop IDs, and session identifiers for agent task execution.",
  "seo": {
    "title": "Dead Drop Listing API | ShadowLlama x402 | Base",
    "description": "List available dead drops for agent tasks. $0.02 USDC per call on Base. Returns bounty IDs, drop IDs, and session identifiers for ShadowLlama operations."
  },
  "use_cases": [
    "Discover active bounties and tasks in decentralized agent marketplaces",
    "Poll for new dead drop opportunities in automated agent loops",
    "Match agent capabilities to available task bounties by drop metadata"
  ],
  "ideal_buyer": "Autonomous AI agents participating in decentralized task markets and bounty-based execution environments.",
  "example_prompt": "List all available dead drops with their bounty IDs and session information",
  "example_request_body": {},
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 1,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x11c24fbcd702cd611729f8402d8fb51eca75ba83",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "20000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "\ud83d\udccb List available dead drops",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyType": "json",
          "bodyFields": {
            "input": {
              "type": "object",
              "required": false,
              "properties": {
                "model": {
                  "enum": [
                    "claude",
                    "gpt4",
                    "gemini"
                  ],
                  "type": "string",
                  "required": false,
                  "description": "AI model to use"
                },
                "query": {
                  "type": "string",
                  "required": false,
                  "description": "AI query text"
                },
                "title": {
                  "type": "string",
                  "required": false,
                  "description": "Bounty title"
                },
                "dropId": {
                  "type": "string",
                  "required": false,
                  "description": "Dead drop ID"
                },
                "reward": {
                  "type": "number",
                  "required": false,
                  "description": "Bounty reward amount"
                },
                "network": {
                  "enum": [
                    "tor",
                    "i2p",
                    "clearnet"
                  ],
                  "type": "string",
                  "required": false,
                  "description": "Network type (tor/i2p/clearnet)"
                },
                "duration": {
                  "type": "number",
                  "required": false,
                  "description": "Duration in seconds"
                },
                "targetUrl": {
                  "type": "string",
                  "required": false,
                  "description": "Target URL (for proxy)"
                },
                "encryptedData": {
                  "type": "string",
                  "required": false,
                  "description": "Encrypted data for dead drops"
                }
              },
              "description": "Input parameters for the endpoint"
            }
          }
        },
        "output": {
          "output": {
            "type": "object",
            "properties": {
              "dropId": {
                "type": "string"
              },
              "message": {
                "type": "string"
              },
              "bountyId": {
                "type": "string"
              },
              "sessionId": {
                "type": "string"
              }
            },
            "description": "Response data from the endpoint"
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "shadowllama-production-up-railway-app",
    "host": "shadowllama-production.up.railway.app",
    "title": "Shadow Llama API (Railway)",
    "description": "A machine learning inference endpoint hosted on Railway. Status currently unavailable; may provide LLM or generative AI services when operational.",
    "url": "https://shadowllama-production.up.railway.app"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/shadowllama-production-up-railway-app-entrypoints-list-dead-drops-invoke",
    "url": "https://x402all.com/resource/shadowllama-production-up-railway-app-entrypoints-list-dead-drops-invoke",
    "name": "ShadowLlama \u00b7 List Available Dead Drops",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/shadowllama-production-up-railway-app-entrypoints-list-dead-drops-invoke",
      "@type": "Offer",
      "price": "0.02",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.020000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://shadowllama-production.up.railway.app/entrypoints/list-dead-drops/invoke",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/shadowllama-production-up-railway-app",
      "url": "https://shadowllama-production.up.railway.app",
      "name": "Shadow Llama API (Railway)",
      "@type": "Organization"
    },
    "identifier": "shadowllama-production-up-railway-app-entrypoints-list-dead-drops-invoke",
    "description": "List available dead drops for agent tasks. $0.02 USDC per call on Base. Returns bounty IDs, drop IDs, and session identifiers for ShadowLlama operations.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=shadowllama-production-up-railway-app-entrypoints-list-dead-drops-invoke",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=shadowllama-production-up-railway-app-entrypoints-list-dead-drops-invoke"
}
