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

# Assets

> The Assets API provides comprehensive functionality for discovering, searching, and retrieving detailed information about individual NFTs across multiple blockchain networks

## How Assets Work

The Assets API provides a unified interface for working with NFTs across multiple blockchain networks:

1. **Asset Discovery** - Search and filter NFTs by collection, owner, traits, and more
2. **Metadata Access** - Retrieve complete NFT information including images and attributes
3. **Market Integration** - Access current listings and pricing data
4. **Ownership Tracking** - Monitor NFT ownership and transfer history

## Integration Workflow

### 1. Asset Discovery

Discover NFTs using advanced filtering by chain, contract, owner, verification status, and listing availability. Results include collection metadata and current market listings.

### 2. Asset Details

Access comprehensive information about specific NFTs by chain ID, contract address, and token ID. Responses include metadata, media URLs, token standards, and current market data.

### 3. Market Integration

Access real-time market data including current listings, pricing information, and trading metrics for informed decision-making.

## API Endpoints

| Method | Endpoint                                           | Description                                                       |
| ------ | -------------------------------------------------- | ----------------------------------------------------------------- |
| `GET`  | `/v1/assets/explore`                               | [Search and filter assets](/api-reference/endpoint/search-assets) |
| `GET`  | `/v1/assets/{chainId}/{contractAddress}/{tokenId}` | [Get specific asset details](/api-reference/endpoint/get-asset)   |

## Error Handling

The API returns standard HTTP status codes:

* **400** - Invalid request parameters (validation errors)
* **404** - Asset not found for the specified chain, contract, and token ID
* **500** - Internal server errors (network issues, SDK failures)

## Getting Started

1. **[Set up API Access](/quickstart)** - Get your API credentials for asset data access
2. **Explore Assets** - Use filtering to discover relevant NFTs for your application
3. **Retrieve Details** - Get comprehensive asset information including metadata and market data

Ready to build with NFT assets? Start with [API setup](/quickstart) to begin accessing asset data.
