MintNFT (Independent Publisher) (Preview)
NFT Mania provides you with an Ultimate NFT experience and lets you develop applications in no time!
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Shreyan J D Fernandes |
URL | https://www.linkedin.com/in/shreyan-j-d-fernandes-227789147/ |
shreyan.fernandes@gmail.com |
Connector Metadata | |
---|---|
Publisher | Shreyan J D Fernandes |
Website | https://www.nftport.xyz/ |
Privacy policy | https://www.nftport.xyz/privacy-policy |
Categories | Data |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Mint NFT |
Mints NFT using the image URL |
Mint NFT
Mints NFT using the image URL
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Mint NFT
|
API | True | string |
Mints NFT using the image URL |
chain
|
chain | True | string |
Blockchain to mint the NFT on. |
name
|
name | True | string |
Name of the NFT. |
description
|
description | True | string |
Text description of the NFT which will be seen on NFT marketplaces, etc. |
file_url
|
file_url | True | string |
URL that points to the image/video or any other file format as long as it returns a Content-Length and Content-Type header or contains the file extension. HTML files are not supported. |
mint_to_address
|
mint_to_address | True | string |
Account address where the NFT will be sent. For example, your Metamask wallet address if you wish to send it to yourself. |
Returns
Name | Path | Type | Description |
---|---|---|---|
response
|
response | string |
Response status, either OK or NOK. |
chain
|
chain | string |
Polygon,goerli |
contract_address
|
contract_address | string |
The contract address where the NFT was minted. |
transaction_hash
|
transaction_hash | string |
The transaction hash which is returned by the blockchain after minting. |
transaction_external_url
|
transaction_external_url | string |
Transaction URL in an external blockchain explorer. |
mint_to_address
|
mint_to_address | string |
Account address where the NFT was sent. |
name
|
name | string |
Name of the NFT. |
description
|
description | string |
Description of the NFT. |