# Get Project Data

## Overview

{% hint style="success" %}

### Endpoint

* **Method:** GET
* **URL:** `/marketplace/{projectDomain}`
  {% endhint %}

### Responses

#### Success (Code 200)

```json
{
        "address": "0x7d78B5a8b04151E0741875c2d6e3Cb6A82098Ac5",
        "network": "polygon",
        "name": "ProyectM",
        "description": "Desc",
        "category": "MMORPG",
        "tokenName": "",
        "tokenLogo": "",
        "logo": "https://your_project_image.jpg",
        "trailer": "http://www.google.com",
        "downloadLink": "http://www.google.com",
        "userBanner": "https://your_banner.jpg",
        "domain": "your.domain.example",
        "symbol": "NEZ",
        "socialMedias": {
            "_id": "658c2ae20c24dd5e00161a1a"
        },
        "id": "6564b4f3fa203b9Klsa2Ju7d0"
        }
}
```

* **Media Type**: application/json
* **Example Value**: An object containing the response for the project data.

## Usage

1. **Send a GET request** to the `/marketplace/{projectDomain}` endpoint to get the project information data.
2. **Handle the response accordingly** based on success, unauthorized access, forbidden access, not found, method not allowed, precondition failed, or internal server error.

**Note:** Ensure to get the project *domain* from your **xerial marketplace website**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xerial.gitbook.io/xerial-doc/xerial-apis/marketplace-api/get-project-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
