Resolve DID Name
GET /api/v1/getAddress
Note: name-resolving services.
Header
Field | Type | Remarks |
---|---|---|
ApiKey | String | ApiKey acquired from the admin |
Authorization | String | Bearer ${unifiedAuthToken} , in which the unifiedAuthToken is the result returned by /api/v1/auth |
Request Parameters
Field | Type | Remarks |
---|---|---|
did | string | did name, eg: jack.uxuy |
Request Example
Response Parameters
Field | Type | Remarks |
---|---|---|
code | String | the Return Code |
msg | String | the Return Message |
data | T | the Data |
The data field consists of the following subfields:
Field | Type | Remarks |
---|---|---|
address | String | the address of did owner |
Response Body
Return Code
code | desc | Remarks |
---|---|---|
200 | success | the flag for a successful request |
Last updated