Deploy NFT TokenAddress
Use L2 token to pay and deploy the NFT tokenAddress in Layer 1
POST api/v3/nft/deployTokenAddress
Field | Description | Example |
---|---|---|
X-API-KEY | ApiKey | "HlkcGxbqBeaF76j4rvPaOasyfPwnkQ6B6DQ6THZWbvrAGxzEdulXQvOKLrRWZLnN" |
X-API-SIG | "0xccf0a141fce2dc5cbbd4f802c52220e9e2ce260e86704d6258603eb346eefe2d4a450005c362b223b2840d087f7065ea5eee0314531adf6a580fce64c25dca81c" |
Query Param | Description | Example |
---|---|---|
tokenAddress | nft token address | |
nftData | nft data | |
transfer | |
Field | Description | Example |
---|---|---|
hash | Ethereum hash | "0xfbe124c734308a7cde02849c41b5d3317d36d0af336dc1a88ed4fb6b2802a161" |
status | Whether the order was successfully submitted or not, please note, user may query after a while to get real process status, as most offchain requests are async processed
Allowable : ['received', 'processing', 'processed', 'failed'] | "received" |
isIdempotent | Idempotent of submit transfer response, submit same transfer again idempotent will be true | "false" |
Last modified 3mo ago