Management
Create Customer
Register a new customer for the authenticated instance
POST
Creates a new customer record tied to the authenticated instance. You can either provide a wallet address directly, or omit it to receive 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.
referenceKey that allows linking a wallet later via the Link Wallet endpoint.
Request Body
Ethereum wallet address. Must be a valid checksummed or lowercased address. If omitted, a
referenceKey is generated for deferred wallet linking.Customer display name.
ISO 3166-1 alpha-2 or alpha-3 country code (e.g.,
DE, DEU).Investor classification. Values:
RETAIL, PROFESSIONAL, ELIGIBLE_COUNTERPARTY.Your own external reference identifier for this customer.
Arbitrary key-value metadata to store with the customer record.
Response Fields
Request status
The created customer object. Includes
referenceKey when no walletAddress was provided.