Create contract
createcollection
Create a new contract.
Basic Information
Property
Detail
URL
/api/v1/createcollection
Method
POST
Request parameter
Parameter
Type
Required
Detail
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.
Blockchains that can be specified in the blockchain
parameter
blockchain
parameterPlease specify the name of the network item on the Supported blockchain page.
Sample requests
Example of successful response
Example of response in case of failure(status code 400)
Last updated