Users
Generating a new token
POST
https://www.phoenix.global/sdk/computation/user/genToken
Generate a new token.
Request Body
Name
Type
Description
email*
string
Registered email address of the user
passwd*
string
Password of the registered account
The usage of curl and golang sdk is as follows:
Querying user information
GET
https://www.phoenix.global/sdk/computation/user/userInfo
Use the generated token to query wallet address, balance and other information of the user.
Headers
Name
Type
Description
token*
string
The token generated in the previous step
The usage of curl and golang sdk is as follows:
Last updated