post https://api.testnet.octet.im/2.0/wallets//nfts/contracts/deployments
NFT 컨트랙트 배포를 신청합니다. 정상적으로 신청 완료 시 배포 트랜잭션의 uuid를 반환합니다.
Log in to see full request history
Response
NFT 컨트랙트 배포를 신청합니다. 정상적으로 신청 완료 시 배포 트랜잭션의 uuid를 반환합니다.
xxxxxxxxxx
10curl --request POST \
--url https://api.testnet.octet.im/2.0/wallets/walletIdx/nfts/contracts/deployments \
--header 'Authorization: Bearer ' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"contractSpec": "ERC721"
}
'
Try It!
to start a request and see the response here! Or choose an example: