Create Specific Account
This API create a user's new account on a different blockchain
Path parameters
user_uuidstringRequired
User UUID
network_namestringRequired
Account type
Responses
200
Account created successfully
application/json
messagestringOptionalExample:
Account created successfullystatusstringOptionalExample:
successrequest_idstringOptionalExample:
af3c773a-b5bf-46f2-8689-61e91e36f14d400
Invalid request
application/json
401
Authorization error
application/json
404
User not found
application/json
post
/user/{user_uuid}/wallet/account/{network_name}Last updated