Nft service
The NFT API provides endpoints for managing and retrieving NFTs (Non-Fungible Tokens). You can retrieve a list of requested NFTs, retrieve specific NFTs by address and ID, and access user-specific NFTs such as created, mobile, liked, and wished tokens.
Swagger docs link:
NFT
User NFTs
Internal NFTs
The Internal API offers endpoints for internal purposes related to NFTs. You can retrieve a list of requested NFTs with rich data and access specific NFTs by address and ID with rich data.
Owners
The Owners API allows you to retrieve a list of owners associated with a specific NFT token by address and ID.
Minting Status
The Minting Status API enables you to check the minting status of a specific NFT token by address and ID.
NFT Tags
The Tags API allows you to create tags for categorizing and organizing NFTs within your application. You can create tags and retrieve a list of requested tags.
NFT Categories
The Categories API provides endpoints for retrieving a list of requested categories for classifying NFTs.
NFT Search
The Search API allows you to search for NFTs based on specific search criteria. You can retrieve a list of requested NFTs matching the search text, facilitating efficient discovery of relevant NFTs.
Last updated