Search
K

Transfer Token

Transfers a token owned by the contract to the address.
The id returned in the response can be used to check the status of the transfer (see Transfer Status)
put
https://api.hypermint.com/v1
/nft-contract/:contractId/transfer
Initiates a token transfer owned by a contract
Parameters
Header
HM_ACCESS_KEY*
HyperMint Access Key
HM_ACCESS_KEY_SECRET*
HyperMint Access Key Secret
Body
address*
String
valid wallet address that the transfer should be initiated to
tokenId*
Number
The Id of the token you wish to transfer
amount
Number
The amount of token you would wish to transfer (ERC1155 only)
Responses
200: OK
The response contains a unique id which can be used to check the status of the transfer.
400: Bad Request
Contract is disabled
400: Bad Request
Contract not deployed
400: Bad Request
Address is not valid
400: Bad Request
Insufficient token balance
404: Not Found
Contract does not exist or you do not have permission
404: Not Found
The token does not exist

Feedback

Something not quite right, unclear or can't find what you are looking for? Please let us know at [email protected] and we will get back to you as soon as we can.