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

# Overview

> Core features and capabilities of the Lootex Plus API

Lootex Plus provides a comprehensive suite of APIs for building NFT applications. Our platform offers two main categories of functionality:

## Core APIs

These APIs enable you to build marketplace functionality, search capabilities, and trading features:

<CardGroup cols={2}>
  <Card title="Assets" icon="image" href="/core-features/assets">
    Search, explore, and retrieve detailed information about individual NFTs
  </Card>

  <Card title="Collections" icon="layer-group" href="/core-features/collections">
    Discover and analyze NFT collections with trending data and metadata
  </Card>

  <Card title="Orders" icon="cart-shopping" href="/core-features/orders">
    Create, list, buy, and cancel NFT orders with advanced trading features
  </Card>

  <Card title="Drops" icon="gift" href="/core-features/drops">
    Launch and manage NFT drops with claim functionality and distribution
  </Card>
</CardGroup>

## Project Wallet APIs

For complete NFT lifecycle management, our Project Wallet APIs let you:

<CardGroup cols={2}>
  <Card title="Mint NFTs" icon="sparkles" href="/server-wallet/mint">
    Create new NFTs programmatically with custom metadata
  </Card>

  <Card title="Transfer Assets" icon="arrow-right-arrow-left" href="/server-wallet/transfer">
    Move any blockchain assets between addresses seamlessly
  </Card>
</CardGroup>

## Key Benefits

### **Easy Integration**

* RESTful APIs with clear documentation
* Multiple authentication methods (API keys and secret keys)
* Comprehensive SDKs and examples

### **Enterprise Security**

* Secure authentication with API keys and secret keys
* Rate limiting and usage monitoring
* Webhook support for real-time updates

### **Multi-Chain Support**

* Support for multiple blockchain networks
* Unified API across different chains
* Chain-specific optimizations

### **Rich Data**

* Detailed asset metadata and collection information
* Real-time pricing and market data
* Historical trading data and analytics

## Getting Started

1. **[Get an API Key](/quickstart)** - Sign up and get your credentials
2. **[Explore Assets](/core-features/assets)** - Start with asset search and retrieval
3. **[Build Trading Features](/core-features/orders)** - Add buy/sell functionality
4. **[Launch Your Own NFTs](/server-wallet/overview)** - Mint and manage your collections

## API Structure

All APIs follow a consistent pattern:

```
https://api.lootexplus.com/v1/{resource}/{parameters}
```

### Authentication

* **Core APIs**: Use API keys in the `x-api-key` header
* **Project Wallet APIs**: Use secret keys with Bearer token authentication

### Response Format

All responses are JSON with consistent error handling and pagination support.

Ready to start building? Check out our [Quickstart Guide](/quickstart) to make your first API call.
