Optional
externalOptional
groupOptional
groupOptional
name?: stringCustom name that can be added for an account.
Optional
publicPublicKey
which is used by AssetAccount
. Usually this is used to derive addresses on a given blockchain network.
Alternatively can be used to verify signatures produced by the platform.
Optional
tags?: Tag[]Generated using TypeDoc
[ENUM]
Asset symbol indicating which asset this account is managing. BTC or ETH are obvious examples, but there are thousands of possible symbols. In case of coins (ERC20 and alike) use
COIN.BLOCKCHAIN
syntax, such as USDC.ETH or USDC.SOL to indicate that USDC on Ethereum or USDC on Solana is required. To get a list of all allowed values, send aCreateAssetAccount
request with theassetSymbol
field empty.