NFTs
Bankr supports a full range of NFT operations — buying, transferring, listing, and minting — across supported chains. Use natural language prompts to interact with NFT marketplaces and collections without leaving the Bankr interface.
Supported Operations
Section titled “Supported Operations”- Buy — Purchase NFTs from marketplaces. Bankr finds the listing and executes the purchase on your behalf.
- Transfer — Send NFTs to another wallet address on the same chain.
- List — List your NFTs for sale on supported marketplaces.
- Mint — Mint new NFTs from collections, including via Zora.
Example Prompts
Section titled “Example Prompts”- “Buy the floor NFT from [collection] on Base”
- “Transfer my NFT #1234 from [collection] to 0xRecipient on Base”
- “List my NFT #5678 from [collection] for 0.1 ETH on Base”
- “Mint an NFT from [collection] on Base”
Via API
Section titled “Via API”curl -X POST https://api.bankr.bot/agent/prompt \ -H "X-API-Key: bk_YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"prompt": "Buy the floor NFT from [collection name] on Base"}'Integrations
Section titled “Integrations”NFT operations integrate with Zora for creator and minting capabilities. Zora is a protocol for creating, collecting, and earning from NFTs. When you mint through Bankr, Zora handles the on-chain minting process while Bankr provides the natural language interface.