| Command | Details |
| active-address | Show the default address used for commands when none is specified |
| active-env | Show the default environment used for commands when none is specified |
| addresses | List all addresses managed by the client |
| balance | List the coin balance of an address |
| call | Call a Move function |
| chain-identifier | Query the chain identifier from the RPC endpoint |
| dynamic-field | Query a dynamic field by its address |
| envs | List all Sui environments |
| execute-signed-tx | Execute a signed transaction |
| faucet | Request gas coins from the faucet |
| gas | List all gas objects owned by an address |
| merge-coin | Merge two coin objects into one |
| new-address | Generate a new address and keypair |
| new-env | Add a new Sui environment |
| object | Get information about a specific object |
| objects | List all objects owned by an address |
| pay | Pay coins to recipients |
| pay-all-sui | Pay all residual SUI coins to a recipient |
| pay-sui | Pay SUI coins to recipients |
| publish | Publish Move modules |
| split-coin | Split a coin object into multiple coins |
| switch | Switch the active address and network |
| transfer | Transfer an object |
| transfer-sui | Transfer SUI and pay gas with the same SUI coin object |
| upgrade | Move modules |
| verify-bytecode-meter | Run the bytecode verifier on a package |
| verify-source | Verify local Move packages against on-chain packages |
| remove-address | Remove an existing address |
| replay-transaction | Replay a given transaction to view its effects |
| help |
Print help for commands Tip: You can always use the --help flag with any command to get more details, e.g.: sui client call --help |