User Registration
For user wallet registration
Last updated
For user wallet registration
POST /api/v1/oauth2-app/register_user
Headers:
appid: application id
appkey: application key
username*
String
email/mobile/eth_address
{
"code": 200,
"data": "ok",
"msg": "ok"
}Last updated