improved

Developer Portal - Improved NFT Insights

We are excited to announce additional improvements to the NFT-Insights feature in the Venly Portal. Now, you get the ability to view and filter detailed token mint information, view details of a specific NFT, and the ability to delete/archive an NFT contract. We also added the webhook ping feature that allows you to test your webhook configuration directly from the Portal.

Mints Tab

A new Mints tab has been added to the NFT-API page, enabling you to monitor all token mints in detail. You can switch between environments from the top-right corner to view sandbox and production token mints separately.

1. View All Token Mints

Each mint record includes:

  • The date-time of the token mint
  • The destination address of the token mint
  • The transaction hash
  • The contract address
  • The token-type ID
  • The amount of tokens minted
  • Status of the token mint
  • Navigate between pages

2. Filter Token Mints

Token mints can be filtered by:

  • Contract address (partial match also works)
  • Status of the token mints: SUCCEEDED, PENDING, FAILED
  • Date Range
  • Destination address (partial match also works)

3. View Details of a Token Mint

Clicking on a specific token mint will open up a side panel that includes detailed information on the token. The details of the token include:

  • Destination address
  • Transaction hash
  • Token ID
  • Amount of tokens minted
  • The Mint ID
  • Mint Number of the token
  • Token-type ID
  • Contract address
  • Type of token: Fungible or Non-fungible
  • Chain of the token
  • Attributes of the token: Properties, Stats, and Boosts

View Detailed NFT Information

Navigate to the Contracts tab on the NFT-API page. Open a contract, select a token-type, and view all minted NFTs. Clicking on a specific NFT provides its details, including:

  • Token ID
  • Token-type ID
  • Contract address
  • Type of token: Fungible or Non-fungible
  • Chain of the token
  • Attributes of the token: Properties, Stats, and Boosts
  • Owner: The wallet address(es) that own the token

Delete NFT Contracts

On the NFT-API page, open a contract from the Contracts tab. Click on the three dots at the top right, and you will see an option to delete the contract.

⚠️ Important Notes:

  • Deleting a contract archives it along with all associated token-types and minted tokens.
  • Archived contracts and tokens will no longer appear in API responses or the Portal.
  • Deletion is permanent—archived contracts cannot be searched or recovered.
  • Archived items still exist on-chain but are no longer visible in Venly services.

Ping Webhooks directly from Portal

You can now ping webhooks directly from the Portal. You can now test webhooks without executing a transaction! This feature is available in the Configuration tab of both the NFT-API and Wallet-API pages.

How It Works:

  1. Configure a webhook in the Configuration tab of NFT-API or Wallet-API.
  2. Click the Ping button next to the webhook.
  3. A test message is sent to your webhook, verifying its setup.

Sample Webhook Payload:

{
  "eventType": "PING",
  "result": {
    "id": "1cb7b65f-7f7c-4e35-a3c5-dcf4c2db6d05",
    "createdOn": "2025-02-25T11:40:38.220435822",
    "status": "SUCCEEDED"
  }
}

Benefits of the NFT-Insights

Improved Visibility: Gain full transparency into NFT assets across sandbox and production environments.

🔍 Efficient Search & Navigation: Easily locate contracts, token types, and tokens with intuitive search and filtering.

📊 Enhanced Data Management: Access detailed NFT insights to optimize asset tracking and decision-making.

Streamlined Workflow: Simplified navigation and structured insights for a smoother operational experience.

We believe these enhancements will significantly improve your ability to manage NFTs. If you have questions or feedback, reach out to our support team—your insights help us continue to improve!