How to transfer NFT through javascript (Detailed guide)
2022-08-14 16:16
Words count:
777
Basically, there're 5 steps required to transfer an NFT.
Basically, there’re 5 steps required to transfer an NFT.
-
OAuth user to get user’s JWT token
-
Request Mixin API
GET /collectibles/outputswith JWT token of the user to get user’s collectible outputs(UTXO). Must carrystateargument asunspent. -
Request Mixin API
GET /collectibles/tokens/:token_id, replace:token_idwith the token_id from the step 2’s response. -
Request Mixin API
POST /collectibles/requeststo create a transaction request. The argumentactionshould besign. And the argumentrawrequires some effort to generate.
2
times bought,
0
times reward
Comments
@0x1A
a371
Didn't leave anything
Related Posts