What are Project Wallet APIs?
Project Wallet APIs extend Lootex Plus beyond marketplace functionality to enable complete NFT lifecycle management. While the Core APIs help you search, list, and trade existing NFTs, Project Wallet APIs let you deploy NFT contracts, mint NFTs, and transfer blockchain assets programmatically from your backend. Think of it as your application having its own blockchain identity that can perform NFT operations on behalf of your users—without requiring them to connect MetaMask, sign transactions, or even know they’re interacting with blockchain technology.Why Project Wallets?
Traditional NFT integration requires users to:- Install and configure crypto wallets
- Hold cryptocurrency for gas fees
- Sign multiple blockchain transactions
- Understand wallet security and private key management
Available Operations
Deploy Contracts
Deploy custom ERC721 NFT contracts without web3 development knowledge
Mint NFTs
Create NFTs with custom metadata and send them to any address
Transfer Assets
Move native tokens, ERC20, ERC721, or ERC1155 assets between addresses
Getting Started
Prerequisites
- Lootex Plus Account: Access your team’s Lootex Plus dashboard
- Find Your Project Wallet: Locate your dedicated wallet address in the dashboard
- Deposit Gas Fees: Transfer ETH to your project wallet for the desired blockchain networks
- Get API Credentials: Obtain your secret key (not API Keys) for authentication on Lootex Plus Dashboard
Authentication
All API requests require your secret key in the authorization header:Basic Integration
Next Steps
- Get an API key to access Project Wallet APIs
- Deploy a custom NFT contract for your collection
- Mint your first NFT with a simple API call
- Set up transfers to move assets between users