Creating a Wallet
This endpoint creates a child wallet for a user and assigns a unique Bitcoin or Ethereum address to that child wallet.
Create Wallet
POST
https://api.sendwyre.com/v2/wallets
Request Body
Name
Type
Description
name
string
Unique identifier for the user
callbackUrl
string
Callback URL we will make HTTP postbacks to wallet updates
type
string
The type of wallet you are creating; defaults to DEFAULT
notes
string
Notes about the user
Example
Last updated
Was this helpful?