> For the complete documentation index, see [llms.txt](https://docs.wemix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wemix.com/en/tutorial/erc-721-token/check-erc-721-token-api.md).

# Check ERC-721 Token API

You can query the ERC-721 Token API using Postman.&#x20;

Let's check the inventory for Contract Address in the ERC-721 API in the following order.

* Step 1 : Access Postman
* Step 2 : Execute API and Check the results

{% hint style="info" %}
All examples are based on WEMIX3.0 Testnet.
{% endhint %}

### Step 1 : Access Postman

Go to <https://www.postman.com/> and install Postman.\
After accessing Postman, move to 'Workspaces'.

Select the 'Import' button to insert the  `WEMIX3.0 API.json` file to launch the WEMIX3.0 API.

<figure><img src="https://content.gitbook.com/content/Hf9f4FuSvei1yoMuW1wT/blobs/AM4VFcQBkg0MyX0dIZoF/00.Postman%20My%20Workspace.png" alt=""><figcaption><p>Postman My Workspace</p></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/Hf9f4FuSvei1yoMuW1wT/blobs/MZoF0jRnpq3vRygtmrTu/01.Postman%20WEMIX3.0%20API%20%E1%84%89%E1%85%B5%E1%86%AF%E1%84%92%E1%85%A2%E1%86%BC.png" alt=""><figcaption><p>Execute Postman WEMIX3.0 API</p></figcaption></figure>

### Step 2 : Execute API and Check the result

Select the WEMIX 3.0 ERC-721 API to view the ERC-721 token you want.

#### **Check the Inventory for Contract**

{% tabs %}
{% tab title="Mainnet" %}
<https://explorerapi.wemix.com/v1/tokens/{contract\\_address}/inventory>
{% endtab %}

{% tab title="Testnet" %}
<https://explorerapi.test.wemix.com/v1/tokens/{contract\\_address}/inventory>
{% endtab %}
{% endtabs %}

Enter the URI above in the input box next to 'Get'.&#x20;

You can enter the contract address you want in the {contract\_address} of the URI.&#x20;

The figure below is an example of checking the Testnet ERC-721 token.

```
https://explorerapi.test.wemix.com/v1/tokens/0x3DDeE3714160A49573285473f40452cec67114B4/inventory
```

<figure><img src="https://content.gitbook.com/content/Hf9f4FuSvei1yoMuW1wT/blobs/sd3pX0hlg6SNH0oaFo7b/Contract%E1%84%8B%E1%85%A6%20%E1%84%83%E1%85%A2%E1%84%92%E1%85%A1%E1%86%AB%20Inventory%20%E1%84%92%E1%85%AA%E1%86%A8%E1%84%8B%E1%85%B5%E1%86%AB%20API%20%E1%84%89%E1%85%B5%E1%86%AF%E1%84%92%E1%85%A2%E1%86%BC.png" alt=""><figcaption><p>Execute API to Check Inventory for Contract</p></figcaption></figure>

If you select 'Send', you can see that the output is the same as the data found in [Testnet Explorer](https://explorer.test.wemix.com/).

<figure><img src="https://content.gitbook.com/content/Hf9f4FuSvei1yoMuW1wT/blobs/zFsx1w8xs9EKTEj7KdHo/Contract%E1%84%8B%E1%85%A6%20%E1%84%83%E1%85%A2%E1%84%92%E1%85%A1%E1%86%AB%20Inventory%20%E1%84%92%E1%85%AA%E1%86%A8%E1%84%8B%E1%85%B5%E1%86%AB.png" alt=""><figcaption><p>Check Inventory for Contract</p></figcaption></figure>

<figure><img src="https://content.gitbook.com/content/Hf9f4FuSvei1yoMuW1wT/blobs/A6eOBvyZMtWCgTv8lNiw/WEMIX3.0%20Testnet%20Explorer%20Token%20Inventory_API%20%E1%84%8C%E1%85%A9%E1%84%92%E1%85%AC.png" alt=""><figcaption><p>WEMIX3.0 Testnet Explorer Token Inventory</p></figcaption></figure>
