View and transfer NFTs on the TON blockchain. Use when the user wants to see their NFTs, list collectibles, check NFT details, send an NFT, or transfer an NFT to someone.
View and transfer NFTs on the TON blockchain.
| Tool | Required | Optional |
|---|---|---|
get_nfts | — | limit, offset, walletSelector |
get_nfts_by_address | address | limit, offset |
get_nft | nftAddress | — |
send_nft | nftAddress, toAddress | comment, walletSelector |
emulate_transaction | messages | validUntil |
get_nfts to list NFTs in the active walletlimit and offset for paginationget_nft with the nftAddressget_nfts to find the NFT address if the user doesn't have itsend_nft with nftAddress and toAddressget_transaction_status with the returned normalizedHash until status is completed or failed (see ton-balance skill)emulate_transaction to dry-run any transaction before sending — it returns expected balance changes, fees, and high-level actions so you can verify the outcometon-create-wallet skill first