post https://example.com/wallets
A POST
request sent to create a wallet.
Tip
Wallets have a one-to-one relationship with users.
Info
When creating a wallet, you must provide either the
address
property (for debit accounts) or thewithdrawalAddress
property (for prepaid accounts), depending on the type of wallet you are creating.
Info
Whenever a non custodial wallet address is provided to this endpoint, the client will have to verify the wallet ownership with the
/wallets/:id/verify
endpoint.