> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lootexplus.com/llms.txt
> Use this file to discover all available pages before exploring further.

# About Lootex Plus

> For developers & enterprises who need a full-stack API/SDK to mint, trade, and embed NFT features inside any app or game

## 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

<CardGroup cols={2}>
  <Card title="Core APIs" icon="code" href="/core-features/overview">
    Search, explore, and trade NFTs across multiple blockchains with our marketplace APIs
  </Card>

  <Card title="Project Wallet APIs" icon="wallet" href="/server-wallet/overview">
    Mint, deploy contracts, and transfer assets without requiring users to manage wallets
  </Card>
</CardGroup>

## 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

<Steps>
  <Step title="Get API Access">
    Sign up for a free account on the [Lootex Plus Dashboard](https://dashboard.lootexplus.com) to get your API credentials.
  </Step>

  <Step title="Make Your First Call">
    Follow our [Quickstart Guide](/quickstart) to make your first API call and explore assets.
  </Step>

  <Step title="Choose Your Path">
    <Tabs>
      <Tab title="Marketplace Features">
        Start with [Core APIs](/core-features/overview) to build search, discovery, and trading functionality.
      </Tab>

      <Tab title="NFT Creation">
        Use [Project Wallet APIs](/server-wallet/overview) to deploy contracts and mint your own NFTs.
      </Tab>
    </Tabs>
  </Step>

  <Step title="Build Your Application">
    Explore our [API Reference](/api-reference/introduction) for detailed endpoint documentation and examples.
  </Step>
</Steps>

## Authentication

Lootex Plus offers two authentication methods:

### **Core APIs**

Use API keys for marketplace functionality:

```bash theme={null}
curl -H "x-api-key: YOUR_API_KEY" \
     https://api.lootexplus.com/v1/assets/...
```

### **Project Wallet APIs**

Use secret keys for minting and transfers:

```bash theme={null}
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 [hi@mintlify.com](mailto:hi@mintlify.com)
* **Community**: Join our community for updates and discussions

Ready to start building? [Get your API key](https://dashboard.lootexplus.com) and follow our [Quickstart Guide](/quickstart) to make your first API call.
