Skip to main content

createTransferCode

Create a transfer code to transfer an airdropped key to an email address.

Path Parameters
network integer REQUIRED

Network id.

lockAddress string REQUIRED

Lock address.

keyId string REQUIRED

Key Id.

Responses
200

Successfully created transfer code and sent an email to the recipient.

Schema
owner string REQUIRED
lock string REQUIRED
token string REQUIRED
deadline number REQUIRED
transferCode string REQUIRED

Part of the transfer code that is required to be used with the part sent to the recipient.

401

User is not authenticated.

Schema
message string
404

Key not found.

Schema
message string REQUIRED