Create Wallet
The "Create Wallet" endpoints allows for the creation of a Xerial Wallet to a specified user in the xerial database.
Overview
Body
{
"type": "evm"
}Header
Responses
Success (Code 200)
{
{
"id": "656ab9db6a378b91ab1871be",
"address": "0x8e9DD3c1Db3254d968967CbC367542C343273629",
"smartAccount": "0x8e9DD3c1Db3254d968967CbC367542C343273629",
"custodial": true,
"user": "5ebac534954b54139806c112"
"type":"evm"
}
}Usage
Last updated