Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.15 KB

File metadata and controls

45 lines (33 loc) · 1.15 KB

kh execute transfer

Transfer tokens

kh execute transfer [flags]

Examples

  # Transfer ETH and wait for completion
  kh ex t --chain 1 --to 0xABCD... --amount 0.01 --wait

  # Transfer an ERC-20 token
  kh ex t --chain 1 --to 0xABCD... --amount 100 --token-address 0xUSDC...

Options

      --amount string          Amount to transfer (required)
      --chain string           Chain ID (required)
  -h, --help                   help for transfer
      --timeout duration       Timeout when using --wait (default 5m0s)
      --to string              Recipient address (required)
      --token string           Token symbol (default "ETH")
      --token-address string   ERC-20 token contract address
      --wait                   Wait for completion

Options inherited from parent commands

  -H, --host string   KeeperHub host (default: app.keeperhub.com)
      --jq string     Filter JSON output with a jq expression
      --json          Output as JSON
      --no-color      Disable color output
  -y, --yes           Skip confirmation prompts

SEE ALSO