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/outputs
with JWT token of the user to get user’s collectible outputs(UTXO). Must carrystate
argument asunspent
. -
Request Mixin API
GET /collectibles/tokens/:token_id
, replace:token_id
with the token_id from the step 2’s response. -
Request Mixin API
POST /collectibles/requests
to create a transaction request. The argumentaction
should besign
. And the argumentraw
requires some effort to generate.
2
times bought,
0
times reward


Comments

@0x1A
a371
Didn't leave anything
Related Posts
