Transfer a Name
Transfer a Name
Code samples
POST /api/tapname/transfer
Body parameter
Parameters
Name
Type
Required
Restrictions
Description
name
string(string)
true
none
transferred tapname
transferAddress
string(string)
true
none
received tapname address
signature
string(string)
true
none
signature
message
string(string)
true
none
signed message
createdAt
integer(int)
true
none
current timestamp
id
string(string)
true
none
signature generated id
Example responses
200 Response
Responses
Status
Meaning
Description
Schema
200
Success
none
Inline
400
Failed
see error message
Inline
Response Schema
Status Code 200
Name
Type
Required
Restrictions
Description
» code
integer(int)
false
none
Error code
» message
string(string)
false
none
Error message
» data
object
false
none
Result data
Last updated