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. Dex API

Transfer

The remittance contract for the issued token by the user.

The default structure is the same as the Send contract, and add token_address to enter the address of the token to which you want to send the remittance.

  • raw payload

{
    "type": "Trnasfer",
    "token_address": "6f52d7ba6744d3c280186049703d8572a3e2be427ac7c662aa7f92
    "to": "0fb94161839b539195b641e5124ee174bf68840b9866",
    "from": "f43808a3998233c4336d873880fe4a22fdd7eafdd90e",
    "timestamp": 1735359744379000
}
PreviousBalance OfNextUsing Backend API

Last updated 3 months ago