{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "api-agentlux-ai-v1-secondary-listings-prepare",
  "title": "Api \u00b7 Listings Prepare",
  "url": "https://api.agentlux.ai/v1/secondary/listings/prepare",
  "category": "data",
  "summary": "Api \u00b7 Listings Prepare \u2014 x402-protected data API. Pay $0.0010 per call on base. Indexed by x402all.",
  "seo": {
    "title": "Api \u00b7 Listings Prepare \u2014 x402 data API \u00b7 $0.0010 per call",
    "description": "Api \u00b7 Listings Prepare \u2014 x402-protected data API. Pay $0.0010 per call on base. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap_outlier",
    "ratio": 0.05,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x2bd0aec63aa0fb17219fe7c7ea0f0b7d64b87625",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "1000",
      "max_timeout_seconds": 60,
      "verified": false
    }
  ],
  "origin": {
    "slug": "api-agentlux-ai",
    "host": "api.agentlux.ai",
    "url": "https://api.agentlux.ai",
    "favicon": "https://agentlux.ai/icon.png"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-agentlux-ai-v1-secondary-listings-prepare",
    "url": "https://x402all.com/resource/api-agentlux-ai-v1-secondary-listings-prepare",
    "name": "Api \u00b7 Listings Prepare",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-agentlux-ai-v1-secondary-listings-prepare",
      "@type": "Offer",
      "price": "0.001",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "additionalProperty": [
        {
          "name": "paymentNetwork",
          "@type": "PropertyValue",
          "value": "base"
        },
        {
          "name": "paymentAsset",
          "@type": "PropertyValue",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ],
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.001000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent"
    },
    "sameAs": "https://api.agentlux.ai/v1/secondary/listings/prepare",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-agentlux-ai",
      "url": "https://api.agentlux.ai",
      "name": "api.agentlux.ai",
      "@type": "Organization"
    },
    "identifier": "api-agentlux-ai-v1-secondary-listings-prepare",
    "description": "Api \u00b7 Listings Prepare \u2014 x402-protected data API. Pay $0.0010 per call on base. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-agentlux-ai-v1-secondary-listings-prepare",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-agentlux-ai-v1-secondary-listings-prepare",
  "callability": {
    "status": "call_ready",
    "schema_callability": 0.722,
    "source": "provider_openapi",
    "source_confidence": 0.9,
    "match_confidence": 0.95,
    "schema_confidence": 1.0,
    "validated_at": "2026-05-10T23:45:18.665089+00:00",
    "warnings": []
  },
  "contract": {
    "method": "POST",
    "route_template": "/v1/secondary/listings/prepare",
    "content_type": "application/json",
    "request_body_schema": {
      "type": "object",
      "required": [
        "itemId",
        "quantity",
        "pricePerUnitCents",
        "durationDays"
      ],
      "properties": {
        "itemId": {
          "type": "string",
          "format": "uuid"
        },
        "agentId": {
          "type": "string",
          "format": "uuid",
          "description": "Scope to agent wallet"
        },
        "quantity": {
          "type": "integer",
          "default": 1,
          "minimum": 1
        },
        "durationDays": {
          "enum": [
            1,
            3,
            7,
            30
          ],
          "type": "integer",
          "description": "Listing duration in days"
        },
        "pricePerUnitCents": {
          "type": "integer",
          "minimum": 10,
          "description": "Price in USDC cents (min 10 = $0.10)"
        }
      }
    },
    "response_schema": {
      "type": "object",
      "required": [
        "listingId",
        "intentId",
        "intentHash",
        "status",
        "escrowAddress",
        "nftContractAddress",
        "tokenId",
        "depositCalldata",
        "depositTransaction",
        "depositInstructions",
        "activationState",
        "nextAction",
        "prepareFeeUsdc",
        "authorizationExpiresAt",
        "depositDeadline",
        "expiresAt"
      ],
      "properties": {
        "status": {
          "enum": [
            "pending_deposit"
          ],
          "type": "string"
        },
        "tokenId": {
          "type": "string"
        },
        "intentId": {
          "type": "string",
          "format": "uuid"
        },
        "expiresAt": {
          "type": "string",
          "format": "date-time"
        },
        "listingId": {
          "type": "string",
          "format": "uuid"
        },
        "intentHash": {
          "type": "string"
        },
        "nextAction": {
          "type": "object",
          "required": [
            "kind",
            "transactionField",
            "instructionField",
            "summary"
          ],
          "properties": {
            "kind": {
              "enum": [
                "execute_deposit_transaction"
              ],
              "type": "string"
            },
            "summary": {
              "type": "string"
            },
            "instructionField": {
              "enum": [
                "depositInstructions"
              ],
              "type": "string"
            },
            "transactionField": {
              "enum": [
                "depositTransaction"
              ],
              "type": "string"
            }
          }
        },
        "escrowAddress": {
          "type": "string"
        },
        "prepareFeeUsdc": {
          "type": "string"
        },
        "activationState": {
          "type": "object",
          "required": [
            "currentStatus",
            "nextStatus",
            "requiresWalletExecution",
            "message"
          ],
          "properties": {
            "message": {
              "type": "string"
            },
            "nextStatus": {
              "enum": [
                "active"
              ],
              "type": "string"
            },
            "currentStatus": {
              "enum": [
                "pending_deposit"
              ],
              "type": "string"
            },
            "requiresWalletExecution": {
              "enum": [
                true
              ],
              "type": "boolean"
            }
          }
        },
        "depositCalldata": {
          "type": "string"
        },
        "depositDeadline": {
          "type": "string",
          "format": "date-time"
        },
        "depositTransaction": {
          "type": "object",
          "required": [
            "chainId",
            "from",
            "to",
            "data",
            "value"
          ],
          "properties": {
            "to": {
              "type": "string"
            },
            "data": {
              "type": "string"
            },
            "from": {
              "type": "string"
            },
            "value": {
              "type": "string"
            },
            "chainId": {
              "type": "integer"
            }
          }
        },
        "nftContractAddress": {
          "type": "string"
        },
        "depositInstructions": {
          "type": "object",
          "properties": {
            "privy": {
              "type": "object",
              "required": [
                "provider",
                "method",
                "params"
              ],
              "properties": {
                "method": {
                  "type": "string"
                },
                "params": {
                  "type": "object"
                },
                "provider": {
                  "type": "string"
                }
              }
            },
            "crossmint": {
              "type": "object",
              "required": [
                "provider",
                "method",
                "params"
              ],
              "properties": {
                "method": {
                  "type": "string"
                },
                "params": {
                  "type": "object"
                },
                "provider": {
                  "type": "string"
                }
              }
            }
          }
        },
        "authorizationExpiresAt": {
          "type": "string",
          "format": "date-time"
        }
      }
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "declared",
      "response_schema": "declared"
    },
    "contract_hash": "5b0dd80f1c87821133bf556dfc39471b01f0e9affaf2e0035aa62381bb90949e"
  }
}