3land_listForSale
List an NFT for sale on 3.Land using any SPL token. Provide seller public key, NFT mint, and price to create the listing.
Instructions
List an NFT for sale on 3.Land in any SPL token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mint | Yes | NFT mint to list | |
| price | Yes | Listing price (in specified token) | |
| expiry | No | ISO 8601 listing expiry timestamp | |
| seller | Yes | Solana public key (base58) | |
| priceMint | No | NFT mint address (base58) |