xrp_create_nft_offer
Create buy or sell offers for NFTs on the XRP Ledger Testnet. Specify the NFT, amount, and optional destination to finalize the trade.
Instructions
Create buy or sell offer for NFT
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flags | No | 1 for sell offer, 0 for buy | |
| amount | Yes | Offer amount in drops | |
| nft_id | Yes | NFT Token ID | |
| privateKey | Yes | Account private key | |
| destination | No | Specific buyer/seller (optional) |