Create contract
Last updated
Last updated
Create a new contract.
Property | Detail |
---|---|
Parameter | Type | Required | Detail |
---|---|---|---|
blockchain
parameterPlease specify the name of the network item on the Supported blockchain page.
URL
/api/v1/createcollection
Method
POST
wallet_address
str
yes
生成するコレクションの所有者
name
str
yes
生成するコレクションの名称
blockchain
str
yes
生成先のブロックチェーン
description
str
No*
*Required only for Solana
, Solana-testnet
image
str
No*
*Required only for Solana
, Solana-testnet
is_locked
boolean
No
If true is specified, the NFT generated by the contract becomes a SoulBound Token. False if not specified.
enable_api
boolean
No
If true is specified, NFT creation is possible via API. If not specified, true.
enable_transfer
boolean
No
If true is specified, NFT can be transferred via API. False if not specified.