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