deploy-NFT-contract
POST {{nft-api-endpoint}}/api/apps/:applicationId/contracts
Deploy a new NFT contract.
Can be seen as deploying a new collection or brand to host NFTs under.
Request Body
{"name"=>"Venly", "description"=>"Example contract created using the VENLY NFT API", "image"=>"https://gblobscdn.gitbook.com/spaces%2F-MB9NX0aClLh4Gx_kawF%2Favatar-1623151896040.png?alt=media", "externalUrl"=>"https://venly.io", "media"=>[{"type"=>"twitter", "value"=>"https://twitter.com/Venly_io"}, {"type"=>"linkedin", "value"=>"https://www.linkedin.com/company/venly-io"}], "chain"=>"MATIC", "owner"=>"0xF4Cc6E6c585d23585d5F08BDaEE9b85aB658fa95"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |