Create user wallets from your backend in under 5 minutes
Create a wallet
curl --request POST \ --url https://staging.crossmint.com/api/2022-06-09/wallets \ --header 'Content-Type: application/json' \ --header 'X-API-KEY: <x-api-key>' \ --data '{ "type": "evm-smart-wallet", "config": { "adminSigner": { "type": "evm-keypair", "address": "0x1234567890123456789012345678901234567890" } }, "linkedUser": "email:user@example.com" }'
users.create
users.read
wallets.read
wallets.create
wallets:transactions.create
wallets:transactions.sign
wallets:balance.read
wallets.fund
Was this page helpful?