# Project API

## Wallet List

<mark style="color:blue;">`GET`</mark> `https://api.premint.xyz/v1/<project_key>/`

This will return a list of all the wallets that have registered for your PREMINT list.

#### Query Parameters

| Name                  | Type  | Description                                                                                                                                                                                                                                                                           |
| --------------------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| entry\_status         | all   | <p>Limit the responses to entries with the status <code>winner</code> or <code>waitlist</code>. </p><p></p><p>By default, it will return <code>all</code> entries. Note: winner / waitlist will only work if you have finalized your raffle.</p>                                      |
| include\_disqualified | false | Set this to true to see all entries, including ones you disqualified.                                                                                                                                                                                                                 |
| include\_details      | false | Set this to `true` to include all additional details along with the wallet address and winner status. This includes ip\_address\_hash, discord\_username, discord\_id, twitter\_username, twitter\_id, eth\_balance\_at\_registration, collab, custom\_field, and potentially others. |


---

# 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://premint.gitbook.io/premint/extras/project-api.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.
