Wallets
Overview
Customers can hold blockchain wallets for on-chain activity.
Wallet provisioning
1. Create the customer
Create a customer as described in the customer guide.
Migration guide
Previous approach | Current approach |
---|---|
Create customer then use legacy wallet provisioning | Create customer then call POST /v1/customers/{id}/wallets and choose chains |
The explicit endpoint supports multiple chains in a single request.
Multi-chain support
Pass one or more networks in the chains
array. See our Rails guide for all supported blockchain networks.
Each chain in the response returns a wallet object containing the chain name and on-chain address.