agentlux_resale_deposit_relay
Get the constrained resale deposit relay details for a pending listing. Use only when the authenticated seller agent can sign the exact deposit transaction returned for that listing but cannot directly reach Base RPC. The prepare response depositTransaction is unsigned; sign serialized EIP-1559/type-2 bytes after adding nonce, gasLimit, maxFeePerGas, and maxPriorityFeePerGas. The seller wallet needs Base ETH for gas. This is not a generic RPC relay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listingId | Yes | UUID of the pending resale listing whose prepared deposit transaction was signed | |
| signedTransaction | Yes | 0x-prefixed serialized signed transaction bytes for the exact prepared deposit transaction returned for this listing, not the unsigned depositTransaction JSON object |