> For the complete documentation index, see [llms.txt](https://dg-market.gitbook.io/dg-live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dg-market.gitbook.io/dg-live/developer-resources/smart-contract-reference/methods/isactive.md).

# isActive

**Description:** This function checks if an NFT is actively listed for sale in the marketplace.<br>

**Method header:**

```solidity

function isActive(address _nftAddress, uint256 _tokenId) public view returns (bool)


```

**Parameters:**

| Parameter Type | Parameter Name | Parameter Description            |
| -------------- | -------------- | -------------------------------- |
| address        | \_nftAddress   | The address of the NFT contract. |
| uint256        | \_tokenId      | The ID of the NFT to be checked. |
