Install
Initialize
Configuration
All options beyondapiKey are optional.
Instance API key from the Issuer Platform. Minimum 20 characters.
API base URL. Override only if directed by Trusset support.
Request timeout in milliseconds. Increase for batch operations or slow networks.
Maximum retry attempts on transient failures (5xx, 408, 429, network errors). Set to
0 to disable retries.Custom logger implementing
debug, info, warn, and error methods. Defaults to silent. Pass console for quick debugging.CommonJS usage
The SDK works withrequire for Node.js backends that don’t use ES modules.
Module structure
After initialization, product modules are available as properties on the client. Each module groups related operations.tokenization, trading, lending) will follow the same pattern as they become available.