Management
Link Wallet
Link a wallet address to a customer created with a reference key
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 aDocumentation Index
Fetch the complete documentation index at: https://docs.trusset.org/llms.txt
Use this file to discover all available pages before exploring further.
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
The reference key returned when the customer was created without a wallet address. Format:
ref_ followed by 32 hex characters.Ethereum wallet address to link. Must be a valid checksummed or lowercased address.
Response Fields
Request status
The updated customer object with the linked wallet address
