Accounts
accounts
Domain types
AccountBalanceParams = { testnet_mode }
Query parameters for the account balance endpoint.
AccountBalanceResponse = { assets, total }
The balance of a digital asset account, aggregated across all wallets and supported chains.
AccountDisplayName = string
An optional display name for the account.
AccountResponse = { id, display_name, wallets }
A digital asset account that groups wallets under a single entity.
AccountWallet = { id, address, chain_type, 1 more... }
A wallet belonging to a digital asset account.
AccountWalletConfigurationItem = { chain_type, custody }
Configuration for a wallet to create within an account.
Configuration for the wallets on this account.
AccountsDashboardListResponse = { data, next_cursor }
Paginated list of digital asset accounts for the dashboard.
AccountsListResponse = { data, next_cursor }
Paginated list of digital asset accounts.
AssetAccountWithBalance = { id, balance, display_name, 1 more... }
A digital asset account with its aggregated balance across all wallets and chains.
CreateAccountInput = { wallets_configuration, display_name }
Input for creating a digital asset account.
UpdateAccountInput = { display_name, wallets_configuration }
Input for updating a digital asset account.