Skip to main content

Get Current User UID

Get Current User UID

Retrieve the UID bound to the current API key.

Request frequency limit: follow the account read permission limit

Request URL

GET /deepcoin/account/uid

Request Parameters

None

Response Parameters

Field NameTypeDescription
uidstringCurrent user UID

Response Example

{
"code": "0",
"msg": "",
"data": {
"uid": "123456789"
}
}