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 OPTIONAL
owner string
lock string
token string
deadline number
transferCode string

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

401

User is not authenticated.

Schema OPTIONAL
message string OPTIONAL
404

Key not found.

Schema OPTIONAL
message string