Skip to main content
POST
Links an Ethereum wallet address to an existing customer that was created without a wallet. This is the second step of the deferred wallet flow: first create a customer without a walletAddress to receive a referenceKey, then call this endpoint when the end-customer connects their wallet in your application. The endpoint validates that the reference key exists, the customer does not already have a wallet, and the wallet is not already assigned to another customer in the same instance.

Request Body

string
required
The reference key returned when the customer was created without a wallet address. Format: ref_ followed by 32 hex characters.
string
required
Ethereum wallet address to link. Must be a valid checksummed or lowercased address.

Response Fields

boolean
Request status
object
The updated customer object with the linked wallet address