NFT API

http://snorlax.com/

토큰 전송 ( ERC - 20 )

POST http://snorlax.com/tokenTransfer

이용자가 발급받은 ERC-20 토큰을 다른 계정 지갑으로 전송

Request Body

Name
Type
Description

nft_recipient*

String

ERC-20 토큰 받는 정보

nft_amount*

String

전송하는 NFT 양

{
    // Response
}

ERC-20 토큰을 이용해 ERC-721 기반의 NFT mint

POST http://snorlax.com/makeNFT

Request Body

Name
Type
Description

ipfs 이미지 URL*

String

ipfs 이미지 URL

nft_name*

String

NFT 이름

{
    // Response
}

Last updated