Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.34 KB

File metadata and controls

47 lines (35 loc) · 1.34 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
      --idempotency-key string   Stable Idempotency-Key for this write intent (auto-generated if empty)
      --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
      --org string    Organization ID to use (overrides default from auth)
  -y, --yes           Skip confirmation prompts

SEE ALSO