Wallets
Create global wallet
Creates a new global wallet for the user account
post/api/v1/wallets/global
Request body
Example request
{
"wallet_address": "0xA7E41d5680dE394EaA2ed417169DFf56840Fb3EE"
}Response
OK
ResponseEmptyResponse required
Creates a new global wallet for the user account
{
"wallet_address": "0xA7E41d5680dE394EaA2ed417169DFf56840Fb3EE"
}OK