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
400
Invalid request
application/json
401
Authorization error
application/json
404
User not found
application/json
post
/user/{user_uuid}/wallet/account/{network_name}POST /api/v1/user/{user_uuid}/wallet/account/{network_name} HTTP/1.1
Host: www.developer.metasky.me
Accept: */*
{
  "message": "Account created successfully",
  "data": {
    "account_uuid": "c4675b6d-bfc2-4509-94c2-d799d1f4b0c2",
    "wallet_uuid": "3bb004be-2086-4db5-812f-00531ca75ee3",
    "public_address": "0xD0A34eFa38E1dDF6BE88e012D115F35Ecd19b523",
    "network": {
      "type": "EVM",
      "name": "ETHEREUM",
      "chain_id": "1"
    }
  },
  "status": "success",
  "request_id": "af3c773a-b5bf-46f2-8689-61e91e36f14d"
}Last updated
Was this helpful?