Sell After Transfer Tasks List

Used to get all sell after transfer tasks

FreePlusProEnterpriseCredit Usage
*0

Response data

{
  "err": false, // Error or not
  "res": [
    {
      "id": "mjmbkysm00192x", // Sell after transfer task id
      "accountId": "lmufue2w002p2g", // User id
      "enabled": true, // Task enable status, true/false
      "chain": "solana", // Currently fixed to "solana"
      "pairType": "jupiter_v6", // Dex
      "pair": null,
      "token": "J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd", // Token CA
      "tokenInfo": {
        "contract": "J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbRrLh7feMfvd", // Token contract address
        "name": "DoubleZero",
        "symbol": "2Z",
        "decimals": 8,
        "icon": "",
        "totalSupply": "1000000000000000000",
        "tokenProgram": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA",
        "mintAuthority": "J1oN2xq9VWKWspfwmKvycszmKf8sTG32RYtBVGo2b6F2",
        "freezeAuthority": null,
        "createAt": 1759365268289 // Token creation time
      }, // token's information
      "currency": "So11111111111111111111111111111111111111112",
      "currencyInfo": {
        "contract": "So11111111111111111111111111111111111111112", // Native token contract address
        "name": "Wrapped SOL",
        "symbol": "SOL",
        "decimals": 9,
        "icon": "https://assets-cdn.trustwallet.com/blockchains/solana/assets/So11111111111111111111111111111111111111112/logo.png",
        "totalSupply": null
      }, // Native token's information
      "pairCurrency": null,
      "pairCurrencyInfo": null,
      "targetWallet": "6wdfAAFCjKNJjsePwCBjE73LN37m2Q11231yxH7BM4Sk1", // Copy traget wallet
      "walletId": "m3mvayz2022pyy", // Wallet id to be used, obtained from Wallet Info API
      "tradeType": "sell", // Currently fixed to "sell"
      "amountOrPercent": 1, // Sell ratio (0-1), e.g. 0.5 means sell 50%
      "expireAt": 1767152184358, // Task expiration time (milliseconds timestamp)
      "expireDelta": 432000000, // Task duration in ms, max 432000000
      "source": "follow_order", // Source of task
      "sourceId": "mjl21idd2201w8", // Follow_order's id
      "sourceTradeId": "mjl21idd2201w8_mjmbkwgb5suyak", // Source transaction's id 
      "maxSlippage": 0.2, // Max slippage tolerance (0.00-1.00)
      "gasFeeDelta": 5,
      "maxFeePerGas": 100,
      "priorityFee": 0.00005, // Priority fee (SOL), null means auto priority fee
      "jitoEnabled": false, // Enable anti-MEV mode (Solana, Ethereum & BSC)
      "jitoTip": null, // Bribery tip used by Anti-MEV (Solana)
      "customFeeAndTip": false, // If true, both priorityFee and jitoTip fields are valid and used; false means system auto-allocates them based on mode
      "retries": 0, // Number of retries after failure (0-10)
      "concurrentNodes": 1, // Number of concurrent nodes (1-3)
      "state": "init", // Order state (init/processing/done/fail/expired)
      "lastStateUpdateAt": 1766720184358, // Last state change time
      "createAt": 1766720184358, // Task creation time
      "updateAt": 1766720184358, // Task update time
      "errorCode": "", // Error type
      "errorMessage": "", // Error message
      "links": {
        "etherscan": null,
        "dexscreener": "https://dexscreener.com/solana/J6pQQ3FAcJQeWPPGppWRb4nM8jU3wLyYbR22h7feMfvd",
        "uniswap": "https://jup.ag/swap/So11111111111111111111111111111111111111112-J6pQQ3FAcJQeWPPGppWRb4nM8jU322yYbRrLh7feMfvd"
      },
      "walletName": "copywallet1", // Wallet name
      "walletAddress": "8FBEd3n22H7yxAkToCD44dzr22V8r4aAaVyPRyKd22eA", // Wallet address
      "walletType": "solana", // Wallet type (solana/evm)
      "nonceCount": 2 // Number of parallel accounts
    }
  ]
}


Language