Data structure overview
What is the overall structure of the data in our solution?
Our API is built around resources in REST style, so understanding our data structure also gives you an overview of how the API is organized. We use two main categories of resources:
Technical resources: Handle platform management and integrations, such as users, roles permissions, and webhook subscriptions.
Business resources: Represent the core elements of your tokenization process, such as assets, investors, and wallets.
Brief overview of the resources
The diagram below shows how these resources connect in your tokenization workflows:


Each resource is explained in detail on the related pages, but below you can find a very brief overview:
User: User account for accessing our API, representing either your employees or technical systems (monitoring, data sync, etc.)
Permission: Specific action that a user can perform on the platform
Role: Collection of permissions grouped together for easier user management
Webhook subscription: Setup for receiving real-time notifications about specific events
Investor: Person or legal entity who can hold your tokenized assets
Investor wallet: Blockchain wallet where an investor receives and holds tokens
Issuer: Your organization or legal entity that's tokenizing assets
Asset: The financial instrument you're tokenizing, along with its configuration and parameters
Treasury wallet: Your organization's blockchain wallet for a specific asset, used for issuing or redeeming tokens
Whitelist: Approved group of investors who are authorized to purchase and hold tokens for specific assets
Investment: Record of tokens allocated to an investor during primary distribution
Transaction: Record of token movements on the blockchain
Last updated

