Skip to main content

Welcome to Lootex Plus

Lootex Plus is a comprehensive NFT infrastructure platform that provides developers and enterprises with everything they need to build, launch, and scale NFT applications. Whether you’re building a marketplace, gaming platform, or enterprise NFT solution, our APIs handle the complexity so you can focus on your core product.

What We Offer

Key Features

πŸš€ Complete NFT Lifecycle

  • Search & Discovery: Find assets and collections across multiple chains
  • Trading: Create, list, buy, and cancel NFT orders
  • Minting: Deploy custom contracts and mint new NFTs programmatically
  • Transfers: Move any blockchain assets between addresses

πŸ”’ Enterprise-Ready Security

  • Multiple authentication methods (API keys and secret keys)
  • Rate limiting and usage monitoring
  • Webhook support for real-time updates
  • Secure server-managed wallet operations

🌐 Multi-Chain Support

  • Unified API across different blockchain networks
  • Chain-specific optimizations
  • Support for major NFT standards (ERC721, ERC1155)

πŸ“Š Rich Data & Analytics

  • Detailed asset metadata and collection information
  • Real-time pricing and market data
  • Historical trading data and analytics
  • Trending collections and market insights

Use Cases

Gaming & Metaverse

  • Mint achievement NFTs when players complete challenges
  • Create in-game item marketplaces
  • Enable cross-chain asset transfers

SaaS & Enterprise

  • Create commemorative NFTs for user milestones
  • Build branded NFT collections for employee recognition
  • Integrate NFT rewards into existing platforms

Creator Economy

  • Deploy custom NFT drop contracts for artists
  • Handle complete launch process from deployment to distribution
  • Enable secondary market trading

Event & Ticketing

  • Deploy custom ticket contracts
  • Mint event NFTs at purchase time
  • Enable seamless transfers for secondary sales

Getting Started

1

Get API Access

Sign up for a free account on the Lootex Plus Dashboard to get your API credentials.
2

Make Your First Call

Follow our Quickstart Guide to make your first API call and explore assets.
3

Choose Your Path

Start with Core APIs to build search, discovery, and trading functionality.
4

Build Your Application

Explore our API Reference for detailed endpoint documentation and examples.

Authentication

Lootex Plus offers two authentication methods:

Core APIs

Use API keys for marketplace functionality:
curl -H "x-api-key: YOUR_API_KEY" \
     https://api.lootexplus.com/v1/assets/...

Project Wallet APIs

Use secret keys for minting and transfers:
curl -H "Authorization: Bearer sk-your-secret-key" \
     https://api.lootexplus.com/mint

API Structure

All APIs follow a consistent RESTful pattern:
https://api.lootexplus.com/v1/{resource}/{parameters}

Core API Endpoints

  • Assets: Search and retrieve NFT information
  • Collections: Discover and analyze NFT collections
  • Orders: Create, list, buy, and cancel NFT orders
  • Drops: Launch and manage NFT drops

Project Wallet Endpoints

  • Mint: Create new NFTs with custom metadata
  • Transfer: Move any blockchain assets between addresses
  • Deploy: Deploy custom ERC721 NFT contracts

Support & Resources

  • Documentation: Comprehensive guides and API reference
  • Dashboard: Manage your API keys, monitor usage, and view analytics
  • Support: Get help via email at [email protected]
  • Community: Join our community for updates and discussions
Ready to start building? Get your API key and follow our Quickstart Guide to make your first API call.