Saseul Gold Docs
  • Saseul Gold Docs
  • Network CLI
    • Using Saseulgold Network CLI
    • Wallet Interface
      • Representative Wallet Settings
      • Check your wallet balance
      • Remittance
    • Dex Interface
      • Get Token Detail
      • Mint Token
      • Transfer Token
      • Swap
      • ProvideLiquidity
    • Swap Process
      • Example
  • Dex API
    • Using Dex API
    • Token Info API
    • Token Mint API
    • Token Pair Info API
    • Provide Liquidity API
    • Faucet API
    • Swap
    • Liquidity Withdraw
    • Balance Of
    • Transfer
  • Backend API
    • Using Backend API
    • Token Detail API
    • Token List API
    • Pair List API
    • Pair Detail API
    • Pair Transaction Candle API
    • Block List API
Powered by GitBook
On this page
  1. Network CLI
  2. Dex Interface

Transfer Token

Send the token to a different wallet address.

You can send tokens using the commands below.

./sg dex transfer -t ${token_address} -a ${amount} -o ${to_address}
  • Option - t : Address of the token to be sent - a : Number of tokens to transfer - o : Recipient's wallet address

  • Example

go run main.go dex transfer -a 10 -t 08c45cacc89a748436466ee4f4834d86ff197931dd57
PreviousMint TokenNextSwap

Last updated 3 months ago