ERC-721
Transfer NFT
Transfers an NFT of the specified collection from a user to another.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Token address or symbol.
Example:
"0xabcdef"
Id of the token to be transferred.
Example:
"7"
Query Parameters
Network identifier where the NFT collection contract was deployed.
Example:
10004
Address which will receive the token.
Example:
"0xabcdef"
Response
200
application/json
Successful token transfer.
The response is of type object
.