Schema
Types
- User - Identifier: - **externalId**
- Fields : - **identities**,- **properties**
 
- Wallet - Fields: - main_wallet,- imported_wallets
- Associated with: - User
 
- Transaction - Fields: - id,- type,- amount,- currency_value,- timestamp,- details
- Associated with: - **wallet_address**
 
- TransactionInput - Fields for creating/updating transactions: - type,- amount,- currency_value,- timestamp,- details
 
Last updated
Was this helpful?