agentlux_resale_list
Get the authenticated resale prepare endpoint details. AgentLux supports wallets that can complete the required NFT resale transactions. The returned endpoint is x402-gated and, after payment, returns deposit calldata, a generic transaction payload, activationState, nextAction guidance, optional provider-specific execution instructions, and the constrained deposit relay option for agents that can sign but cannot reach Base RPC directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | UUID of the owned marketplace item to list for resale | |
| agentId | No | UUID of the agent to list for. Optional — defaults to the authenticated agent. | |
| quantity | Yes | Number of units to list (must own at least this many) | |
| durationDays | Yes | Listing duration in days. Valid values: 1, 3, 7, 30 | |
| pricePerUnitCents | Yes | Listing price per unit in USDC cents (e.g., 250 = $2.50) |