Complete API reference for LangChain tools and natural language processing
get-current-identity
create-identity
type
: 'anonymous' | 'seed'
- Type of identity to createkey
: string
- Unique identifier for the identityseedPhrase
(optional): string
- Seed phrase for secp256k1 identityget-balance
account
(optional): string
- Account identifier to checktransfer-icp
to
: string
- Recipient account identifieramount
: string
- Amount to transfer (in ICP, e.g., “1.5”)memo
(optional): string
- Transaction memoicrc1-transfer
canisterId
: string
- Token canister IDto
: string
- Recipient principalamount
: string
- Amount to transfermemo
(optional): string
- Transaction memocreate-canister
cycles
: string
- Initial cycles amount (e.g., “5T” for 5 trillion)deploy-wasm
canisterId
: string
- Target canister IDwasmPath
: string
- Path to WASM filemode
(optional): 'install' | 'upgrade' | 'reinstall'
- Deployment modeget-canister-status
canisterId
: string
- Canister ID to queryget-cycles-balance
canisterId
: string
- Canister ID to checktop-up-cycles
canisterId
: string
- Canister to top upamount
: string
- Cycles amount (e.g., “2T”)