cx/cobo_custody_temp0

There is no license information available for the latest version (v0.2.5) of this package.

Cobo Custody php sdk

v0.2.5 2022-03-15 15:04 UTC

This package is auto-updated.

Last update: 2024-04-28 06:38:55 UTC


README

cobo-php-api is a lightweight php library for interacting with the Cobo Custody API, providing complete API coverage.

Installation

add dependency in composer.json

"require": {
    ...
    "cobo/cobo_custody": "0.2.7",
  }

Test

php phpunit.phar ClientTest.php

Usage

Initialize

Generate Key Pair

<?php
require 'vendor/autoload.php';

use Cobo\Custody\Config;
use Cobo\Custody\LocalSigner;
use Cobo\Custody\Client;
$key = LocalSigner::generateKeyPair();
echo "apiSecret:", $key['apiSecret'],"\n";
echo "apiKey:", $key['apiKey'];

Initialize RestClient

<?php
require 'vendor/autoload.php';

use Cobo\Custody\Config;
use Cobo\Custody\LocalSigner;
use Cobo\Custody\Client;

$client = new Client($signer, Config::SANDBOX, false);

Initialize ApiSigner

ApiSigner can be instantiated through $signer = new LocalSigner("secret key");

In some cases, your private key cannot be exported, for example, your private key is in aws kms, you should pass in your own implementation by implements ApiSigner interface

Account

Check Account Details

$client->getAccountInfo();
View Response
{"success": true, "result": {"name": "cobo_test", "assets": [{"coin": "ADA", "display_code": "ADA", "description": "Cardano", "decimal": 6, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "29880892", "abs_balance": "29.880892", "fee_coin": "ADA", "abs_estimate_fee": "1", "confirming_threshold": 9, "dust_threshold": 1000000, "token_address": ""}, {"coin": "ALGO", "display_code": "ALGO", "description": "Algorand", "decimal": 6, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "8359337", "abs_balance": "8.359337", "fee_coin": "ALGO", "abs_estimate_fee": "0.8", "confirming_threshold": 12, "dust_threshold": 1, "token_address": ""}, {"coin": "ATP", "display_code": "ATP", "description": "Alaya", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "199970000000000000", "abs_balance": "0.19997", "fee_coin": "ATP", "abs_estimate_fee": "0.0021", "confirming_threshold": 10, "dust_threshold": 1, "token_address": ""}, {"coin": "BCH", "display_code": "BCH", "description": "Bitcoin Cash", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "36067", "abs_balance": "0.00036067", "fee_coin": "BCH", "abs_estimate_fee": "0.0008", "confirming_threshold": 10, "dust_threshold": 546, "token_address": ""}, {"coin": "BCHA", "display_code": "BCHA", "description": "Bitcoin Cash ABC", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "107067", "abs_balance": "0.00107067", "fee_coin": "BCHA", "abs_estimate_fee": "0", "confirming_threshold": 60, "dust_threshold": 546, "token_address": ""}, {"coin": "BCHSV", "display_code": "BCHSV", "description": "Bitcoin SV", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "2886576", "abs_balance": "0.02886576", "fee_coin": "BCHSV", "abs_estimate_fee": "0.0008", "confirming_threshold": 100, "dust_threshold": 546, "token_address": ""}, {"coin": "BNB_BNB", "display_code": "BNB", "description": "Binance Coin", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "8907", "abs_balance": "0.00008907", "fee_coin": "BNB_BNB", "abs_estimate_fee": "0.01", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "BNB"}, {"coin": "BNB_MTV", "display_code": "MTV", "description": "MultiVAC", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "BNB_BNB", "abs_estimate_fee": "0.01", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "MTV-4C6"}, {"coin": "BNB_ONE", "display_code": "ONE", "description": "Harmony", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "169900000", "abs_balance": "1.699", "fee_coin": "BNB_BNB", "abs_estimate_fee": "0.01", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "ONE-5F9"}, {"coin": "BSC_BNB", "display_code": "BSC_BNB", "description": "Binance Smart Chain", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "BSC_BNB", "abs_estimate_fee": "0.000105", "confirming_threshold": 15, "dust_threshold": 1, "token_address": ""}, {"coin": "BTC", "display_code": "BTC", "description": "Bitcoin", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "BTC", "abs_estimate_fee": "0.00029072", "confirming_threshold": 3, "dust_threshold": 546, "token_address": ""}, {"coin": "BTC_USDT", "display_code": "USDT", "description": "Tether", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "BTC", "abs_estimate_fee": "0.00029072", "confirming_threshold": 3, "dust_threshold": 1, "token_address": "31"}, {"coin": "BTM", "display_code": "BTM", "description": "Bytom", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "18120018265", "abs_balance": "181.20018265", "fee_coin": "BTM", "abs_estimate_fee": "4", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, {"coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "2123000000000000000", "abs_balance": "2.123", "fee_coin": "CFX", "abs_estimate_fee": "0.1", "confirming_threshold": 50, "dust_threshold": 1, "token_address": ""}, {"coin": "CFX_FC", "display_code": "FC", "description": "", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "10000000000000000", "abs_balance": "0.01", "fee_coin": "CFX", "abs_estimate_fee": "0.1", "confirming_threshold": 50, "dust_threshold": 1, "token_address": "0x8e2f2e68eb75bb8b18caafe9607242d4748f8d98"}, {"coin": "CKB", "display_code": "CKB", "description": "Nervos Network", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "69944624300", "abs_balance": "699.446243", "fee_coin": "CKB", "abs_estimate_fee": "8", "confirming_threshold": 30, "dust_threshold": 6100000000, "token_address": ""}, {"coin": "CMT", "display_code": "CMT", "description": "CyberMiles", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "309769000000000000", "abs_balance": "0.309769", "fee_coin": "CMT", "abs_estimate_fee": "20", "confirming_threshold": 12, "dust_threshold": 1, "token_address": ""}, {"coin": "DASH", "display_code": "DASH", "description": "Dash", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "685930", "abs_balance": "0.0068593", "fee_coin": "DASH", "abs_estimate_fee": "0.0016", "confirming_threshold": 24, "dust_threshold": 546, "token_address": ""}, {"coin": "DCR", "display_code": "DCR", "description": "Decred", "decimal": 8, "can_deposit": false, "can_withdraw": false, "require_memo": false, "balance": "71546657", "abs_balance": "0.71546657", "fee_coin": "DCR", "abs_estimate_fee": "0.008", "confirming_threshold": 6, "dust_threshold": 10000, "token_address": ""}, {"coin": "DOGE", "display_code": "DOGE", "description": "Dogecoin", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "42275040550", "abs_balance": "422.7504055", "fee_coin": "DOGE", "abs_estimate_fee": "40", "confirming_threshold": 12, "dust_threshold": 100000000, "token_address": ""}, {"coin": "DOT", "display_code": "DOT", "description": "Polkadot", "decimal": 10, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "37960000000", "abs_balance": "3.796", "fee_coin": "DOT", "abs_estimate_fee": "0.1", "confirming_threshold": 12, "dust_threshold": 1, "token_address": ""}, {"coin": "EDG", "display_code": "EDG", "description": "Edgeware", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "55500001000000000000", "abs_balance": "55.500001", "fee_coin": "EDG", "abs_estimate_fee": "8", "confirming_threshold": 12, "dust_threshold": 1, "token_address": ""}, {"coin": "EOS_ADD", "display_code": "ADD", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eosadddddddd"}, {"coin": "EOS_ARN", "display_code": "ARN", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "aeronaerozzz"}, {"coin": "EOS_ATD", "display_code": "ATD", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eosatidiumio"}, {"coin": "EOS_BAC", "display_code": "BAC", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "bancordexbac"}, {"coin": "EOS_BET", "display_code": "BET", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "betdividends"}, {"coin": "EOS_BLACK", "display_code": "BLACK", "description": "eosBLACK", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eosblackteam"}, {"coin": "EOS_BOID", "display_code": "BOID", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "boidcomtoken"}, {"coin": "EOS_BT", "display_code": "BT", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eosbtextoken"}, {"coin": "EOS_CAN", "display_code": "CAN", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eoscancancan"}, {"coin": "EOS_CAT", "display_code": "CAT", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "tokenbyeocat"}, {"coin": "EOS_CET", "display_code": "CET", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eosiochaince"}, {"coin": "EOS_CHIP", "display_code": "CHIP", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "bet24tokens1"}, {"coin": "EOS_CHL", "display_code": "CHL", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "challengedac"}, {"coin": "EOS_CITY", "display_code": "CITY", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "funcitytoken"}, {"coin": "EOS_DAB", "display_code": "DAB", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eoscafekorea"}, {"coin": "EOS_DEOS", "display_code": "DEOS", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "thedeosgames"}, {"coin": "EOS_DICE", "display_code": "DICE", "description": "Dice", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "betdicetoken"}, {"coin": "EOS_EATCOIN", "display_code": "EATCOIN", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eatscience14"}, {"coin": "EOS_EBT", "display_code": "EBT", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "theeosbutton"}, {"coin": "EOS_ECTT", "display_code": "ECTT", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "ectchaincoin"}, {"coin": "EOS_EDNA", "display_code": "EDNA", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "ednazztokens"}, {"coin": "EOS_EETH", "display_code": "EETH", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "ethsidechain"}, {"coin": "EOS_EGT", "display_code": "EGT", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eosiotokener"}, {"coin": "EOS_ENB", "display_code": "ENB", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eosenbpocket"}, {"coin": "EOS_EOS", "display_code": "EOS", "description": "EOS", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "28242", "abs_balance": "2.8242", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.08", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eosio.token"}, {"coin": "EOS_EOSDAC", "display_code": "EOSDAC", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eosdactokens"}, {"coin": "EOS_EOSDT", "display_code": "EOSDT", "description": "EOSDT", "decimal": 9, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eosdtsttoken"}, {"coin": "EOS_EOSNTS", "display_code": "EOSNTS", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eosninetiess"}, {"coin": "EOS_GTM", "display_code": "GTM", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eosguotianmi"}, {"coin": "EOS_HORUS", "display_code": "HORUS", "description": "HorusPay", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "horustokenio"}, {"coin": "EOS_INF", "display_code": "INF", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "infinicoinio"}, {"coin": "EOS_IPOS", "display_code": "IPOS", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "oo1122334455"}, {"coin": "EOS_IQ", "display_code": "IQ", "description": "Everipedia", "decimal": 3, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "everipediaiq"}, {"coin": "EOS_JKR", "display_code": "JKR", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eosjackscoin"}, {"coin": "EOS_KEY", "display_code": "KEY", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "mkstaketoken"}, {"coin": "EOS_LLG", "display_code": "LLG", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "llgonebtotal"}, {"coin": "EOS_MEETONE", "display_code": "MEETONE", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "eosiomeetone"}, {"coin": "EOS_PIZZA", "display_code": "PIZZA", "description": "Pizza", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "81958", "abs_balance": "8.1958", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "pizzatotoken"}, {"coin": "EOS_USDE", "display_code": "USDE", "description": "", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "5000", "abs_balance": "0.5", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "usdetotokens"}, {"coin": "EOS_USDT", "display_code": "USDT", "description": "Tether", "decimal": 4, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "EOS_EOS", "abs_estimate_fee": "0.1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "tethertether"}, {"coin": "ETC", "display_code": "ETC", "description": "Ethereum Classic", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "443674719765929776", "abs_balance": "0.443674719765929776", "fee_coin": "ETC", "abs_estimate_fee": "0.008", "confirming_threshold": 8000, "dust_threshold": 1, "token_address": ""}, {"coin": "ETH", "display_code": "ETH", "description": "Ethereum", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.006069", "confirming_threshold": 12, "dust_threshold": 1, "token_address": ""}, {"coin": "ETH_ART", "display_code": "ART", "description": "Maecenas", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0xfec0cf7fe078a500abf15f1284958f22049c2c7e"}, {"coin": "ETH_CCOIN", "display_code": "CCOIN", "description": "", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "100000000000000000000000", "abs_balance": "100000", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0xcfab12070c174966eab8c88e5e133d92e8a6c567"}, {"coin": "ETH_CNNS", "display_code": "CNNS", "description": "CNNS", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0x6c3be406174349cfa4501654313d97e6a31072e1"}, {"coin": "ETH_DAI_V1", "display_code": "DAI", "description": "Dai", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0x6b175474e89094c44da98b954eedeac495271d0f"}, {"coin": "ETH_LINK", "display_code": "LINK", "description": "Chainlink", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "100000000000000000", "abs_balance": "0.1", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0x514910771af9ca656af840dff83e8264ecf986ca"}, {"coin": "ETH_LOOM", "display_code": "LOOM", "description": "Loom Network", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "3000000000000000000", "abs_balance": "3", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0xa4e8c3ec456107ea67d3075bf9e3df3a75823db0"}, {"coin": "ETH_MKR", "display_code": "MKR", "description": "", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2"}, {"coin": "ETH_OKB", "display_code": "OKB", "description": "OKB", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0x75231f58b43240c9718dd58b4967c5114342a86c"}, {"coin": "ETH_ORS", "display_code": "ORS", "description": "", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0xeb9a4b185816c354db92db09cc3b50be60b901b6"}, {"coin": "ETH_PAX", "display_code": "PAX", "description": "Paxos Standard", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "3299899269999999998", "abs_balance": "3.299899269999999998", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0x8e870d67f660d95d5be530380d0ec0bd388289e1"}, {"coin": "ETH_REP", "display_code": "ETH_REP", "description": "", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0xe94327d07fc17907b4db788e5adf2ed424addff6"}, {"coin": "ETH_TOP", "display_code": "TOP", "description": "TOP", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0xdcd85914b8ae28c1e62f1c488e1d968d5aaffe2b"}, {"coin": "ETH_UNISWAP", "display_code": "ETH_UNISWAP", "description": "", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984"}, {"coin": "ETH_USDC", "display_code": "USDC", "description": "USD Coin", "decimal": 6, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"}, {"coin": "ETH_USDT", "display_code": "USDT", "description": "Tether", "decimal": 6, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "45926490", "abs_balance": "45.92649", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0xdac17f958d2ee523a2206206994597c13d831ec7"}, {"coin": "ETH_WBTC", "display_code": "WBTC", "description": "Wrapped Bitcoin", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599"}, {"coin": "FIL", "display_code": "FIL", "description": "Filecoin", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "16999412434400000", "abs_balance": "0.0169994124344", "fee_coin": "FIL", "abs_estimate_fee": "0.003", "confirming_threshold": 900, "dust_threshold": 1, "token_address": ""}, {"coin": "GRS", "display_code": "GRS", "description": "Groestlcoin", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "5041087875", "abs_balance": "50.41087875", "fee_coin": "GRS", "abs_estimate_fee": "0.04", "confirming_threshold": 18, "dust_threshold": 546, "token_address": ""}, {"coin": "HECO_HT", "display_code": "HECO_HT", "description": "Heco Chain HT", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "1230000000000", "abs_balance": "0.00000123", "fee_coin": "HECO_HT", "abs_estimate_fee": "0.01", "confirming_threshold": 30, "dust_threshold": 1, "token_address": ""}, {"coin": "HECO_HUSD", "display_code": "HECO_HUSD", "description": "Heco Chain HUSD", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "284505801", "abs_balance": "2.84505801", "fee_coin": "HECO_HT", "abs_estimate_fee": "0.01", "confirming_threshold": 30, "dust_threshold": 1, "token_address": "0x0298c2b32eae4da002a15f36fdf7615bea3da047"}, {"coin": "HECO_USDT", "display_code": "HECO_USDT", "description": "Heco Chain USDT", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "2870279120000000000", "abs_balance": "2.87027912", "fee_coin": "HECO_HT", "abs_estimate_fee": "0.01", "confirming_threshold": 30, "dust_threshold": 1, "token_address": "0xa71edc38d189767582c38a3145b5873052c3e47a"}, {"coin": "HNS", "display_code": "HNS", "description": "Handshake", "decimal": 6, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "9640000", "abs_balance": "9.64", "fee_coin": "HNS", "abs_estimate_fee": "0.8", "confirming_threshold": 12, "dust_threshold": 500, "token_address": ""}, {"coin": "IOST", "display_code": "IOST", "description": "IosToken", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "372731814", "abs_balance": "3.72731814", "fee_coin": "IOST", "abs_estimate_fee": "8", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "iost"}, {"coin": "IOST_JOY", "display_code": "JOY", "description": "", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "190000099", "abs_balance": "1.90000099", "fee_coin": "IOST", "abs_estimate_fee": "10", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "iostjoy"}, {"coin": "IOST_LOL", "display_code": "LOL", "description": "Emogi Network", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "10120000", "abs_balance": "0.1012", "fee_coin": "IOST", "abs_estimate_fee": "10", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "lol"}, {"coin": "IOST_MOON", "display_code": "MOON", "description": "", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "0", "abs_balance": "0", "fee_coin": "IOST", "abs_estimate_fee": "10", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "moon"}, {"coin": "IOTX_IOTX", "display_code": "IOTX", "description": "IoTeX", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "899899999999999970", "abs_balance": "0.89989999999999997", "fee_coin": "IOTX_IOTX", "abs_estimate_fee": "10", "confirming_threshold": 1, "dust_threshold": 1, "token_address": ""}, {"coin": "KSM", "display_code": "KSM", "description": "Kusama", "decimal": 12, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "380600000001", "abs_balance": "0.380600000001", "fee_coin": "KSM", "abs_estimate_fee": "0.1", "confirming_threshold": 12, "dust_threshold": 1, "token_address": ""}, {"coin": "LAT", "display_code": "LAT", "description": "PlatON Mainnet", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "98790000000000000", "abs_balance": "0.09879", "fee_coin": "LAT", "abs_estimate_fee": "0.01", "confirming_threshold": 30, "dust_threshold": 1, "token_address": ""}, {"coin": "LBTC_LBTC", "display_code": "LBTC", "description": "Lightning Bitcoin", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "2952580", "abs_balance": "0.0295258", "fee_coin": "LBTC_LBTC", "abs_estimate_fee": "0.1", "confirming_threshold": 300, "dust_threshold": 546, "token_address": ""}, {"coin": "LTC", "display_code": "LTC", "description": "Litecoin", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "73004664", "abs_balance": "0.73004664", "fee_coin": "LTC", "abs_estimate_fee": "0.008", "confirming_threshold": 6, "dust_threshold": 5460, "token_address": ""}, {"coin": "MATIC", "display_code": "MATIC", "description": "Matic Network", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "1213000000000000", "abs_balance": "0.001213", "fee_coin": "MATIC", "abs_estimate_fee": "0.000021", "confirming_threshold": 60, "dust_threshold": 1, "token_address": ""}, {"coin": "MDU", "display_code": "MDU", "description": "MDUKEY", "decimal": 6, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "613250", "abs_balance": "0.61325", "fee_coin": "MDU", "abs_estimate_fee": "0.8", "confirming_threshold": 12, "dust_threshold": 1, "token_address": ""}, {"coin": "NEAR", "display_code": "NEAR", "description": "NEAR Protocol", "decimal": 24, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "NEAR", "abs_estimate_fee": "0.05", "confirming_threshold": 5, "dust_threshold": 1, "token_address": ""}, {"coin": "NEO", "display_code": "NEO", "description": "NEO", "decimal": 0, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "2", "abs_balance": "2", "fee_coin": "NEOGAS", "abs_estimate_fee": "0", "confirming_threshold": 1, "dust_threshold": 0, "token_address": "0xc56f33fc6ecfcd0c225c4ab356fee59390af8560be0e930faebe74a6daff7c9b"}, {"coin": "NEOGAS", "display_code": "GAS", "description": "Neo Gas", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "919750124", "abs_balance": "9.19750124", "fee_coin": "NEOGAS", "abs_estimate_fee": "0", "confirming_threshold": 1, "dust_threshold": 1, "token_address": "0x602c79718b16e442de58778e148d0b1084e3b2dffd5de6b7b16cee7969282de7"}, {"coin": "NTY", "display_code": "NTY", "description": "Nexty", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "500000000000000000", "abs_balance": "0.5", "fee_coin": "NTY", "abs_estimate_fee": "1000", "confirming_threshold": 31, "dust_threshold": 1, "token_address": ""}, {"coin": "OMG", "display_code": "OMG", "description": "OMG Network", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0xd26114cd6ee289accf82350c8d8487fedb8a0c07"}, {"coin": "ONE", "display_code": "ONE", "description": "Harmony", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "3997599999999940000", "abs_balance": "3.99759999999994", "fee_coin": "ONE", "abs_estimate_fee": "0.8", "confirming_threshold": 1, "dust_threshold": 1, "token_address": ""}, {"coin": "ONT_ONG", "display_code": "ONG", "description": "Ontology Gas", "decimal": 9, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "1656655228", "abs_balance": "1.656655228", "fee_coin": "ONT_ONG", "abs_estimate_fee": "1", "confirming_threshold": 5, "dust_threshold": 1, "token_address": "0200000000000000000000000000000000000000"}, {"coin": "ONT_ONT", "display_code": "ONT", "description": "Ontology", "decimal": 0, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "17", "abs_balance": "17", "fee_coin": "ONT_ONG", "abs_estimate_fee": "1", "confirming_threshold": 5, "dust_threshold": 0, "token_address": "0100000000000000000000000000000000000000"}, {"coin": "PAY", "display_code": "PAY", "description": "TenX", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0xb97048628db6b661d4c2aa833e95dbe1a905b280"}, {"coin": "RBTC", "display_code": "RBTC", "description": "RSK Smart Bitcoin", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "RBTC", "abs_estimate_fee": "0.0004", "confirming_threshold": 600, "dust_threshold": 1, "token_address": ""}, {"coin": "READ", "display_code": "READ", "description": "", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0x13d0bf45e5f319fa0b58900807049f23cae7c40d"}, {"coin": "RVN", "display_code": "RVN", "description": "Ravencoin", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "150974087", "abs_balance": "1.50974087", "fee_coin": "RVN", "abs_estimate_fee": "8", "confirming_threshold": 60, "dust_threshold": 546, "token_address": ""}, {"coin": "SEELE", "display_code": "SEELE", "description": "", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0xb1eef147028e9f480dbc5ccaa3277d417d1b85f0"}, {"coin": "TBSC_CC", "display_code": "CC", "description": "", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "100000000000000000000000000", "abs_balance": "100000000", "fee_coin": "TBSC_BNB", "abs_estimate_fee": "0.0005", "confirming_threshold": 15, "dust_threshold": 1, "token_address": "0x7a4904f230a646cb64a6cae05f7abacb5fb917af"}, {"coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "5601746458869770822", "abs_balance": "5.601746458869770822", "fee_coin": "TETH", "abs_estimate_fee": "0.004", "confirming_threshold": 32, "dust_threshold": 1, "token_address": ""}, {"coin": "TETH_CTT", "display_code": "CTT", "description": "Cobo Test Token", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "39226487660000000000", "abs_balance": "39.22648766", "fee_coin": "TETH", "abs_estimate_fee": "0.006", "confirming_threshold": 32, "dust_threshold": 1, "token_address": "0x68bc61972e2ac0d9dd8900be01032d02028f3026"}, {"coin": "TETH_CTT1", "display_code": "TETH_CTT1", "description": "", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "999000000000000000000", "abs_balance": "999", "fee_coin": "TETH", "abs_estimate_fee": "0.006", "confirming_threshold": 32, "dust_threshold": 1, "token_address": "0xa282d886e54d29044ccaaacfac7e4760cae54033"}, {"coin": "TETH_CTT2", "display_code": "TETH_CTT2", "description": "", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "9999000000000000000000", "abs_balance": "9999", "fee_coin": "TETH", "abs_estimate_fee": "0.006", "confirming_threshold": 32, "dust_threshold": 1, "token_address": "0xed64b6fd1d813270844e821ea5f5dbb9ce1efd67"}, {"coin": "TNEAR", "display_code": "TNEAR", "description": "", "decimal": 24, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "4881000000000000000000000", "abs_balance": "4.881", "fee_coin": "TNEAR", "abs_estimate_fee": "0.05", "confirming_threshold": 10, "dust_threshold": 1, "token_address": ""}, {"coin": "TOMO", "display_code": "TOMO", "description": "TomoChain", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "49763202657999998175", "abs_balance": "49.763202657999998175", "fee_coin": "TOMO", "abs_estimate_fee": "0.1", "confirming_threshold": 100, "dust_threshold": 1, "token_address": ""}, {"coin": "TOMO_TIIM", "display_code": "TIIM", "description": "TriipMiles", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TOMO", "abs_estimate_fee": "0.1", "confirming_threshold": 100, "dust_threshold": 1, "token_address": "0x3c6475f8b4200e0a6acf5aeb2b44b769a3d37216"}, {"coin": "TRON", "display_code": "TRX", "description": "TRON", "decimal": 6, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "638127", "abs_balance": "0.638127", "fee_coin": "TRON", "abs_estimate_fee": "1", "confirming_threshold": 27, "dust_threshold": 1, "token_address": ""}, {"coin": "TRON_BTT", "display_code": "BTT", "description": "BitTorrent", "decimal": 6, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "1002000"}, {"coin": "TRON_CDF", "display_code": "CDF", "description": "CryptoDivaFund", "decimal": 0, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "1001351"}, {"coin": "TRON_DEX", "display_code": "DEX", "description": "TRON DEX", "decimal": 0, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "1000554"}, {"coin": "TRON_GAC", "display_code": "GAC", "description": "GAcoin", "decimal": 0, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "1000998"}, {"coin": "TRON_IGG", "display_code": "IGG", "description": "", "decimal": 0, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "1000317"}, {"coin": "TRON_JST", "display_code": "JST", "description": "JUST", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "TCFLL5dx5ZJdKnWuesXxi1VPwjLVmWZZy9"}, {"coin": "TRON_KDG", "display_code": "KDG", "description": "Kingdom Game 4.0", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "TYM9eM22SCynRc5YaMxE2PX1kwv7H2rXAu"}, {"coin": "TRON_ONEPIECE", "display_code": "ONEPIECE", "description": "OnePiece", "decimal": 0, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "1000093"}, {"coin": "TRON_SEED", "display_code": "SEED", "description": "Sesameseed", "decimal": 0, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "1000001"}, {"coin": "TRON_SIT", "display_code": "SIT", "description": "", "decimal": 0, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "1001384"}, {"coin": "TRON_TARQUIN", "display_code": "TARQUIN", "description": "Tarquin", "decimal": 0, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "1000017"}, {"coin": "TRON_TRONGOLD", "display_code": "TRONGOLD", "description": "", "decimal": 0, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "1000231"}, {"coin": "TRON_TRONONE", "display_code": "TRONONE", "description": "TronOne", "decimal": 0, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "1001090"}, {"coin": "TRON_USDT", "display_code": "USDT", "description": "Tether", "decimal": 6, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "1799899", "abs_balance": "1.799899", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "TR7NHqjeKQxGTCi8q8ZY4pL8otSzgjLj6t"}, {"coin": "TRON_ZZZ", "display_code": "ZZZ", "description": "", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "TRON", "abs_estimate_fee": "8", "confirming_threshold": 27, "dust_threshold": 1, "token_address": "TF7egXrC175NRkZSdg3zd42KEXE1bobZZ2"}, {"coin": "TWAVES", "display_code": "TWAVES", "description": "", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "999900000", "abs_balance": "9.999", "fee_coin": "TWAVES", "abs_estimate_fee": "0.001", "confirming_threshold": 10, "dust_threshold": 1, "token_address": ""}, {"coin": "UATOM", "display_code": "ATOM", "description": "Cosmos", "decimal": 6, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "501999", "abs_balance": "0.501999", "fee_coin": "UATOM", "abs_estimate_fee": "0.04", "confirming_threshold": 12, "dust_threshold": 1, "token_address": ""}, {"coin": "VAPOR", "display_code": "VAPOR", "description": "Bytom Side Chain", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "97700000", "abs_balance": "0.977", "fee_coin": "VAPOR", "abs_estimate_fee": "4", "confirming_threshold": 32, "dust_threshold": 1, "token_address": "ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"}, {"coin": "VEE", "display_code": "VSYS", "description": "v.systems", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "414999999", "abs_balance": "4.14999999", "fee_coin": "VEE", "abs_estimate_fee": "1", "confirming_threshold": 31, "dust_threshold": 1, "token_address": ""}, {"coin": "VEE_IPX", "display_code": "IPX", "description": "Tachyon Protocol", "decimal": 9, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "800000000", "abs_balance": "0.8", "fee_coin": "VEE", "abs_estimate_fee": "1", "confirming_threshold": 31, "dust_threshold": 1, "token_address": "TWZZfKFqcaNVe5TrphLRNEm5DQFnBRJMjDDByqv84"}, {"coin": "VET", "display_code": "VET", "description": "VeChain", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "4000000000000000100", "abs_balance": "4.0000000000000001", "fee_coin": "VTHO", "abs_estimate_fee": "150", "confirming_threshold": 20, "dust_threshold": 1, "token_address": ""}, {"coin": "VET_JUR", "display_code": "JUR", "description": "VET JUR Token", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "VTHO", "abs_estimate_fee": "150", "confirming_threshold": 20, "dust_threshold": 1, "token_address": "0x46209d5e5a49c1d403f4ee3a0a88c3a27e29e58d"}, {"coin": "VET_OCE", "display_code": "OCE", "description": "OceanEx Token", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "VTHO", "abs_estimate_fee": "150", "confirming_threshold": 20, "dust_threshold": 1, "token_address": "0x0ce6661b4ba86a0ea7ca2bd86a0de87b0b860f14"}, {"coin": "VET_TIC", "display_code": "TIC", "description": "TicTalk Token", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "198000000000000000000", "abs_balance": "198", "fee_coin": "VTHO", "abs_estimate_fee": "150", "confirming_threshold": 20, "dust_threshold": 1, "token_address": "0xa94a33f776073423e163088a5078feac31373990"}, {"coin": "VTHO", "display_code": "VTHO", "description": "VeThor Token", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "16058097372036855775805", "abs_balance": "16058.097372036855775805", "fee_coin": "VTHO", "abs_estimate_fee": "150", "confirming_threshold": 20, "dust_threshold": 1, "token_address": "0x0000000000000000000000000000456e65726779"}, {"coin": "WAVES_USDN", "display_code": "USDN", "description": "", "decimal": 6, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "1000000", "abs_balance": "1", "fee_coin": "WAVES", "abs_estimate_fee": "0.001", "confirming_threshold": 30, "dust_threshold": 1, "token_address": "DG2xFkPdDwKUoBkzGAhQtLpSGzfXLiCYPEzeKH2Ad24p"}, {"coin": "XLM", "display_code": "XLM", "description": "Stellar", "decimal": 7, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "7739810", "abs_balance": "0.773981", "fee_coin": "XLM", "abs_estimate_fee": "0.8", "confirming_threshold": 1, "dust_threshold": 1, "token_address": ""}, {"coin": "XRP", "display_code": "XRP", "description": "Ripple", "decimal": 6, "can_deposit": true, "can_withdraw": true, "require_memo": true, "balance": "1930811", "abs_balance": "1.930811", "fee_coin": "XRP", "abs_estimate_fee": "1", "confirming_threshold": 1, "dust_threshold": 1, "token_address": ""}, {"coin": "XTN", "display_code": "XTN", "description": "Bitcoin Testnet3", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "XTN", "abs_estimate_fee": "0.0004", "confirming_threshold": 3, "dust_threshold": 546, "token_address": ""}, {"coin": "XTN_OMNI", "display_code": "TOMNI", "description": "Omni Testnet", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "1611000000", "abs_balance": "16.11", "fee_coin": "XTN", "abs_estimate_fee": "0.0005", "confirming_threshold": 3, "dust_threshold": 1, "token_address": "1"}, {"coin": "XTZ", "display_code": "XTZ", "description": "Tezos", "decimal": 6, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "8320000", "abs_balance": "8.32", "fee_coin": "XTZ", "abs_estimate_fee": "0.4", "confirming_threshold": 6, "dust_threshold": 1, "token_address": ""}, {"coin": "XZC", "display_code": "FIRO", "description": "Zcoin", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "700546", "abs_balance": "0.00700546", "fee_coin": "XZC", "abs_estimate_fee": "0.08", "confirming_threshold": 50, "dust_threshold": 546, "token_address": ""}, {"coin": "YEC", "display_code": "YEC", "description": "Ycash", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "YEC", "abs_estimate_fee": "0.04", "confirming_threshold": 12, "dust_threshold": 546, "token_address": ""}, {"coin": "ZEC", "display_code": "ZEC", "description": "Zcash", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "2608854", "abs_balance": "0.02608854", "fee_coin": "ZEC", "abs_estimate_fee": "0.004", "confirming_threshold": 12, "dust_threshold": 546, "token_address": ""}, {"coin": "ZEL", "display_code": "ZEL", "description": "Zel", "decimal": 8, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "8959454", "abs_balance": "0.08959454", "fee_coin": "ZEL", "abs_estimate_fee": "5", "confirming_threshold": 20, "dust_threshold": 546, "token_address": ""}, {"coin": "ZRX", "display_code": "ZRX", "description": "0x", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "98586644750000989995", "abs_balance": "98.586644750000989995", "fee_coin": "ETH", "abs_estimate_fee": "0.01445", "confirming_threshold": 12, "dust_threshold": 1, "token_address": "0xe41d2489571d322189246dafa5ebde1f4699f498"}]}}

Get Coin Details

$client->getCoinDetails("ETH");
View Response
{"success": true, "result": {"coin": "ETH", "display_code": "ETH", "description": "Ethereum", "decimal": 18, "can_deposit": true, "can_withdraw": true, "require_memo": false, "balance": "0", "abs_balance": "0", "fee_coin": "ETH", "abs_estimate_fee": "0.006069", "confirming_threshold": 12, "dust_threshold": 1, "token_address": ""}}

Get New Deposit Address

$client->newDepositAddress("BTC");
View Response
{"success": true, "result": {"coin": "BTC", "address": "3CQLFsaM87YARbyY4y6dooeGNdFkxs3h6M"}}

Batch New Deposit Address

$client->batchNewDepositAddress("ETH", 4);
View Response
{"success": true, "result": {"coin": "ETH", "addresses": ["0x8c6635bf81f9d8271a75f726360ce0f809333f40", "0x024ba2b471b7920fa7691449b68687950323dd43", "0x7dbd079c5f81aada4a9c28c5deae43705e4c2bf7", "0x9fc4fc843a1539e9d220993de64765e1c41df30f"]}}

Verify Deposit Address

$client->verifyDepositAddress("BTC", "3Qd8ZV4DWxMPK1HfitxccZXV2H8mCST3kM");
View Response
{"success": true, "result": {"coin": "BTC", "address": "3Qd8ZV4DWxMPK1HfitxccZXV2H8mCST3kM"}}

Batch Verify Deposit Address

$addresses = [
            "0x05325e6f9d1f0437bd78a72c2ae084fbb8c039ee",
            "0xe105a42297428575086387de415900a08765a8af",
            "0x641733cde30e99fe0d6082c2ed96601c37a1718b",
            "0xf3a4a281e92631cb06b53895b6db25c6ffcf7c3d"
        ];

        $client->batchVerifyDepositAddress("ETH", join(",", $addresses));
View Response
{"success": true, "result": {"coin": "ETH", "addresses": "0x05325e6f9d1f0437bd78a72c2ae084fbb8c039ee,0x641733cde30e99fe0d6082c2ed96601c37a1718b,0xe105a42297428575086387de415900a08765a8af,0xf3a4a281e92631cb06b53895b6db25c6ffcf7c3d"}}

Verify Valid Address

$client->verifyValidAddress("BTC", "3Qd8ZV4DWxMPK1HfitxccZXV2H8mCST3kM");
View Response
{"success": true, "result": true}

Get Address History List

$client->getAddressHistoryList("ETH", 0, 5);
View Response
{"success": true, "result": [{"coin": "ETH", "address": "0x9fc4fc843a1539e9d220993de64765e1c41df30f"}, {"coin": "ETH", "address": "0x7dbd079c5f81aada4a9c28c5deae43705e4c2bf7"}, {"coin": "ETH", "address": "0x024ba2b471b7920fa7691449b68687950323dd43"}, {"coin": "ETH", "address": "0x8c6635bf81f9d8271a75f726360ce0f809333f40"}, {"coin": "ETH", "address": "0x3926a17265cd48ad4e37cc62a2832ad1110fffd0"}]}

Loop Alliance

Check Loop Address Details

$client->checkLoopAddressDetails("ETH", "0x05325e6f9d1f0437bd78a72c2ae084fbb8c039ee");
View Response
{"success": true, "result": {"coin": "ETH", "address": "0x05325e6f9d1f0437bd78a72c2ae084fbb8c039ee", "is_internal_address": false, "internal_org": "", "internal_wallet": ""}}

Verify Loop Address List

$client->verifyLoopAddressList("ETH", "0xe7ebdc5bbb6c99cc8f7f2c1c83ff38aa6647f38a,0xe7ebdc5bbb6c99cc8f7f2c1c83ff38aa6647f38a");
View Response
{"success": true, "result": [{"coin": "ETH", "address": "0xe7ebdc5bbb6c99cc8f7f2c1c83ff38aa6647f38a", "is_internal_address": false}, {"coin": "ETH", "address": "0xe7ebdc5bbb6c99cc8f7f2c1c83ff38aa6647f38a", "is_internal_address": false}]}

Loop Transaction Explorer

To help your user to check the Loop transaction, we offer you an explorer, you may insert the following URL in your platform:https://loop.top/tx/[Loop_ID] e.g. https://loop.top/tx/L456e5cb652dcfe557a43fd9d8e48627

Transactions

Get Transaction Details

$client->getTransactionDetails("20210422193807000343569000002370");
View Response
{"success": true, "result": {"id": "20210422193807000343569000002370", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "210000000000000000", "abs_amount": "0.21", "txid": "0xb40d0ca5a5fadda884a67a46f979741e96be92c69f767fed57ccc000d5c0a14b", "vout_n": 0, "request_id": "web_send_by_user_424_1619091344352", "status": "success", "abs_cobo_fee": "0", "created_time": 1619091344501, "last_time": 1619091838174, "confirmed_num": 36, "tx_detail": {"txid": "0xb40d0ca5a5fadda884a67a46f979741e96be92c69f767fed57ccc000d5c0a14b", "blocknum": 10088274, "blockhash": "0x1b9e862f4056cbc55fe70f817fd1b92e32ddfd7eb5092f56ffc36b91ebd69074", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 36, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}}

Get Transactions By Txid

$client->getTransactionsByTxid("0x5d5396c3992ed524bf68a22a7ab6ae503f0349354ad69bc5204d5214085d4e9f");
View Response
{"success": true, "result": [{"id": "20220620112255000399219000004796", "coin": "COBO_ETH", "display_code": "COBO_ETH", "description": "Cobo Ethereum Testnet", "decimal": 18, "address": "0x9e6d2c7a9561ae9c7651768038c7d40da78920c9", "source_address": "0x929590a1428dffa67df664482cf2cad3c230ec6d", "side": "withdraw", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0x5d5396c3992ed524bf68a22a7ab6ae503f0349354ad69bc5204d5214085d4e9f", "vout_n": 0, "request_id": "web_send_by_user_1272_1655694295628", "status": "success", "abs_cobo_fee": "0", "created_time": 1655695375730, "last_time": 1655695375730, "confirmed_num": 13, "tx_detail": {"txid": "0x5d5396c3992ed524bf68a22a7ab6ae503f0349354ad69bc5204d5214085d4e9f", "blocknum": 8025087, "blockhash": "0xfef9d77a7d1e473c88272cef449fea7d5ef7eefe29f43f56ee27b8f7f1f1d8cf", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x929590a1428dffa67df664482cf2cad3c230ec6d", "memo": "for test", "confirming_threshold": 13, "fee_coin": "COBO_ETH", "fee_amount": 21000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20220620112258000399219000009986", "coin": "COBO_ETH", "display_code": "COBO_ETH", "description": "Cobo Ethereum Testnet", "decimal": 18, "address": "0x9e6d2c7a9561ae9c7651768038c7d40da78920c9", "source_address": "0x929590a1428dffa67df664482cf2cad3c230ec6d", "side": "deposit", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0x5d5396c3992ed524bf68a22a7ab6ae503f0349354ad69bc5204d5214085d4e9f", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1655695378377, "last_time": 1655695378377, "confirmed_num": 15, "tx_detail": {"txid": "0x5d5396c3992ed524bf68a22a7ab6ae503f0349354ad69bc5204d5214085d4e9f", "blocknum": 8025087, "blockhash": "0xfef9d77a7d1e473c88272cef449fea7d5ef7eefe29f43f56ee27b8f7f1f1d8cf", "hexstr": ""}, "source_address_detail": "0x929590a1428dffa67df664482cf2cad3c230ec6d", "confirming_threshold": 15, "type": "external"}]}

Obtain the list of confirmed transactions through ID query(deposit&withdraw)

$client->getTransactionsById(["max_id"]=>"id*********")
View Response
{"success": true, "result": [{"id": "3228776326735331328", "coin": "ETH", "display_code": "ETH", "description": "Ethereum", "decimal": 18, "address": "0x62b3f5f1717e46bec22c52c1607f84a25b4e7f83", "source_address": "0xa9c7d31bb1879bff8be25ead2f59b310a52b7c5a", "side": "deposit", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0xe90e064eb9fbaff12501325875df722484579f451bfe1db3a227495dcc54c568", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1539600528114, "last_time": 1539600528114, "confirmed_num": 12, "tx_detail": {"txid": "0xe90e064eb9fbaff12501325875df722484579f451bfe1db3a227495dcc54c568", "blocknum": 6519238, "blockhash": "0x2abf41e86a9cd37d481d7a3212ca0eab80fa2f4d10e70e94b2623c5318c383c8", "hexstr": ""}, "source_address_detail": "0xa9c7d31bb1879bff8be25ead2f59b310a52b7c5a", "confirming_threshold": 12, "type": "external"}, {"id": "3228768325479694336", "coin": "BTC", "display_code": "BTC", "description": "Bitcoin", "decimal": 8, "address": "1Q1xfp8UkQagCn2pbJFpG89Cd6Ku3yUixE", "source_address": "185qKpZNnwaX5ebJ4DBQ3rgy85HgRWKgEi", "side": "deposit", "amount": "1000", "abs_amount": "0.00001", "txid": "dfa0d24c29cf39ddbeab4aad04d8883f2f544dd85d43c9db34fde968e4d9a63b", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1539596712818, "last_time": 1539596712818, "confirmed_num": 3, "tx_detail": {"txid": "dfa0d24c29cf39ddbeab4aad04d8883f2f544dd85d43c9db34fde968e4d9a63b", "blocknum": 545845, "blockhash": "0000000000000000001fb2c338e7aed6560d852a3a0836f8aac7409b99f8d624", "hexstr": ""}, "source_address_detail": "185qKpZNnwaX5ebJ4DBQ3rgy85HgRWKgEi", "confirming_threshold": 3, "type": "external"}, {"id": "20210528110436000351269000008628", "coin": "TRON", "display_code": "TRX", "description": "TRON", "decimal": 6, "address": "TYYouQF3MjvKjyrGAtmumrpDfnc83gDnp1", "source_address": "TTVUgZ23NFyjik6bnDv7WQj3TtM8AMWPWi", "side": "deposit", "amount": "1", "abs_amount": "0.000001", "txid": "04661b683a1bff64e780f7f8c9405ecf9407d06d0754ce3ae98bb87ecb3fbb44", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1622171157601, "last_time": 1622171157601, "confirmed_num": 28, "tx_detail": {"txid": "04661b683a1bff64e780f7f8c9405ecf9407d06d0754ce3ae98bb87ecb3fbb44", "blocknum": 30572179, "blockhash": "0000000001d27e93afce52baa3532b2c8083367f64a0c085e5059e13e4236073", "hexstr": ""}, "source_address_detail": "TTVUgZ23NFyjik6bnDv7WQj3TtM8AMWPWi", "confirming_threshold": 28, "type": "external"}, {"id": "20210528110333000303016000008281", "coin": "TRON", "display_code": "TRX", "description": "TRON", "decimal": 6, "address": "TYYouQF3MjvKjyrGAtmumrpDfnc83gDnp1", "source_address": "TTVUgZ23NFyjik6bnDv7WQj3TtM8AMWPWi", "side": "withdraw", "amount": "1", "abs_amount": "0.000001", "txid": "04661b683a1bff64e780f7f8c9405ecf9407d06d0754ce3ae98bb87ecb3fbb44", "vout_n": 0, "request_id": "tron294732764876", "status": "success", "abs_cobo_fee": "0", "created_time": 1622171157592, "last_time": 1622171157592, "confirmed_num": 28, "tx_detail": {"txid": "04661b683a1bff64e780f7f8c9405ecf9407d06d0754ce3ae98bb87ecb3fbb44", "blocknum": 30572179, "blockhash": "0000000001d27e93afce52baa3532b2c8083367f64a0c085e5059e13e4236073", "fee": 0, "actualgas": 100000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "TTVUgZ23NFyjik6bnDv7WQj3TtM8AMWPWi", "memo": "", "confirming_threshold": 28, "fee_coin": "TRON", "fee_amount": 1000000, "fee_decimal": 6, "type": "external"}, {"id": "20210527141557000335870000006664", "coin": "HECO_HT", "display_code": "HECO_HT", "description": "Heco Chain HT", "decimal": 18, "address": "0xcc12af429a7db01d065d92cf03356fc884a40d2b", "source_address": "0xcac5a01f16eac0e477a2e66a216f5fb19dc6b061", "side": "deposit", "amount": "1230000000000", "abs_amount": "0.00000123", "txid": "0xa22f1fbcac89d1dbf2a7066bd9f3cc1b1a1e401f80f781eee76bd3c8ef8222f9", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1622096266231, "last_time": 1622096266231, "confirmed_num": 32, "tx_detail": {"txid": "0xa22f1fbcac89d1dbf2a7066bd9f3cc1b1a1e401f80f781eee76bd3c8ef8222f9", "blocknum": 5067490, "blockhash": "0x59371e4b881d6b9f9a7d97de81cd2ecf3526dd3e9b0394675ef5acc707bb5c58", "hexstr": ""}, "source_address_detail": "0xcac5a01f16eac0e477a2e66a216f5fb19dc6b061", "confirming_threshold": 32, "type": "external"}, {"id": "20210526181706000350293000009776", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x522a533768a85b04766435fe9ea4bb697815b101", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "12000000000000000", "abs_amount": "0.012", "txid": "0x30654bbc4480c53fcc472c36ced32aa3c2f56927c97be44bf18e0de80f3ba5c9", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1622024443365, "last_time": 1622024443365, "confirmed_num": 35, "tx_detail": {"txid": "0x30654bbc4480c53fcc472c36ced32aa3c2f56927c97be44bf18e0de80f3ba5c9", "blocknum": 10310300, "blockhash": "0x86df30082e1fdbb72f9f90fe46b548266346f07b006dc002d213a6fdfd6aea85", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 35, "type": "external"}, {"id": "20210526181630000350293000006118", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x522a533768a85b04766435fe9ea4bb697815b101", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "12000000000000000", "abs_amount": "0.012", "txid": "0x30654bbc4480c53fcc472c36ced32aa3c2f56927c97be44bf18e0de80f3ba5c9", "vout_n": 0, "request_id": "web_send_by_user_424_1622024014168", "status": "success", "abs_cobo_fee": "0", "created_time": 1622024443170, "last_time": 1622024443170, "confirmed_num": 35, "tx_detail": {"txid": "0x30654bbc4480c53fcc472c36ced32aa3c2f56927c97be44bf18e0de80f3ba5c9", "blocknum": 10310300, "blockhash": "0x86df30082e1fdbb72f9f90fe46b548266346f07b006dc002d213a6fdfd6aea85", "fee": 0, "actualgas": 42000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 35, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210526144650000374263000006437", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "1230000000000000", "abs_amount": "0.00123", "txid": "0x8cc6e26b27201340f46ced499e9eab9d12b1b334102e48a228df4c6490e58894", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1622012042218, "last_time": 1622012042218, "confirmed_num": 33, "tx_detail": {"txid": "0x8cc6e26b27201340f46ced499e9eab9d12b1b334102e48a228df4c6490e58894", "blocknum": 10309224, "blockhash": "0x1d90af510e412c921ebe1da4b86615edaa01d65b605ab5a0dfb3d71497d0ec08", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210526144650000374263000006436", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "1230000000000000", "abs_amount": "0.00123", "txid": "0x8cc6e26b27201340f46ced499e9eab9d12b1b334102e48a228df4c6490e58894", "vout_n": 0, "request_id": "web_send_by_user_424_1622011435648", "status": "success", "abs_cobo_fee": "0", "created_time": 1622012041924, "last_time": 1622012041924, "confirmed_num": 33, "tx_detail": {"txid": "0x8cc6e26b27201340f46ced499e9eab9d12b1b334102e48a228df4c6490e58894", "blocknum": 10309224, "blockhash": "0x1d90af510e412c921ebe1da4b86615edaa01d65b605ab5a0dfb3d71497d0ec08", "fee": 0, "actualgas": 42000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184537000307509000008895", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0x70c9b539203afbe2aea94e94dd535d2cbea9427ec02edb9030c14404600423c3", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853639328, "last_time": 1621853639328, "confirmed_num": 33, "tx_detail": {"txid": "0x70c9b539203afbe2aea94e94dd535d2cbea9427ec02edb9030c14404600423c3", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184537000307509000008894", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "666000000000000", "abs_amount": "0.000666", "txid": "0x171e244af2d3ba82f31feefc021dd559677202e56ce35985f50af536674fd708", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638972, "last_time": 1621853638972, "confirmed_num": 33, "tx_detail": {"txid": "0x171e244af2d3ba82f31feefc021dd559677202e56ce35985f50af536674fd708", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184537000307509000008893", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "200000000000000", "abs_amount": "0.0002", "txid": "0x76824e1d6725dfa5f0649e02e4eb948f555a760dc113dc6fb0e75e39e415e774", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638835, "last_time": 1621853638835, "confirmed_num": 33, "tx_detail": {"txid": "0x76824e1d6725dfa5f0649e02e4eb948f555a760dc113dc6fb0e75e39e415e774", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184536000307509000005361", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0xe9c16ac2b690dc9afee7775d0df44c5044f35ee3791495c0f1e7fc80cda1ae47", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638715, "last_time": 1621853638715, "confirmed_num": 33, "tx_detail": {"txid": "0xe9c16ac2b690dc9afee7775d0df44c5044f35ee3791495c0f1e7fc80cda1ae47", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184536000307509000005360", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "6000000000000000", "abs_amount": "0.006", "txid": "0x6a43e91e436f097c888c9013bb33ca6961f22bdd2bd699388d627f3e2972945f", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638587, "last_time": 1621853638587, "confirmed_num": 33, "tx_detail": {"txid": "0x6a43e91e436f097c888c9013bb33ca6961f22bdd2bd699388d627f3e2972945f", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184536000307509000005359", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "123000000000000", "abs_amount": "0.000123", "txid": "0xdfa004876a9511882036c07eee9ad13d2ba375dcba32cb8d08941e856d7dbdec", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638468, "last_time": 1621853638468, "confirmed_num": 33, "tx_detail": {"txid": "0xdfa004876a9511882036c07eee9ad13d2ba375dcba32cb8d08941e856d7dbdec", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184536000307509000005358", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0xe28e8af40a1f7a0fdc40ac4574d58f5e56d1081eb0a4b9304071cfbb86512ccb", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638347, "last_time": 1621853638347, "confirmed_num": 33, "tx_detail": {"txid": "0xe28e8af40a1f7a0fdc40ac4574d58f5e56d1081eb0a4b9304071cfbb86512ccb", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184458000366850000005875", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "200000000000000", "abs_amount": "0.0002", "txid": "0x76824e1d6725dfa5f0649e02e4eb948f555a760dc113dc6fb0e75e39e415e774", "vout_n": 0, "request_id": "web_send_by_user_6_1620705460208", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853637134, "last_time": 1621853637134, "confirmed_num": 33, "tx_detail": {"txid": "0x76824e1d6725dfa5f0649e02e4eb948f555a760dc113dc6fb0e75e39e415e774", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184458000366850000005874", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0xe9c16ac2b690dc9afee7775d0df44c5044f35ee3791495c0f1e7fc80cda1ae47", "vout_n": 0, "request_id": "web_send_by_user_6_1620702288488", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853636941, "last_time": 1621853636941, "confirmed_num": 33, "tx_detail": {"txid": "0xe9c16ac2b690dc9afee7775d0df44c5044f35ee3791495c0f1e7fc80cda1ae47", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184458000305369000003310", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "666000000000000", "abs_amount": "0.000666", "txid": "0x171e244af2d3ba82f31feefc021dd559677202e56ce35985f50af536674fd708", "vout_n": 0, "request_id": "web_send_by_user_6_1620716808826", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853637333, "last_time": 1621853637333, "confirmed_num": 33, "tx_detail": {"txid": "0x171e244af2d3ba82f31feefc021dd559677202e56ce35985f50af536674fd708", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184457000305369000000911", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "6000000000000000", "abs_amount": "0.006", "txid": "0x6a43e91e436f097c888c9013bb33ca6961f22bdd2bd699388d627f3e2972945f", "vout_n": 0, "request_id": "web_send_by_user_6_1620460865086", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853636750, "last_time": 1621853636750, "confirmed_num": 33, "tx_detail": {"txid": "0x6a43e91e436f097c888c9013bb33ca6961f22bdd2bd699388d627f3e2972945f", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184456000363340000003439", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "123000000000000", "abs_amount": "0.000123", "txid": "0xdfa004876a9511882036c07eee9ad13d2ba375dcba32cb8d08941e856d7dbdec", "vout_n": 0, "request_id": "web_send_by_user_6_1620459303574", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853636550, "last_time": 1621853636550, "confirmed_num": 33, "tx_detail": {"txid": "0xdfa004876a9511882036c07eee9ad13d2ba375dcba32cb8d08941e856d7dbdec", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184456000325985000002746", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0xe28e8af40a1f7a0fdc40ac4574d58f5e56d1081eb0a4b9304071cfbb86512ccb", "vout_n": 0, "request_id": "web_send_by_user_6_1620366648075", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853636352, "last_time": 1621853636352, "confirmed_num": 33, "tx_detail": {"txid": "0xe28e8af40a1f7a0fdc40ac4574d58f5e56d1081eb0a4b9304071cfbb86512ccb", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184148000307509000003917", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "123", "abs_amount": "0.000000000000000123", "txid": "0x0e2c2cc5292d03b13c7b4e4d9008882b214cd89a8ed4ac70bed102e16faba354", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853485645, "last_time": 1621853485645, "confirmed_num": 33, "tx_detail": {"txid": "0x0e2c2cc5292d03b13c7b4e4d9008882b214cd89a8ed4ac70bed102e16faba354", "blocknum": 10295225, "blockhash": "0x539819a7ca9b3406a89a961643b86c25a910591f157aa4efab106f27726cc0dd", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184148000307509000003916", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "123", "abs_amount": "0.000000000000000123", "txid": "0x0e2c2cc5292d03b13c7b4e4d9008882b214cd89a8ed4ac70bed102e16faba354", "vout_n": 0, "request_id": "api_request_id_1111123", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853484431, "last_time": 1621853484431, "confirmed_num": 33, "tx_detail": {"txid": "0x0e2c2cc5292d03b13c7b4e4d9008882b214cd89a8ed4ac70bed102e16faba354", "blocknum": 10295225, "blockhash": "0x539819a7ca9b3406a89a961643b86c25a910591f157aa4efab106f27726cc0dd", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "cobo", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184110000307509000002020", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x3b87cb0d5f4a7f40149ff85b095fe67fe7e8caf6a9d8ed69e52ee0dc3cc3b33d", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853485517, "last_time": 1621853485517, "confirmed_num": 35, "tx_detail": {"txid": "0x3b87cb0d5f4a7f40149ff85b095fe67fe7e8caf6a9d8ed69e52ee0dc3cc3b33d", "blocknum": 10295223, "blockhash": "0x50f643cdb6f68f700fe616f6df993f541cd9e6c97956b5b9ee4bcf708f02e454", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 35, "type": "external"}, {"id": "20210524184110000307509000002019", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x3b87cb0d5f4a7f40149ff85b095fe67fe7e8caf6a9d8ed69e52ee0dc3cc3b33d", "vout_n": 0, "request_id": "api_request_id_11111", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853484237, "last_time": 1621853484237, "confirmed_num": 35, "tx_detail": {"txid": "0x3b87cb0d5f4a7f40149ff85b095fe67fe7e8caf6a9d8ed69e52ee0dc3cc3b33d", "blocknum": 10295223, "blockhash": "0x50f643cdb6f68f700fe616f6df993f541cd9e6c97956b5b9ee4bcf708f02e454", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "cobo", "confirming_threshold": 35, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184110000307509000002018", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x62b74d9ab74619d76fc463e0d6eba505468b7bdb4dcd6d568812a0920e101710", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853485395, "last_time": 1621853485395, "confirmed_num": 35, "tx_detail": {"txid": "0x62b74d9ab74619d76fc463e0d6eba505468b7bdb4dcd6d568812a0920e101710", "blocknum": 10295223, "blockhash": "0x50f643cdb6f68f700fe616f6df993f541cd9e6c97956b5b9ee4bcf708f02e454", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 35, "type": "external"}, {"id": "20210524184110000307509000002017", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x62b74d9ab74619d76fc463e0d6eba505468b7bdb4dcd6d568812a0920e101710", "vout_n": 0, "request_id": "api_request_id_8888888", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853484040, "last_time": 1621853484040, "confirmed_num": 35, "tx_detail": {"txid": "0x62b74d9ab74619d76fc463e0d6eba505468b7bdb4dcd6d568812a0920e101710", "blocknum": 10295223, "blockhash": "0x50f643cdb6f68f700fe616f6df993f541cd9e6c97956b5b9ee4bcf708f02e454", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "cobo", "confirming_threshold": 35, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524161456000307509000000988", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x7efa90da4bd165b1efe44dfa578ec06a694cb5dd", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "12300000000000000", "abs_amount": "0.0123", "txid": "0x576d1f8a730260b558ab66720364e64974dde2ea72ee47fdcf11fd997e5126af", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621844543189, "last_time": 1621844543189, "confirmed_num": 33, "tx_detail": {"txid": "0x576d1f8a730260b558ab66720364e64974dde2ea72ee47fdcf11fd997e5126af", "blocknum": 10294655, "blockhash": "0xbbfeffc0ce20073bb7ac0eefc6d08e2de2cd7ade2dd5d573e8834c4a74b2006f", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524161456000307509000000987", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x7efa90da4bd165b1efe44dfa578ec06a694cb5dd", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "12300000000000000", "abs_amount": "0.0123", "txid": "0x576d1f8a730260b558ab66720364e64974dde2ea72ee47fdcf11fd997e5126af", "vout_n": 0, "request_id": "web_send_by_user_424_1621843857814", "status": "success", "abs_cobo_fee": "0", "created_time": 1621844542990, "last_time": 1621844542990, "confirmed_num": 33, "tx_detail": {"txid": "0x576d1f8a730260b558ab66720364e64974dde2ea72ee47fdcf11fd997e5126af", "blocknum": 10294655, "blockhash": "0xbbfeffc0ce20073bb7ac0eefc6d08e2de2cd7ade2dd5d573e8834c4a74b2006f", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210520115758000378235000004875", "coin": "CKB", "display_code": "CKB", "description": "Nervos Network", "decimal": 8, "address": "ckb1qyq8a5r5hpm4zw5ugpakyc847ml36dntng9qkd76ln", "source_address": "ckb1qyq2ug0jlynj6n95esm5rgu6zk5l047a964s4qr3ag", "side": "deposit", "amount": "6200000000", "abs_amount": "62", "txid": "0x8cd86358ff61b17c3d453717306a919a4c2672657175306a2ce7f07f05095c45", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621483452136, "last_time": 1621483452136, "confirmed_num": 30, "tx_detail": {"txid": "0x8cd86358ff61b17c3d453717306a919a4c2672657175306a2ce7f07f05095c45", "blocknum": 4364392, "blockhash": "0xb40788e7185ad0d845708e0e6757fcf7817c73bb8a5fe1806da626ee5b7c4f6f", "hexstr": ""}, "source_address_detail": "ckb1qyq2ug0jlynj6n95esm5rgu6zk5l047a964s4qr3ag", "confirming_threshold": 30, "type": "external"}, {"id": "20210520115644000378235000004289", "coin": "CKB", "display_code": "CKB", "description": "Nervos Network", "decimal": 8, "address": "ckb1qyq8a5r5hpm4zw5ugpakyc847ml36dntng9qkd76ln", "source_address": "ckb1qyq2ug0jlynj6n95esm5rgu6zk5l047a964s4qr3ag", "side": "withdraw", "amount": "6200000000", "abs_amount": "62", "txid": "0x8cd86358ff61b17c3d453717306a919a4c2672657175306a2ce7f07f05095c45", "vout_n": 0, "request_id": "ckb29398728476738", "status": "success", "abs_cobo_fee": "0", "created_time": 1621483451938, "last_time": 1621483451938, "confirmed_num": 30, "tx_detail": {"txid": "0x8cd86358ff61b17c3d453717306a919a4c2672657175306a2ce7f07f05095c45", "blocknum": 4364392, "blockhash": "0xb40788e7185ad0d845708e0e6757fcf7817c73bb8a5fe1806da626ee5b7c4f6f", "fee": 0, "actualgas": 24800, "gasprice": 1, "hexstr": ""}, "source_address_detail": "ckb1qyq2ug0jlynj6n95esm5rgu6zk5l047a964s4qr3ag", "memo": "", "confirming_threshold": 30, "fee_coin": "CKB", "fee_amount": 800000000, "fee_decimal": 8, "type": "external"}, {"id": "20210519151853000378235000003035", "coin": "MATIC", "display_code": "MATIC", "description": "Matic Network", "decimal": 18, "address": "0xd19df76c363c27dbb05f173918d0903929fb3b24", "source_address": "0xcf6fb165ece9c8eac22ae6dbe181d22fdf4da50a", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x14442c44be10a8b02b3388b17a84fe19f96545490c3a8c9275cb23c0b1a9e608", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621408882865, "last_time": 1621408882865, "confirmed_num": 32, "tx_detail": {"txid": "0x14442c44be10a8b02b3388b17a84fe19f96545490c3a8c9275cb23c0b1a9e608", "blocknum": 14673453, "blockhash": "0xa515110667e3a02dcad4b65ae11008e62001e6f73a054cd25e13395ec34a8701", "hexstr": ""}, "source_address_detail": "0xcf6fb165ece9c8eac22ae6dbe181d22fdf4da50a", "confirming_threshold": 32, "type": "external"}, {"id": "20210519151547000378235000005835", "coin": "MATIC", "display_code": "MATIC", "description": "Matic Network", "decimal": 18, "address": "0xd19df76c363c27dbb05f173918d0903929fb3b24", "source_address": "0xcf6fb165ece9c8eac22ae6dbe181d22fdf4da50a", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x14442c44be10a8b02b3388b17a84fe19f96545490c3a8c9275cb23c0b1a9e608", "vout_n": 0, "request_id": "matic9217438732647", "status": "success", "abs_cobo_fee": "0", "created_time": 1621408882658, "last_time": 1621408882658, "confirmed_num": 32, "tx_detail": {"txid": "0x14442c44be10a8b02b3388b17a84fe19f96545490c3a8c9275cb23c0b1a9e608", "blocknum": 14673453, "blockhash": "0xa515110667e3a02dcad4b65ae11008e62001e6f73a054cd25e13395ec34a8701", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0xcf6fb165ece9c8eac22ae6dbe181d22fdf4da50a", "memo": "", "confirming_threshold": 32, "fee_coin": "MATIC", "fee_amount": 21000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210519151128000378235000005562", "coin": "MATIC", "display_code": "MATIC", "description": "Matic Network", "decimal": 18, "address": "0xd19df76c363c27dbb05f173918d0903929fb3b24", "source_address": "0x906de749c26cf6a5b2b68816e31b306b52eb42e0", "side": "deposit", "amount": "1234000000000000", "abs_amount": "0.001234", "txid": "0x7e4ca133acb3ee516856079756ddb4c9fafd2d40105bd6546cc3288f3a56ee8f", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621408325006, "last_time": 1621408325006, "confirmed_num": 608, "tx_detail": {"txid": "0x7e4ca133acb3ee516856079756ddb4c9fafd2d40105bd6546cc3288f3a56ee8f", "blocknum": 14672727, "blockhash": "0x542bc499d184928b1545688b31db7bae2b2321e865a8b0be8c5b6f4fc1486d51", "hexstr": ""}, "source_address_detail": "0x906de749c26cf6a5b2b68816e31b306b52eb42e0", "confirming_threshold": 608, "type": "external"}, {"id": "20210517145256000371611000003385", "coin": "TETH_CTT", "display_code": "CTT", "description": "Cobo Test Token", "decimal": 18, "address": "0xDd5f7686Faff225B7EfcD99072ffc7CcbAD022e1", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "5000000000000000000", "abs_amount": "5", "txid": "0x775b1f302fb450632585fb18cae08c6db80b7dfd5c9ecc4d116502b9f9b3e850", "vout_n": 0, "request_id": "tethctt0009999", "status": "success", "abs_cobo_fee": "0", "created_time": 1621234753209, "last_time": 1621234753209, "confirmed_num": 33, "tx_detail": {"txid": "0x775b1f302fb450632585fb18cae08c6db80b7dfd5c9ecc4d116502b9f9b3e850", "blocknum": 10253848, "blockhash": "0xa4e4bc1c41f4cd2e512048458c201556bfa4807bf31f790b3b215de1a68ea2b8", "fee": 0, "actualgas": 52371000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 6000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210515192609000371611000001570", "coin": "TETH_CTT", "display_code": "CTT", "description": "Cobo Test Token", "decimal": 18, "address": "0x1608679900a64f8f99b3bc795dd756428f0263e1", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "5000000000000000000", "abs_amount": "5", "txid": "0x7b25736aeb37d8e8171f08542ea13f4a32a532d1195b2392c973e777712ea5d3", "vout_n": 0, "request_id": "web_send_by_user_419_1621076346901", "status": "success", "abs_cobo_fee": "0", "created_time": 1621078362572, "last_time": 1621078362572, "confirmed_num": 32, "tx_detail": {"txid": "0x7b25736aeb37d8e8171f08542ea13f4a32a532d1195b2392c973e777712ea5d3", "blocknum": 10240991, "blockhash": "0x761f99f01fb58a3fcf692fe1b9a29b5f25c9afa8e6b10efa1cc2c334766f7642", "fee": 0, "actualgas": 52359000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 32, "fee_coin": "TETH", "fee_amount": 6000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210514143546000365777000004557", "coin": "CFX_FC", "display_code": "FC", "description": "", "decimal": 18, "address": "cfx:aatekjx9wceeu6xg748k5ran0xtugu1tsucfde143w", "source_address": "cfx:aak2hxtwdhzs6z2je53ykwxd98n02zbd5ecx2m3nbb", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x20f42d8b7b31578b6171c2c57a68ef52b5d59714bd176d0a041b11554c919e26", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620974223690, "last_time": 1620974223690, "confirmed_num": 51, "tx_detail": {"txid": "0x20f42d8b7b31578b6171c2c57a68ef52b5d59714bd176d0a041b11554c919e26", "blocknum": 14699239, "blockhash": "0x0e64e43be316fddd27f16f4748fe001fa19f90ba383c249fda4fabf2010a4626", "hexstr": ""}, "source_address_detail": "cfx:aak2hxtwdhzs6z2je53ykwxd98n02zbd5ecx2m3nbb", "confirming_threshold": 51, "type": "external"}, {"id": "20210514143546000365777000004556", "coin": "CFX_FC", "display_code": "FC", "description": "", "decimal": 18, "address": "cfx:aatekjx9wceeu6xg748k5ran0xtugu1tsucfde143w", "source_address": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x20f42d8b7b31578b6171c2c57a68ef52b5d59714bd176d0a041b11554c919e26", "vout_n": 0, "request_id": "cfxfc023948675", "status": "success", "abs_cobo_fee": "0", "created_time": 1620974223454, "last_time": 1620974223454, "confirmed_num": 51, "tx_detail": {"txid": "0x20f42d8b7b31578b6171c2c57a68ef52b5d59714bd176d0a041b11554c919e26", "blocknum": 14699239, "blockhash": "0x0e64e43be316fddd27f16f4748fe001fa19f90ba383c249fda4fabf2010a4626", "fee": 0, "actualgas": 75000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "memo": "", "confirming_threshold": 51, "fee_coin": "CFX", "fee_amount": 100000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210514142118000365777000005368", "coin": "CFX_FC", "display_code": "FC", "description": "", "decimal": 18, "address": "0x10636a49273cc58651983cd81649f740fa637030", "source_address": "0x14d4280adafae102f1b9b7b51229b325e6474231", "side": "deposit", "amount": "10000000000000000", "abs_amount": "0.01", "txid": "0xb290b0112ea8b0b626218b3123558643116e292e0e8cdd1b3e97bb17566d805e", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620973314910, "last_time": 1620973314910, "confirmed_num": 50, "tx_detail": {"txid": "0xb290b0112ea8b0b626218b3123558643116e292e0e8cdd1b3e97bb17566d805e", "blocknum": 14698575, "blockhash": "0x78b095a4120fddbaacf26a9589a3f5d96765a8239af048621a276212b9dadcea", "hexstr": ""}, "source_address_detail": "0x14d4280adafae102f1b9b7b51229b325e6474231", "confirming_threshold": 50, "type": "external"}, {"id": "20210513165424000324213000007036", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "cfx:aakge9twmv0adx6nmv1e79n03413rwxg7pprbhf0vy", "source_address": "cfx:aajd26mw3f2ru9kasu32u40uaecaxk90tjp2pev7pu", "side": "deposit", "amount": "123000000000000000", "abs_amount": "0.123", "txid": "0x8958a6bfd662396d7c60964a3247604a819077ee1c019fd4b6652c8f70cbb5a8", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620896138029, "last_time": 1620896138029, "confirmed_num": 59, "tx_detail": {"txid": "0x8958a6bfd662396d7c60964a3247604a819077ee1c019fd4b6652c8f70cbb5a8", "blocknum": 14629249, "blockhash": "0x78e9490229d03250ce866419d170d9cd4902a31cf07711a551f28bcab7c88c78", "hexstr": ""}, "source_address_detail": "cfx:aajd26mw3f2ru9kasu32u40uaecaxk90tjp2pev7pu", "confirming_threshold": 59, "type": "external"}, {"id": "20210513163640000324213000007149", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "cfx:aakge9twmv0adx6nmv1e79n03413rwxg7pprbhf0vy", "source_address": "cfx:aak2hxtwdhzs6z2je53ykwxd98n02zbd5ecx2m3nbb", "side": "deposit", "amount": "2", "abs_amount": "0.000000000000000002", "txid": "0xb14b2bbdf3b83859aaba8eb0215287d2080dd2e739ecf9459169da0d5319f846", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620895037717, "last_time": 1620895037717, "confirmed_num": 56, "tx_detail": {"txid": "0xb14b2bbdf3b83859aaba8eb0215287d2080dd2e739ecf9459169da0d5319f846", "blocknum": 14628244, "blockhash": "0x297377a320734faf0c5b8e7d6094e7f0ab0d768d6afd12e2120f2c4f1f084582", "hexstr": ""}, "source_address_detail": "cfx:aak2hxtwdhzs6z2je53ykwxd98n02zbd5ecx2m3nbb", "confirming_threshold": 56, "type": "external"}, {"id": "20210513163640000324213000007148", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "cfx:aakge9twmv0adx6nmv1e79n03413rwxg7pprbhf0vy", "source_address": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "side": "withdraw", "amount": "2", "abs_amount": "0.000000000000000002", "txid": "0xb14b2bbdf3b83859aaba8eb0215287d2080dd2e739ecf9459169da0d5319f846", "vout_n": 0, "request_id": "cfx02984393875", "status": "success", "abs_cobo_fee": "0", "created_time": 1620895037507, "last_time": 1620895037507, "confirmed_num": 56, "tx_detail": {"txid": "0xb14b2bbdf3b83859aaba8eb0215287d2080dd2e739ecf9459169da0d5319f846", "blocknum": 14628244, "blockhash": "0x297377a320734faf0c5b8e7d6094e7f0ab0d768d6afd12e2120f2c4f1f084582", "fee": 0, "actualgas": 75000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "memo": "", "confirming_threshold": 56, "fee_coin": "CFX", "fee_amount": 100000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210513163148000324213000009108", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "0x1687b1792a98b72f25359478a48194b622c8b417", "source_address": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x59b2444cb1e55b2bae9579b3ec1e410b1fa9b891ba3644015f348917bbebe72e", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620894784670, "last_time": 1620894784670, "confirmed_num": 61, "tx_detail": {"txid": "0x59b2444cb1e55b2bae9579b3ec1e410b1fa9b891ba3644015f348917bbebe72e", "blocknum": 14627994, "blockhash": "0x992403c8331b4c48d1bccf4d232528679d9eeaaca7bf660427c3f14cd960b1b9", "hexstr": ""}, "source_address_detail": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "confirming_threshold": 61, "type": "external"}, {"id": "20210513163148000324213000009107", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "0x1687b1792a98b72f25359478a48194b622c8b417", "source_address": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x59b2444cb1e55b2bae9579b3ec1e410b1fa9b891ba3644015f348917bbebe72e", "vout_n": 0, "request_id": "cfx2983748376", "status": "success", "abs_cobo_fee": "0", "created_time": 1620894784435, "last_time": 1620894784435, "confirmed_num": 61, "tx_detail": {"txid": "0x59b2444cb1e55b2bae9579b3ec1e410b1fa9b891ba3644015f348917bbebe72e", "blocknum": 14627994, "blockhash": "0x992403c8331b4c48d1bccf4d232528679d9eeaaca7bf660427c3f14cd960b1b9", "fee": 0, "actualgas": 75000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "memo": "", "confirming_threshold": 61, "fee_coin": "CFX", "fee_amount": 100000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210511171342000324213000009396", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0xd67169392144c9400224f07a6fe7efcfa4bf7e19445a361359c2c9530bca64d6", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620724457921, "last_time": 1620724457921, "confirmed_num": 32, "tx_detail": {"txid": "0xd67169392144c9400224f07a6fe7efcfa4bf7e19445a361359c2c9530bca64d6", "blocknum": 10212633, "blockhash": "0x444fe10d583194687c32223fd884dae82d0f0f2ebeacfb8040b4d83808253b59", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 32, "type": "external"}, {"id": "20210511151005000324213000009776", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0xd67169392144c9400224f07a6fe7efcfa4bf7e19445a361359c2c9530bca64d6", "vout_n": 0, "request_id": "teth29374893624", "status": "success", "abs_cobo_fee": "0", "created_time": 1620724457693, "last_time": 1620724457693, "confirmed_num": 32, "tx_detail": {"txid": "0xd67169392144c9400224f07a6fe7efcfa4bf7e19445a361359c2c9530bca64d6", "blocknum": 10212633, "blockhash": "0x444fe10d583194687c32223fd884dae82d0f0f2ebeacfb8040b4d83808253b59", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 32, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210508160454000310547000008898", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "666", "abs_amount": "0.000000000000000666", "txid": "0x90178fbb479cfeba68132ab2d7b0e3df8f4313369044027ce7f7f3db1864c70e", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620462052400, "last_time": 1620462052400, "confirmed_num": 33, "tx_detail": {"txid": "0x90178fbb479cfeba68132ab2d7b0e3df8f4313369044027ce7f7f3db1864c70e", "blocknum": 10195233, "blockhash": "0x31986cd3536c7d957daa27ec2fca0fb0fda767c422d00f7ed0ea23df6377118a", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210508160157000310547000009040", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "666", "abs_amount": "0.000000000000000666", "txid": "0x90178fbb479cfeba68132ab2d7b0e3df8f4313369044027ce7f7f3db1864c70e", "vout_n": 0, "request_id": "teth92374983659987640909", "status": "success", "abs_cobo_fee": "0", "created_time": 1620462052196, "last_time": 1620462052196, "confirmed_num": 33, "tx_detail": {"txid": "0x90178fbb479cfeba68132ab2d7b0e3df8f4313369044027ce7f7f3db1864c70e", "blocknum": 10195233, "blockhash": "0x31986cd3536c7d957daa27ec2fca0fb0fda767c422d00f7ed0ea23df6377118a", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210508155416000310547000004240", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "9", "abs_amount": "0.000000000000000009", "txid": "0xeba3e871a6cc1b28dafe18f90251f7a0a0c1358c748bec26419827da2a30a1fa", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620461451009, "last_time": 1620461451009, "confirmed_num": 32, "tx_detail": {"txid": "0xeba3e871a6cc1b28dafe18f90251f7a0a0c1358c748bec26419827da2a30a1fa", "blocknum": 10195213, "blockhash": "0xf98d387c724bab1bd41bd289153857468fabdf30266b33ced3a305283d021b3c", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 32, "type": "external"}]}

Obtain the list of confirmed transactions through time query(deposit&withdraw)

$client->getTransactionsByTime();
View Response
{"success": true, "result": [{"id": "20210528110436000351269000008628", "coin": "TRON", "display_code": "TRX", "description": "TRON", "decimal": 6, "address": "TYYouQF3MjvKjyrGAtmumrpDfnc83gDnp1", "source_address": "TTVUgZ23NFyjik6bnDv7WQj3TtM8AMWPWi", "side": "deposit", "amount": "1", "abs_amount": "0.000001", "txid": "04661b683a1bff64e780f7f8c9405ecf9407d06d0754ce3ae98bb87ecb3fbb44", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1622171157601, "last_time": 1622171157601, "confirmed_num": 28, "tx_detail": {"txid": "04661b683a1bff64e780f7f8c9405ecf9407d06d0754ce3ae98bb87ecb3fbb44", "blocknum": 30572179, "blockhash": "0000000001d27e93afce52baa3532b2c8083367f64a0c085e5059e13e4236073", "hexstr": ""}, "source_address_detail": "TTVUgZ23NFyjik6bnDv7WQj3TtM8AMWPWi", "confirming_threshold": 28, "type": "external"}, {"id": "20210528110333000303016000008281", "coin": "TRON", "display_code": "TRX", "description": "TRON", "decimal": 6, "address": "TYYouQF3MjvKjyrGAtmumrpDfnc83gDnp1", "source_address": "TTVUgZ23NFyjik6bnDv7WQj3TtM8AMWPWi", "side": "withdraw", "amount": "1", "abs_amount": "0.000001", "txid": "04661b683a1bff64e780f7f8c9405ecf9407d06d0754ce3ae98bb87ecb3fbb44", "vout_n": 0, "request_id": "tron294732764876", "status": "success", "abs_cobo_fee": "0", "created_time": 1622171157592, "last_time": 1622171157592, "confirmed_num": 28, "tx_detail": {"txid": "04661b683a1bff64e780f7f8c9405ecf9407d06d0754ce3ae98bb87ecb3fbb44", "blocknum": 30572179, "blockhash": "0000000001d27e93afce52baa3532b2c8083367f64a0c085e5059e13e4236073", "fee": 0, "actualgas": 100000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "TTVUgZ23NFyjik6bnDv7WQj3TtM8AMWPWi", "memo": "", "confirming_threshold": 28, "fee_coin": "TRON", "fee_amount": 1000000, "fee_decimal": 6, "type": "external"}, {"id": "20210527141557000335870000006664", "coin": "HECO_HT", "display_code": "HECO_HT", "description": "Heco Chain HT", "decimal": 18, "address": "0xcc12af429a7db01d065d92cf03356fc884a40d2b", "source_address": "0xcac5a01f16eac0e477a2e66a216f5fb19dc6b061", "side": "deposit", "amount": "1230000000000", "abs_amount": "0.00000123", "txid": "0xa22f1fbcac89d1dbf2a7066bd9f3cc1b1a1e401f80f781eee76bd3c8ef8222f9", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1622096266231, "last_time": 1622096266231, "confirmed_num": 32, "tx_detail": {"txid": "0xa22f1fbcac89d1dbf2a7066bd9f3cc1b1a1e401f80f781eee76bd3c8ef8222f9", "blocknum": 5067490, "blockhash": "0x59371e4b881d6b9f9a7d97de81cd2ecf3526dd3e9b0394675ef5acc707bb5c58", "hexstr": ""}, "source_address_detail": "0xcac5a01f16eac0e477a2e66a216f5fb19dc6b061", "confirming_threshold": 32, "type": "external"}, {"id": "20210526181706000350293000009776", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x522a533768a85b04766435fe9ea4bb697815b101", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "12000000000000000", "abs_amount": "0.012", "txid": "0x30654bbc4480c53fcc472c36ced32aa3c2f56927c97be44bf18e0de80f3ba5c9", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1622024443365, "last_time": 1622024443365, "confirmed_num": 35, "tx_detail": {"txid": "0x30654bbc4480c53fcc472c36ced32aa3c2f56927c97be44bf18e0de80f3ba5c9", "blocknum": 10310300, "blockhash": "0x86df30082e1fdbb72f9f90fe46b548266346f07b006dc002d213a6fdfd6aea85", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 35, "type": "external"}, {"id": "20210526181630000350293000006118", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x522a533768a85b04766435fe9ea4bb697815b101", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "12000000000000000", "abs_amount": "0.012", "txid": "0x30654bbc4480c53fcc472c36ced32aa3c2f56927c97be44bf18e0de80f3ba5c9", "vout_n": 0, "request_id": "web_send_by_user_424_1622024014168", "status": "success", "abs_cobo_fee": "0", "created_time": 1622024443170, "last_time": 1622024443170, "confirmed_num": 35, "tx_detail": {"txid": "0x30654bbc4480c53fcc472c36ced32aa3c2f56927c97be44bf18e0de80f3ba5c9", "blocknum": 10310300, "blockhash": "0x86df30082e1fdbb72f9f90fe46b548266346f07b006dc002d213a6fdfd6aea85", "fee": 0, "actualgas": 42000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 35, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210526144650000374263000006437", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "1230000000000000", "abs_amount": "0.00123", "txid": "0x8cc6e26b27201340f46ced499e9eab9d12b1b334102e48a228df4c6490e58894", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1622012042218, "last_time": 1622012042218, "confirmed_num": 33, "tx_detail": {"txid": "0x8cc6e26b27201340f46ced499e9eab9d12b1b334102e48a228df4c6490e58894", "blocknum": 10309224, "blockhash": "0x1d90af510e412c921ebe1da4b86615edaa01d65b605ab5a0dfb3d71497d0ec08", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210526144650000374263000006436", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "1230000000000000", "abs_amount": "0.00123", "txid": "0x8cc6e26b27201340f46ced499e9eab9d12b1b334102e48a228df4c6490e58894", "vout_n": 0, "request_id": "web_send_by_user_424_1622011435648", "status": "success", "abs_cobo_fee": "0", "created_time": 1622012041924, "last_time": 1622012041924, "confirmed_num": 33, "tx_detail": {"txid": "0x8cc6e26b27201340f46ced499e9eab9d12b1b334102e48a228df4c6490e58894", "blocknum": 10309224, "blockhash": "0x1d90af510e412c921ebe1da4b86615edaa01d65b605ab5a0dfb3d71497d0ec08", "fee": 0, "actualgas": 42000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184537000307509000008895", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0x70c9b539203afbe2aea94e94dd535d2cbea9427ec02edb9030c14404600423c3", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853639328, "last_time": 1621853639328, "confirmed_num": 33, "tx_detail": {"txid": "0x70c9b539203afbe2aea94e94dd535d2cbea9427ec02edb9030c14404600423c3", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184537000307509000008894", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "666000000000000", "abs_amount": "0.000666", "txid": "0x171e244af2d3ba82f31feefc021dd559677202e56ce35985f50af536674fd708", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638972, "last_time": 1621853638972, "confirmed_num": 33, "tx_detail": {"txid": "0x171e244af2d3ba82f31feefc021dd559677202e56ce35985f50af536674fd708", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184537000307509000008893", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "200000000000000", "abs_amount": "0.0002", "txid": "0x76824e1d6725dfa5f0649e02e4eb948f555a760dc113dc6fb0e75e39e415e774", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638835, "last_time": 1621853638835, "confirmed_num": 33, "tx_detail": {"txid": "0x76824e1d6725dfa5f0649e02e4eb948f555a760dc113dc6fb0e75e39e415e774", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184536000307509000005361", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0xe9c16ac2b690dc9afee7775d0df44c5044f35ee3791495c0f1e7fc80cda1ae47", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638715, "last_time": 1621853638715, "confirmed_num": 33, "tx_detail": {"txid": "0xe9c16ac2b690dc9afee7775d0df44c5044f35ee3791495c0f1e7fc80cda1ae47", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184536000307509000005360", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "6000000000000000", "abs_amount": "0.006", "txid": "0x6a43e91e436f097c888c9013bb33ca6961f22bdd2bd699388d627f3e2972945f", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638587, "last_time": 1621853638587, "confirmed_num": 33, "tx_detail": {"txid": "0x6a43e91e436f097c888c9013bb33ca6961f22bdd2bd699388d627f3e2972945f", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184536000307509000005359", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "123000000000000", "abs_amount": "0.000123", "txid": "0xdfa004876a9511882036c07eee9ad13d2ba375dcba32cb8d08941e856d7dbdec", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638468, "last_time": 1621853638468, "confirmed_num": 33, "tx_detail": {"txid": "0xdfa004876a9511882036c07eee9ad13d2ba375dcba32cb8d08941e856d7dbdec", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184536000307509000005358", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0xe28e8af40a1f7a0fdc40ac4574d58f5e56d1081eb0a4b9304071cfbb86512ccb", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638347, "last_time": 1621853638347, "confirmed_num": 33, "tx_detail": {"txid": "0xe28e8af40a1f7a0fdc40ac4574d58f5e56d1081eb0a4b9304071cfbb86512ccb", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184458000305369000003310", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "666000000000000", "abs_amount": "0.000666", "txid": "0x171e244af2d3ba82f31feefc021dd559677202e56ce35985f50af536674fd708", "vout_n": 0, "request_id": "web_send_by_user_6_1620716808826", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853637333, "last_time": 1621853637333, "confirmed_num": 33, "tx_detail": {"txid": "0x171e244af2d3ba82f31feefc021dd559677202e56ce35985f50af536674fd708", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184458000366850000005875", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "200000000000000", "abs_amount": "0.0002", "txid": "0x76824e1d6725dfa5f0649e02e4eb948f555a760dc113dc6fb0e75e39e415e774", "vout_n": 0, "request_id": "web_send_by_user_6_1620705460208", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853637134, "last_time": 1621853637134, "confirmed_num": 33, "tx_detail": {"txid": "0x76824e1d6725dfa5f0649e02e4eb948f555a760dc113dc6fb0e75e39e415e774", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184458000366850000005874", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0xe9c16ac2b690dc9afee7775d0df44c5044f35ee3791495c0f1e7fc80cda1ae47", "vout_n": 0, "request_id": "web_send_by_user_6_1620702288488", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853636941, "last_time": 1621853636941, "confirmed_num": 33, "tx_detail": {"txid": "0xe9c16ac2b690dc9afee7775d0df44c5044f35ee3791495c0f1e7fc80cda1ae47", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184457000305369000000911", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "6000000000000000", "abs_amount": "0.006", "txid": "0x6a43e91e436f097c888c9013bb33ca6961f22bdd2bd699388d627f3e2972945f", "vout_n": 0, "request_id": "web_send_by_user_6_1620460865086", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853636750, "last_time": 1621853636750, "confirmed_num": 33, "tx_detail": {"txid": "0x6a43e91e436f097c888c9013bb33ca6961f22bdd2bd699388d627f3e2972945f", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184456000363340000003439", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "123000000000000", "abs_amount": "0.000123", "txid": "0xdfa004876a9511882036c07eee9ad13d2ba375dcba32cb8d08941e856d7dbdec", "vout_n": 0, "request_id": "web_send_by_user_6_1620459303574", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853636550, "last_time": 1621853636550, "confirmed_num": 33, "tx_detail": {"txid": "0xdfa004876a9511882036c07eee9ad13d2ba375dcba32cb8d08941e856d7dbdec", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184456000325985000002746", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0xe28e8af40a1f7a0fdc40ac4574d58f5e56d1081eb0a4b9304071cfbb86512ccb", "vout_n": 0, "request_id": "web_send_by_user_6_1620366648075", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853636352, "last_time": 1621853636352, "confirmed_num": 33, "tx_detail": {"txid": "0xe28e8af40a1f7a0fdc40ac4574d58f5e56d1081eb0a4b9304071cfbb86512ccb", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184148000307509000003917", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "123", "abs_amount": "0.000000000000000123", "txid": "0x0e2c2cc5292d03b13c7b4e4d9008882b214cd89a8ed4ac70bed102e16faba354", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853485645, "last_time": 1621853485645, "confirmed_num": 33, "tx_detail": {"txid": "0x0e2c2cc5292d03b13c7b4e4d9008882b214cd89a8ed4ac70bed102e16faba354", "blocknum": 10295225, "blockhash": "0x539819a7ca9b3406a89a961643b86c25a910591f157aa4efab106f27726cc0dd", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184110000307509000002020", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x3b87cb0d5f4a7f40149ff85b095fe67fe7e8caf6a9d8ed69e52ee0dc3cc3b33d", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853485517, "last_time": 1621853485517, "confirmed_num": 35, "tx_detail": {"txid": "0x3b87cb0d5f4a7f40149ff85b095fe67fe7e8caf6a9d8ed69e52ee0dc3cc3b33d", "blocknum": 10295223, "blockhash": "0x50f643cdb6f68f700fe616f6df993f541cd9e6c97956b5b9ee4bcf708f02e454", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 35, "type": "external"}, {"id": "20210524184110000307509000002018", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x62b74d9ab74619d76fc463e0d6eba505468b7bdb4dcd6d568812a0920e101710", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853485395, "last_time": 1621853485395, "confirmed_num": 35, "tx_detail": {"txid": "0x62b74d9ab74619d76fc463e0d6eba505468b7bdb4dcd6d568812a0920e101710", "blocknum": 10295223, "blockhash": "0x50f643cdb6f68f700fe616f6df993f541cd9e6c97956b5b9ee4bcf708f02e454", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 35, "type": "external"}, {"id": "20210524184148000307509000003916", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "123", "abs_amount": "0.000000000000000123", "txid": "0x0e2c2cc5292d03b13c7b4e4d9008882b214cd89a8ed4ac70bed102e16faba354", "vout_n": 0, "request_id": "api_request_id_1111123", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853484431, "last_time": 1621853484431, "confirmed_num": 33, "tx_detail": {"txid": "0x0e2c2cc5292d03b13c7b4e4d9008882b214cd89a8ed4ac70bed102e16faba354", "blocknum": 10295225, "blockhash": "0x539819a7ca9b3406a89a961643b86c25a910591f157aa4efab106f27726cc0dd", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "cobo", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184110000307509000002019", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x3b87cb0d5f4a7f40149ff85b095fe67fe7e8caf6a9d8ed69e52ee0dc3cc3b33d", "vout_n": 0, "request_id": "api_request_id_11111", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853484237, "last_time": 1621853484237, "confirmed_num": 35, "tx_detail": {"txid": "0x3b87cb0d5f4a7f40149ff85b095fe67fe7e8caf6a9d8ed69e52ee0dc3cc3b33d", "blocknum": 10295223, "blockhash": "0x50f643cdb6f68f700fe616f6df993f541cd9e6c97956b5b9ee4bcf708f02e454", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "cobo", "confirming_threshold": 35, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184110000307509000002017", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x62b74d9ab74619d76fc463e0d6eba505468b7bdb4dcd6d568812a0920e101710", "vout_n": 0, "request_id": "api_request_id_8888888", "status": "success", "abs_cobo_fee": "0", "created_time": 1621853484040, "last_time": 1621853484040, "confirmed_num": 35, "tx_detail": {"txid": "0x62b74d9ab74619d76fc463e0d6eba505468b7bdb4dcd6d568812a0920e101710", "blocknum": 10295223, "blockhash": "0x50f643cdb6f68f700fe616f6df993f541cd9e6c97956b5b9ee4bcf708f02e454", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "cobo", "confirming_threshold": 35, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524161456000307509000000988", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x7efa90da4bd165b1efe44dfa578ec06a694cb5dd", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "12300000000000000", "abs_amount": "0.0123", "txid": "0x576d1f8a730260b558ab66720364e64974dde2ea72ee47fdcf11fd997e5126af", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621844543189, "last_time": 1621844543189, "confirmed_num": 33, "tx_detail": {"txid": "0x576d1f8a730260b558ab66720364e64974dde2ea72ee47fdcf11fd997e5126af", "blocknum": 10294655, "blockhash": "0xbbfeffc0ce20073bb7ac0eefc6d08e2de2cd7ade2dd5d573e8834c4a74b2006f", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524161456000307509000000987", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x7efa90da4bd165b1efe44dfa578ec06a694cb5dd", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "12300000000000000", "abs_amount": "0.0123", "txid": "0x576d1f8a730260b558ab66720364e64974dde2ea72ee47fdcf11fd997e5126af", "vout_n": 0, "request_id": "web_send_by_user_424_1621843857814", "status": "success", "abs_cobo_fee": "0", "created_time": 1621844542990, "last_time": 1621844542990, "confirmed_num": 33, "tx_detail": {"txid": "0x576d1f8a730260b558ab66720364e64974dde2ea72ee47fdcf11fd997e5126af", "blocknum": 10294655, "blockhash": "0xbbfeffc0ce20073bb7ac0eefc6d08e2de2cd7ade2dd5d573e8834c4a74b2006f", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210520115758000378235000004875", "coin": "CKB", "display_code": "CKB", "description": "Nervos Network", "decimal": 8, "address": "ckb1qyq8a5r5hpm4zw5ugpakyc847ml36dntng9qkd76ln", "source_address": "ckb1qyq2ug0jlynj6n95esm5rgu6zk5l047a964s4qr3ag", "side": "deposit", "amount": "6200000000", "abs_amount": "62", "txid": "0x8cd86358ff61b17c3d453717306a919a4c2672657175306a2ce7f07f05095c45", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621483452136, "last_time": 1621483452136, "confirmed_num": 30, "tx_detail": {"txid": "0x8cd86358ff61b17c3d453717306a919a4c2672657175306a2ce7f07f05095c45", "blocknum": 4364392, "blockhash": "0xb40788e7185ad0d845708e0e6757fcf7817c73bb8a5fe1806da626ee5b7c4f6f", "hexstr": ""}, "source_address_detail": "ckb1qyq2ug0jlynj6n95esm5rgu6zk5l047a964s4qr3ag", "confirming_threshold": 30, "type": "external"}, {"id": "20210520115644000378235000004289", "coin": "CKB", "display_code": "CKB", "description": "Nervos Network", "decimal": 8, "address": "ckb1qyq8a5r5hpm4zw5ugpakyc847ml36dntng9qkd76ln", "source_address": "ckb1qyq2ug0jlynj6n95esm5rgu6zk5l047a964s4qr3ag", "side": "withdraw", "amount": "6200000000", "abs_amount": "62", "txid": "0x8cd86358ff61b17c3d453717306a919a4c2672657175306a2ce7f07f05095c45", "vout_n": 0, "request_id": "ckb29398728476738", "status": "success", "abs_cobo_fee": "0", "created_time": 1621483451938, "last_time": 1621483451938, "confirmed_num": 30, "tx_detail": {"txid": "0x8cd86358ff61b17c3d453717306a919a4c2672657175306a2ce7f07f05095c45", "blocknum": 4364392, "blockhash": "0xb40788e7185ad0d845708e0e6757fcf7817c73bb8a5fe1806da626ee5b7c4f6f", "fee": 0, "actualgas": 24800, "gasprice": 1, "hexstr": ""}, "source_address_detail": "ckb1qyq2ug0jlynj6n95esm5rgu6zk5l047a964s4qr3ag", "memo": "", "confirming_threshold": 30, "fee_coin": "CKB", "fee_amount": 800000000, "fee_decimal": 8, "type": "external"}, {"id": "20210519151853000378235000003035", "coin": "MATIC", "display_code": "MATIC", "description": "Matic Network", "decimal": 18, "address": "0xd19df76c363c27dbb05f173918d0903929fb3b24", "source_address": "0xcf6fb165ece9c8eac22ae6dbe181d22fdf4da50a", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x14442c44be10a8b02b3388b17a84fe19f96545490c3a8c9275cb23c0b1a9e608", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621408882865, "last_time": 1621408882865, "confirmed_num": 32, "tx_detail": {"txid": "0x14442c44be10a8b02b3388b17a84fe19f96545490c3a8c9275cb23c0b1a9e608", "blocknum": 14673453, "blockhash": "0xa515110667e3a02dcad4b65ae11008e62001e6f73a054cd25e13395ec34a8701", "hexstr": ""}, "source_address_detail": "0xcf6fb165ece9c8eac22ae6dbe181d22fdf4da50a", "confirming_threshold": 32, "type": "external"}, {"id": "20210519151547000378235000005835", "coin": "MATIC", "display_code": "MATIC", "description": "Matic Network", "decimal": 18, "address": "0xd19df76c363c27dbb05f173918d0903929fb3b24", "source_address": "0xcf6fb165ece9c8eac22ae6dbe181d22fdf4da50a", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x14442c44be10a8b02b3388b17a84fe19f96545490c3a8c9275cb23c0b1a9e608", "vout_n": 0, "request_id": "matic9217438732647", "status": "success", "abs_cobo_fee": "0", "created_time": 1621408882658, "last_time": 1621408882658, "confirmed_num": 32, "tx_detail": {"txid": "0x14442c44be10a8b02b3388b17a84fe19f96545490c3a8c9275cb23c0b1a9e608", "blocknum": 14673453, "blockhash": "0xa515110667e3a02dcad4b65ae11008e62001e6f73a054cd25e13395ec34a8701", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0xcf6fb165ece9c8eac22ae6dbe181d22fdf4da50a", "memo": "", "confirming_threshold": 32, "fee_coin": "MATIC", "fee_amount": 21000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210519151128000378235000005562", "coin": "MATIC", "display_code": "MATIC", "description": "Matic Network", "decimal": 18, "address": "0xd19df76c363c27dbb05f173918d0903929fb3b24", "source_address": "0x906de749c26cf6a5b2b68816e31b306b52eb42e0", "side": "deposit", "amount": "1234000000000000", "abs_amount": "0.001234", "txid": "0x7e4ca133acb3ee516856079756ddb4c9fafd2d40105bd6546cc3288f3a56ee8f", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621408325006, "last_time": 1621408325006, "confirmed_num": 608, "tx_detail": {"txid": "0x7e4ca133acb3ee516856079756ddb4c9fafd2d40105bd6546cc3288f3a56ee8f", "blocknum": 14672727, "blockhash": "0x542bc499d184928b1545688b31db7bae2b2321e865a8b0be8c5b6f4fc1486d51", "hexstr": ""}, "source_address_detail": "0x906de749c26cf6a5b2b68816e31b306b52eb42e0", "confirming_threshold": 608, "type": "external"}, {"id": "20210517145256000371611000003385", "coin": "TETH_CTT", "display_code": "CTT", "description": "Cobo Test Token", "decimal": 18, "address": "0xDd5f7686Faff225B7EfcD99072ffc7CcbAD022e1", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "5000000000000000000", "abs_amount": "5", "txid": "0x775b1f302fb450632585fb18cae08c6db80b7dfd5c9ecc4d116502b9f9b3e850", "vout_n": 0, "request_id": "tethctt0009999", "status": "success", "abs_cobo_fee": "0", "created_time": 1621234753209, "last_time": 1621234753209, "confirmed_num": 33, "tx_detail": {"txid": "0x775b1f302fb450632585fb18cae08c6db80b7dfd5c9ecc4d116502b9f9b3e850", "blocknum": 10253848, "blockhash": "0xa4e4bc1c41f4cd2e512048458c201556bfa4807bf31f790b3b215de1a68ea2b8", "fee": 0, "actualgas": 52371000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 6000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210515192609000371611000001570", "coin": "TETH_CTT", "display_code": "CTT", "description": "Cobo Test Token", "decimal": 18, "address": "0x1608679900a64f8f99b3bc795dd756428f0263e1", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "5000000000000000000", "abs_amount": "5", "txid": "0x7b25736aeb37d8e8171f08542ea13f4a32a532d1195b2392c973e777712ea5d3", "vout_n": 0, "request_id": "web_send_by_user_419_1621076346901", "status": "success", "abs_cobo_fee": "0", "created_time": 1621078362572, "last_time": 1621078362572, "confirmed_num": 32, "tx_detail": {"txid": "0x7b25736aeb37d8e8171f08542ea13f4a32a532d1195b2392c973e777712ea5d3", "blocknum": 10240991, "blockhash": "0x761f99f01fb58a3fcf692fe1b9a29b5f25c9afa8e6b10efa1cc2c334766f7642", "fee": 0, "actualgas": 52359000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 32, "fee_coin": "TETH", "fee_amount": 6000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210514143546000365777000004557", "coin": "CFX_FC", "display_code": "FC", "description": "", "decimal": 18, "address": "cfx:aatekjx9wceeu6xg748k5ran0xtugu1tsucfde143w", "source_address": "cfx:aak2hxtwdhzs6z2je53ykwxd98n02zbd5ecx2m3nbb", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x20f42d8b7b31578b6171c2c57a68ef52b5d59714bd176d0a041b11554c919e26", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620974223690, "last_time": 1620974223690, "confirmed_num": 51, "tx_detail": {"txid": "0x20f42d8b7b31578b6171c2c57a68ef52b5d59714bd176d0a041b11554c919e26", "blocknum": 14699239, "blockhash": "0x0e64e43be316fddd27f16f4748fe001fa19f90ba383c249fda4fabf2010a4626", "hexstr": ""}, "source_address_detail": "cfx:aak2hxtwdhzs6z2je53ykwxd98n02zbd5ecx2m3nbb", "confirming_threshold": 51, "type": "external"}, {"id": "20210514143546000365777000004556", "coin": "CFX_FC", "display_code": "FC", "description": "", "decimal": 18, "address": "cfx:aatekjx9wceeu6xg748k5ran0xtugu1tsucfde143w", "source_address": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x20f42d8b7b31578b6171c2c57a68ef52b5d59714bd176d0a041b11554c919e26", "vout_n": 0, "request_id": "cfxfc023948675", "status": "success", "abs_cobo_fee": "0", "created_time": 1620974223454, "last_time": 1620974223454, "confirmed_num": 51, "tx_detail": {"txid": "0x20f42d8b7b31578b6171c2c57a68ef52b5d59714bd176d0a041b11554c919e26", "blocknum": 14699239, "blockhash": "0x0e64e43be316fddd27f16f4748fe001fa19f90ba383c249fda4fabf2010a4626", "fee": 0, "actualgas": 75000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "memo": "", "confirming_threshold": 51, "fee_coin": "CFX", "fee_amount": 100000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210514142118000365777000005368", "coin": "CFX_FC", "display_code": "FC", "description": "", "decimal": 18, "address": "0x10636a49273cc58651983cd81649f740fa637030", "source_address": "0x14d4280adafae102f1b9b7b51229b325e6474231", "side": "deposit", "amount": "10000000000000000", "abs_amount": "0.01", "txid": "0xb290b0112ea8b0b626218b3123558643116e292e0e8cdd1b3e97bb17566d805e", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620973314910, "last_time": 1620973314910, "confirmed_num": 50, "tx_detail": {"txid": "0xb290b0112ea8b0b626218b3123558643116e292e0e8cdd1b3e97bb17566d805e", "blocknum": 14698575, "blockhash": "0x78b095a4120fddbaacf26a9589a3f5d96765a8239af048621a276212b9dadcea", "hexstr": ""}, "source_address_detail": "0x14d4280adafae102f1b9b7b51229b325e6474231", "confirming_threshold": 50, "type": "external"}, {"id": "20210513165424000324213000007036", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "cfx:aakge9twmv0adx6nmv1e79n03413rwxg7pprbhf0vy", "source_address": "cfx:aajd26mw3f2ru9kasu32u40uaecaxk90tjp2pev7pu", "side": "deposit", "amount": "123000000000000000", "abs_amount": "0.123", "txid": "0x8958a6bfd662396d7c60964a3247604a819077ee1c019fd4b6652c8f70cbb5a8", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620896138029, "last_time": 1620896138029, "confirmed_num": 59, "tx_detail": {"txid": "0x8958a6bfd662396d7c60964a3247604a819077ee1c019fd4b6652c8f70cbb5a8", "blocknum": 14629249, "blockhash": "0x78e9490229d03250ce866419d170d9cd4902a31cf07711a551f28bcab7c88c78", "hexstr": ""}, "source_address_detail": "cfx:aajd26mw3f2ru9kasu32u40uaecaxk90tjp2pev7pu", "confirming_threshold": 59, "type": "external"}, {"id": "20210513163640000324213000007149", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "cfx:aakge9twmv0adx6nmv1e79n03413rwxg7pprbhf0vy", "source_address": "cfx:aak2hxtwdhzs6z2je53ykwxd98n02zbd5ecx2m3nbb", "side": "deposit", "amount": "2", "abs_amount": "0.000000000000000002", "txid": "0xb14b2bbdf3b83859aaba8eb0215287d2080dd2e739ecf9459169da0d5319f846", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620895037717, "last_time": 1620895037717, "confirmed_num": 56, "tx_detail": {"txid": "0xb14b2bbdf3b83859aaba8eb0215287d2080dd2e739ecf9459169da0d5319f846", "blocknum": 14628244, "blockhash": "0x297377a320734faf0c5b8e7d6094e7f0ab0d768d6afd12e2120f2c4f1f084582", "hexstr": ""}, "source_address_detail": "cfx:aak2hxtwdhzs6z2je53ykwxd98n02zbd5ecx2m3nbb", "confirming_threshold": 56, "type": "external"}, {"id": "20210513163640000324213000007148", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "cfx:aakge9twmv0adx6nmv1e79n03413rwxg7pprbhf0vy", "source_address": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "side": "withdraw", "amount": "2", "abs_amount": "0.000000000000000002", "txid": "0xb14b2bbdf3b83859aaba8eb0215287d2080dd2e739ecf9459169da0d5319f846", "vout_n": 0, "request_id": "cfx02984393875", "status": "success", "abs_cobo_fee": "0", "created_time": 1620895037507, "last_time": 1620895037507, "confirmed_num": 56, "tx_detail": {"txid": "0xb14b2bbdf3b83859aaba8eb0215287d2080dd2e739ecf9459169da0d5319f846", "blocknum": 14628244, "blockhash": "0x297377a320734faf0c5b8e7d6094e7f0ab0d768d6afd12e2120f2c4f1f084582", "fee": 0, "actualgas": 75000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "memo": "", "confirming_threshold": 56, "fee_coin": "CFX", "fee_amount": 100000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210513163148000324213000009108", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "0x1687b1792a98b72f25359478a48194b622c8b417", "source_address": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x59b2444cb1e55b2bae9579b3ec1e410b1fa9b891ba3644015f348917bbebe72e", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620894784670, "last_time": 1620894784670, "confirmed_num": 61, "tx_detail": {"txid": "0x59b2444cb1e55b2bae9579b3ec1e410b1fa9b891ba3644015f348917bbebe72e", "blocknum": 14627994, "blockhash": "0x992403c8331b4c48d1bccf4d232528679d9eeaaca7bf660427c3f14cd960b1b9", "hexstr": ""}, "source_address_detail": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "confirming_threshold": 61, "type": "external"}, {"id": "20210513163148000324213000009107", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "0x1687b1792a98b72f25359478a48194b622c8b417", "source_address": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x59b2444cb1e55b2bae9579b3ec1e410b1fa9b891ba3644015f348917bbebe72e", "vout_n": 0, "request_id": "cfx2983748376", "status": "success", "abs_cobo_fee": "0", "created_time": 1620894784435, "last_time": 1620894784435, "confirmed_num": 61, "tx_detail": {"txid": "0x59b2444cb1e55b2bae9579b3ec1e410b1fa9b891ba3644015f348917bbebe72e", "blocknum": 14627994, "blockhash": "0x992403c8331b4c48d1bccf4d232528679d9eeaaca7bf660427c3f14cd960b1b9", "fee": 0, "actualgas": 75000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "memo": "", "confirming_threshold": 61, "fee_coin": "CFX", "fee_amount": 100000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210511171342000324213000009396", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0xd67169392144c9400224f07a6fe7efcfa4bf7e19445a361359c2c9530bca64d6", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620724457921, "last_time": 1620724457921, "confirmed_num": 32, "tx_detail": {"txid": "0xd67169392144c9400224f07a6fe7efcfa4bf7e19445a361359c2c9530bca64d6", "blocknum": 10212633, "blockhash": "0x444fe10d583194687c32223fd884dae82d0f0f2ebeacfb8040b4d83808253b59", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 32, "type": "external"}, {"id": "20210511151005000324213000009776", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0xd67169392144c9400224f07a6fe7efcfa4bf7e19445a361359c2c9530bca64d6", "vout_n": 0, "request_id": "teth29374893624", "status": "success", "abs_cobo_fee": "0", "created_time": 1620724457693, "last_time": 1620724457693, "confirmed_num": 32, "tx_detail": {"txid": "0xd67169392144c9400224f07a6fe7efcfa4bf7e19445a361359c2c9530bca64d6", "blocknum": 10212633, "blockhash": "0x444fe10d583194687c32223fd884dae82d0f0f2ebeacfb8040b4d83808253b59", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 32, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210508160454000310547000008898", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "666", "abs_amount": "0.000000000000000666", "txid": "0x90178fbb479cfeba68132ab2d7b0e3df8f4313369044027ce7f7f3db1864c70e", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620462052400, "last_time": 1620462052400, "confirmed_num": 33, "tx_detail": {"txid": "0x90178fbb479cfeba68132ab2d7b0e3df8f4313369044027ce7f7f3db1864c70e", "blocknum": 10195233, "blockhash": "0x31986cd3536c7d957daa27ec2fca0fb0fda767c422d00f7ed0ea23df6377118a", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210508160157000310547000009040", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "666", "abs_amount": "0.000000000000000666", "txid": "0x90178fbb479cfeba68132ab2d7b0e3df8f4313369044027ce7f7f3db1864c70e", "vout_n": 0, "request_id": "teth92374983659987640909", "status": "success", "abs_cobo_fee": "0", "created_time": 1620462052196, "last_time": 1620462052196, "confirmed_num": 33, "tx_detail": {"txid": "0x90178fbb479cfeba68132ab2d7b0e3df8f4313369044027ce7f7f3db1864c70e", "blocknum": 10195233, "blockhash": "0x31986cd3536c7d957daa27ec2fca0fb0fda767c422d00f7ed0ea23df6377118a", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210508155416000310547000004240", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "9", "abs_amount": "0.000000000000000009", "txid": "0xeba3e871a6cc1b28dafe18f90251f7a0a0c1358c748bec26419827da2a30a1fa", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620461451009, "last_time": 1620461451009, "confirmed_num": 32, "tx_detail": {"txid": "0xeba3e871a6cc1b28dafe18f90251f7a0a0c1358c748bec26419827da2a30a1fa", "blocknum": 10195213, "blockhash": "0xf98d387c724bab1bd41bd289153857468fabdf30266b33ced3a305283d021b3c", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 32, "type": "external"}, {"id": "20210508155010000310547000006128", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "9", "abs_amount": "0.000000000000000009", "txid": "0xeba3e871a6cc1b28dafe18f90251f7a0a0c1358c748bec26419827da2a30a1fa", "vout_n": 0, "request_id": "teth9237498365998764", "status": "success", "abs_cobo_fee": "0", "created_time": 1620461450710, "last_time": 1620461450710, "confirmed_num": 32, "tx_detail": {"txid": "0xeba3e871a6cc1b28dafe18f90251f7a0a0c1358c748bec26419827da2a30a1fa", "blocknum": 10195213, "blockhash": "0xf98d387c724bab1bd41bd289153857468fabdf30266b33ced3a305283d021b3c", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 32, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210508155305000310547000004192", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "8", "abs_amount": "0.000000000000000008", "txid": "0xfdd7b68c3c60301d906b98f35bc0cf56e27fc5a3f5c9014916eb7fb15047e1a5", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620461307516, "last_time": 1620461307516, "confirmed_num": 33, "tx_detail": {"txid": "0xfdd7b68c3c60301d906b98f35bc0cf56e27fc5a3f5c9014916eb7fb15047e1a5", "blocknum": 10195207, "blockhash": "0x586fd1c9f495f11b0f4931523fd0a9cbe4ada9af68f5eae9ab3bb978519f8079", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}]}

Get Pending Transactions

$client->getPendingTransactions();
View Response
{"success": true, "result": [{"id": "20200630175208000359964000002754", "coin": "TOMO", "display_code": "TOMO", "description": "TomoChain", "address": "0xab65bdd2e1fd20878d2cf8b09fe87a34059519fc", "source_address": "0x1a7d388963fa4ea8bb7a5822802a48ccb0ff08b5", "side": "withdraw", "amount": "1000000000000000000", "decimal": 18, "abs_amount": "1", "txid": "0xc19e50b0b15116a146f033ad3f3e1e77ae84a604fca50b77b54b72dfb21cd7e5", "vout_n": 0, "request_id": "tool9207389726", "status": "pending", "created_time": 1593510728558, "last_time": 1593510728558, "confirming_threshold": 100, "confirmed_num": 0, "waiting_audit": false, "tx_detail": {"txid": "0xc19e50b0b15116a146f033ad3f3e1e77ae84a604fca50b77b54b72dfb21cd7e5", "blocknum": 0, "blockhash": "", "fee": 10000000000000000, "actualgas": 0, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x1a7d388963fa4ea8bb7a5822802a48ccb0ff08b5", "memo": "", "type": "external"}, {"id": "20200604173207000367545000002794", "coin": "ETH", "display_code": "ETH", "description": "Ethereum", "address": "0x0c1a06710fac5e6ec6681c2a5a7e20b9e90319c0", "source_address": "0x93d8cbb5354d06ddd7bc50ff2c71b5c0b6e1af66", "side": "withdraw", "amount": "100000000000000000", "decimal": 18, "abs_amount": "0.1", "txid": "0xe433dc4cb1ac9c576b4d9c2b4c10fec1e73e92cf97ecfe4d222599a6fd0e5d2a", "vout_n": 0, "request_id": "web_send_by_user_194_1591263071240", "status": "success", "created_time": 1591263127392, "last_time": 1591263127392, "confirming_threshold": 12, "confirmed_num": 12, "waiting_audit": false, "tx_detail": {"txid": "0xe433dc4cb1ac9c576b4d9c2b4c10fec1e73e92cf97ecfe4d222599a6fd0e5d2a", "blocknum": 10198480, "blockhash": "0x81c3da0a9aa3737bf32066a5961b489364284039a5da074fad9a69d2df5d285c", "fee": 400000000000000, "actualgas": 1134000045948000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x93d8cbb5354d06ddd7bc50ff2c71b5c0b6e1af66", "memo": "tesing", "type": "external"}, {"id": "20200604171238000354106000006405", "coin": "ETH_USDT", "display_code": "USDT", "description": "Tether", "address": "0x0c1a06710fac5e6ec6681c2a5a7e20b9e90319c0", "source_address": "0x93d8cbb5354d06ddd7bc50ff2c71b5c0b6e1af66", "side": "withdraw", "amount": "1000000", "decimal": 6, "abs_amount": "1", "txid": "0xe967fb51b1a32dc73c1db51395993a7ccee66645376f524df5ae7960887e2f6a", "vout_n": 0, "request_id": "web_send_by_user_194_1591261893993", "status": "success", "created_time": 1591261958382, "last_time": 1591261958382, "confirming_threshold": 12, "confirmed_num": 12, "waiting_audit": false, "tx_detail": {"txid": "0xe967fb51b1a32dc73c1db51395993a7ccee66645376f524df5ae7960887e2f6a", "blocknum": 10198392, "blockhash": "0x3816eee4d54720ddfd14a0472061bf928bd4d8001da53c2e2ec58b03be81f0a3", "fee": 600000000000000, "actualgas": 2973446068854969, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x93d8cbb5354d06ddd7bc50ff2c71b5c0b6e1af66", "memo": "", "type": "external"}, {"id": "20200603204256000357500000001342", "coin": "EOS_EOS", "display_code": "EOS", "description": "EOS", "address": "cobotodamoon", "source_address": "cobocustodyb", "side": "withdraw", "amount": "10", "decimal": 4, "abs_amount": "0.001", "txid": "ac869373555b8f4dac53e1c66f578fb67a4bd6344959262b8ae18265d35a187e", "vout_n": 0, "request_id": "web_send_by_user_194_1591187644510", "status": "success", "created_time": 1591188176768, "last_time": 1591188176768, "confirming_threshold": 1, "confirmed_num": 1, "waiting_audit": false, "tx_detail": {"txid": "ac869373555b8f4dac53e1c66f578fb67a4bd6344959262b8ae18265d35a187e", "blocknum": 124092043, "blockhash": "07657e8bec40ab44c65fae85bc81dc9337a88b8c316b963cfdbe514343252a23", "fee": 80, "actualgas": 0, "gasprice": 1, "hexstr": ""}, "source_address_detail": "cobocustodyb", "memo": "", "type": "external"}, {"id": "20200602190308000332509000005562", "coin": "ETH", "display_code": "ETH", "description": "Ethereum", "address": "0xd60290095179F35Cf50C8C4b2c76FD1fc2FD3C08", "source_address": "0x93d8cbb5354d06ddd7bc50ff2c71b5c0b6e1af66", "side": "withdraw", "amount": "100000000000000", "decimal": 18, "abs_amount": "0.0001", "txid": "0xb026be260ce3d64f59274655ff48d5a7065b597b234061936131eb6619e66355", "vout_n": 0, "request_id": "web_send_by_user_421_1591095764807", "status": "success", "created_time": 1591095788809, "last_time": 1591095788809, "confirming_threshold": 12, "confirmed_num": 12, "waiting_audit": false, "tx_detail": {"txid": "0xb026be260ce3d64f59274655ff48d5a7065b597b234061936131eb6619e66355", "blocknum": 10186022, "blockhash": "0x8e7fd9b55ab927e939bd5363f89f65a7b06c5e59d9fd916e35f7957f215d28fa", "fee": 400000000000000, "actualgas": 913500000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x93d8cbb5354d06ddd7bc50ff2c71b5c0b6e1af66", "memo": "", "type": "external"}, {"id": "20190708103301363696000000369860", "coin": "XTZ", "display_code": "XTZ", "description": "Tezos", "address": "tz1VWX7aPaXWcaXpMAgM4zVZD4jVEiKNTDEg", "source_address": "tz1VPYhwYLQWF4auSTUAyJ5GKoqwttgrxXB3", "side": "withdraw", "amount": "100000", "decimal": 6, "abs_amount": "0.1", "txid": "opSrvXkXzJCH4j761Kbf9Cx7uN7Qe1FvfvxJYxk4Pw6zfE3wydG", "vout_n": 0, "request_id": "web_send_by_user_6_1562553125136", "status": "failed", "created_time": 1562553181224, "last_time": 1562553181224, "confirming_threshold": 6, "confirmed_num": 6, "waiting_audit": false, "tx_detail": {"txid": "opSrvXkXzJCH4j761Kbf9Cx7uN7Qe1FvfvxJYxk4Pw6zfE3wydG", "blocknum": 512442, "blockhash": "BLmgwSiRiHueoJVggsAaoU1JARjnwJXjCh1xiWy5jhKB3E9U3q2", "fee": 1500, "actualgas": 1500, "gasprice": 1, "hexstr": ""}, "source_address_detail": "tz1VPYhwYLQWF4auSTUAyJ5GKoqwttgrxXB3", "memo": "", "type": "external"}]}

Get Pending Deposit Details

$client->getPendingDepositDetails("20200604171238000354106000006405");
View Response
{"success": true, "result": {"id": "20200604171238000354106000006405", "coin": "ETH_USDT", "display_code": "USDT", "description": "Tether", "address": "0x0c1a06710fac5e6ec6681c2a5a7e20b9e90319c0", "source_address": "0x93d8cbb5354d06ddd7bc50ff2c71b5c0b6e1af66", "side": "withdraw", "amount": "1000000", "decimal": 6, "abs_amount": "1", "txid": "0xe967fb51b1a32dc73c1db51395993a7ccee66645376f524df5ae7960887e2f6a", "vout_n": 0, "request_id": "web_send_by_user_194_1591261893993", "status": "success", "created_time": 1591261958382, "last_time": 1591261958382, "confirming_threshold": 12, "confirmed_num": 12, "waiting_audit": false, "tx_detail": {"txid": "0xe967fb51b1a32dc73c1db51395993a7ccee66645376f524df5ae7960887e2f6a", "blocknum": 10198392, "blockhash": "0x3816eee4d54720ddfd14a0472061bf928bd4d8001da53c2e2ec58b03be81f0a3", "fee": 600000000000000, "actualgas": 2973446068854969, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x93d8cbb5354d06ddd7bc50ff2c71b5c0b6e1af66", "memo": "", "type": "external"}}

Get Transaction History

$client->getTransactionHistory();
View Response
{"success": true, "result": [{"id": "3228776326735331328", "coin": "ETH", "display_code": "ETH", "description": "Ethereum", "decimal": 18, "address": "0x62b3f5f1717e46bec22c52c1607f84a25b4e7f83", "source_address": "0xa9c7d31bb1879bff8be25ead2f59b310a52b7c5a", "side": "deposit", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0xe90e064eb9fbaff12501325875df722484579f451bfe1db3a227495dcc54c568", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1539600528114, "last_time": 1539600528114, "confirmed_num": 12, "tx_detail": {"txid": "0xe90e064eb9fbaff12501325875df722484579f451bfe1db3a227495dcc54c568", "blocknum": 6519238, "blockhash": "0x2abf41e86a9cd37d481d7a3212ca0eab80fa2f4d10e70e94b2623c5318c383c8", "hexstr": ""}, "source_address_detail": "0xa9c7d31bb1879bff8be25ead2f59b310a52b7c5a", "confirming_threshold": 12, "type": "external"}, {"id": "3228768325479694336", "coin": "BTC", "display_code": "BTC", "description": "Bitcoin", "decimal": 8, "address": "1Q1xfp8UkQagCn2pbJFpG89Cd6Ku3yUixE", "source_address": "185qKpZNnwaX5ebJ4DBQ3rgy85HgRWKgEi", "side": "deposit", "amount": "1000", "abs_amount": "0.00001", "txid": "dfa0d24c29cf39ddbeab4aad04d8883f2f544dd85d43c9db34fde968e4d9a63b", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1539596712818, "last_time": 1539596712818, "confirmed_num": 3, "tx_detail": {"txid": "dfa0d24c29cf39ddbeab4aad04d8883f2f544dd85d43c9db34fde968e4d9a63b", "blocknum": 545845, "blockhash": "0000000000000000001fb2c338e7aed6560d852a3a0836f8aac7409b99f8d624", "hexstr": ""}, "source_address_detail": "185qKpZNnwaX5ebJ4DBQ3rgy85HgRWKgEi", "confirming_threshold": 3, "type": "external"}, {"id": "20210528110436000351269000008628", "coin": "TRON", "display_code": "TRX", "description": "TRON", "decimal": 6, "address": "TYYouQF3MjvKjyrGAtmumrpDfnc83gDnp1", "source_address": "TTVUgZ23NFyjik6bnDv7WQj3TtM8AMWPWi", "side": "deposit", "amount": "1", "abs_amount": "0.000001", "txid": "04661b683a1bff64e780f7f8c9405ecf9407d06d0754ce3ae98bb87ecb3fbb44", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1622171157601, "last_time": 1622171157601, "confirmed_num": 28, "tx_detail": {"txid": "04661b683a1bff64e780f7f8c9405ecf9407d06d0754ce3ae98bb87ecb3fbb44", "blocknum": 30572179, "blockhash": "0000000001d27e93afce52baa3532b2c8083367f64a0c085e5059e13e4236073", "hexstr": ""}, "source_address_detail": "TTVUgZ23NFyjik6bnDv7WQj3TtM8AMWPWi", "confirming_threshold": 28, "type": "external"}, {"id": "20210528110333000303016000008281", "coin": "TRON", "display_code": "TRX", "description": "TRON", "decimal": 6, "address": "TYYouQF3MjvKjyrGAtmumrpDfnc83gDnp1", "source_address": "TTVUgZ23NFyjik6bnDv7WQj3TtM8AMWPWi", "side": "withdraw", "amount": "1", "abs_amount": "0.000001", "txid": "04661b683a1bff64e780f7f8c9405ecf9407d06d0754ce3ae98bb87ecb3fbb44", "vout_n": 0, "request_id": "tron294732764876", "status": "success", "abs_cobo_fee": "0", "created_time": 1622170912264, "last_time": 1622171157592, "confirmed_num": 28, "tx_detail": {"txid": "04661b683a1bff64e780f7f8c9405ecf9407d06d0754ce3ae98bb87ecb3fbb44", "blocknum": 30572179, "blockhash": "0000000001d27e93afce52baa3532b2c8083367f64a0c085e5059e13e4236073", "fee": 0, "actualgas": 100000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "TTVUgZ23NFyjik6bnDv7WQj3TtM8AMWPWi", "memo": "", "confirming_threshold": 28, "fee_coin": "TRON", "fee_amount": 1000000, "fee_decimal": 6, "type": "external"}, {"id": "20210527141557000335870000006664", "coin": "HECO_HT", "display_code": "HECO_HT", "description": "Heco Chain HT", "decimal": 18, "address": "0xcc12af429a7db01d065d92cf03356fc884a40d2b", "source_address": "0xcac5a01f16eac0e477a2e66a216f5fb19dc6b061", "side": "deposit", "amount": "1230000000000", "abs_amount": "0.00000123", "txid": "0xa22f1fbcac89d1dbf2a7066bd9f3cc1b1a1e401f80f781eee76bd3c8ef8222f9", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1622096266231, "last_time": 1622096266231, "confirmed_num": 32, "tx_detail": {"txid": "0xa22f1fbcac89d1dbf2a7066bd9f3cc1b1a1e401f80f781eee76bd3c8ef8222f9", "blocknum": 5067490, "blockhash": "0x59371e4b881d6b9f9a7d97de81cd2ecf3526dd3e9b0394675ef5acc707bb5c58", "hexstr": ""}, "source_address_detail": "0xcac5a01f16eac0e477a2e66a216f5fb19dc6b061", "confirming_threshold": 32, "type": "external"}, {"id": "20210526181706000350293000009776", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x522a533768a85b04766435fe9ea4bb697815b101", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "12000000000000000", "abs_amount": "0.012", "txid": "0x30654bbc4480c53fcc472c36ced32aa3c2f56927c97be44bf18e0de80f3ba5c9", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1622024443365, "last_time": 1622024443365, "confirmed_num": 35, "tx_detail": {"txid": "0x30654bbc4480c53fcc472c36ced32aa3c2f56927c97be44bf18e0de80f3ba5c9", "blocknum": 10310300, "blockhash": "0x86df30082e1fdbb72f9f90fe46b548266346f07b006dc002d213a6fdfd6aea85", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 35, "type": "external"}, {"id": "20210526181630000350293000006118", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x522a533768a85b04766435fe9ea4bb697815b101", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "12000000000000000", "abs_amount": "0.012", "txid": "0x30654bbc4480c53fcc472c36ced32aa3c2f56927c97be44bf18e0de80f3ba5c9", "vout_n": 0, "request_id": "web_send_by_user_424_1622024014168", "status": "success", "abs_cobo_fee": "0", "created_time": 1622024014348, "last_time": 1622024443170, "confirmed_num": 35, "tx_detail": {"txid": "0x30654bbc4480c53fcc472c36ced32aa3c2f56927c97be44bf18e0de80f3ba5c9", "blocknum": 10310300, "blockhash": "0x86df30082e1fdbb72f9f90fe46b548266346f07b006dc002d213a6fdfd6aea85", "fee": 0, "actualgas": 42000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 35, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210526144650000374263000006437", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "1230000000000000", "abs_amount": "0.00123", "txid": "0x8cc6e26b27201340f46ced499e9eab9d12b1b334102e48a228df4c6490e58894", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1622012042218, "last_time": 1622012042218, "confirmed_num": 33, "tx_detail": {"txid": "0x8cc6e26b27201340f46ced499e9eab9d12b1b334102e48a228df4c6490e58894", "blocknum": 10309224, "blockhash": "0x1d90af510e412c921ebe1da4b86615edaa01d65b605ab5a0dfb3d71497d0ec08", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210526144650000374263000006436", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "1230000000000000", "abs_amount": "0.00123", "txid": "0x8cc6e26b27201340f46ced499e9eab9d12b1b334102e48a228df4c6490e58894", "vout_n": 0, "request_id": "web_send_by_user_424_1622011435648", "status": "success", "abs_cobo_fee": "0", "created_time": 1622011435813, "last_time": 1622012041924, "confirmed_num": 33, "tx_detail": {"txid": "0x8cc6e26b27201340f46ced499e9eab9d12b1b334102e48a228df4c6490e58894", "blocknum": 10309224, "blockhash": "0x1d90af510e412c921ebe1da4b86615edaa01d65b605ab5a0dfb3d71497d0ec08", "fee": 0, "actualgas": 42000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184537000307509000008895", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0x70c9b539203afbe2aea94e94dd535d2cbea9427ec02edb9030c14404600423c3", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853639328, "last_time": 1621853639328, "confirmed_num": 33, "tx_detail": {"txid": "0x70c9b539203afbe2aea94e94dd535d2cbea9427ec02edb9030c14404600423c3", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184537000307509000008894", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "666000000000000", "abs_amount": "0.000666", "txid": "0x171e244af2d3ba82f31feefc021dd559677202e56ce35985f50af536674fd708", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638972, "last_time": 1621853638972, "confirmed_num": 33, "tx_detail": {"txid": "0x171e244af2d3ba82f31feefc021dd559677202e56ce35985f50af536674fd708", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184537000307509000008893", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "200000000000000", "abs_amount": "0.0002", "txid": "0x76824e1d6725dfa5f0649e02e4eb948f555a760dc113dc6fb0e75e39e415e774", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638835, "last_time": 1621853638835, "confirmed_num": 33, "tx_detail": {"txid": "0x76824e1d6725dfa5f0649e02e4eb948f555a760dc113dc6fb0e75e39e415e774", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184536000307509000005361", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0xe9c16ac2b690dc9afee7775d0df44c5044f35ee3791495c0f1e7fc80cda1ae47", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638715, "last_time": 1621853638715, "confirmed_num": 33, "tx_detail": {"txid": "0xe9c16ac2b690dc9afee7775d0df44c5044f35ee3791495c0f1e7fc80cda1ae47", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184536000307509000005360", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "6000000000000000", "abs_amount": "0.006", "txid": "0x6a43e91e436f097c888c9013bb33ca6961f22bdd2bd699388d627f3e2972945f", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638587, "last_time": 1621853638587, "confirmed_num": 33, "tx_detail": {"txid": "0x6a43e91e436f097c888c9013bb33ca6961f22bdd2bd699388d627f3e2972945f", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184536000307509000005359", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "123000000000000", "abs_amount": "0.000123", "txid": "0xdfa004876a9511882036c07eee9ad13d2ba375dcba32cb8d08941e856d7dbdec", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638468, "last_time": 1621853638468, "confirmed_num": 33, "tx_detail": {"txid": "0xdfa004876a9511882036c07eee9ad13d2ba375dcba32cb8d08941e856d7dbdec", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184536000307509000005358", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0xe28e8af40a1f7a0fdc40ac4574d58f5e56d1081eb0a4b9304071cfbb86512ccb", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853638347, "last_time": 1621853638347, "confirmed_num": 33, "tx_detail": {"txid": "0xe28e8af40a1f7a0fdc40ac4574d58f5e56d1081eb0a4b9304071cfbb86512ccb", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184458000366850000005875", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "200000000000000", "abs_amount": "0.0002", "txid": "0x76824e1d6725dfa5f0649e02e4eb948f555a760dc113dc6fb0e75e39e415e774", "vout_n": 0, "request_id": "web_send_by_user_6_1620705460208", "status": "success", "abs_cobo_fee": "0", "created_time": 1620705460371, "last_time": 1621853637134, "confirmed_num": 33, "tx_detail": {"txid": "0x76824e1d6725dfa5f0649e02e4eb948f555a760dc113dc6fb0e75e39e415e774", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184458000366850000005874", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0xe9c16ac2b690dc9afee7775d0df44c5044f35ee3791495c0f1e7fc80cda1ae47", "vout_n": 0, "request_id": "web_send_by_user_6_1620702288488", "status": "success", "abs_cobo_fee": "0", "created_time": 1620702288644, "last_time": 1621853636941, "confirmed_num": 33, "tx_detail": {"txid": "0xe9c16ac2b690dc9afee7775d0df44c5044f35ee3791495c0f1e7fc80cda1ae47", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184458000305369000003310", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "666000000000000", "abs_amount": "0.000666", "txid": "0x171e244af2d3ba82f31feefc021dd559677202e56ce35985f50af536674fd708", "vout_n": 0, "request_id": "web_send_by_user_6_1620716808826", "status": "success", "abs_cobo_fee": "0", "created_time": 1620716808983, "last_time": 1621853637333, "confirmed_num": 33, "tx_detail": {"txid": "0x171e244af2d3ba82f31feefc021dd559677202e56ce35985f50af536674fd708", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184457000305369000000911", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "6000000000000000", "abs_amount": "0.006", "txid": "0x6a43e91e436f097c888c9013bb33ca6961f22bdd2bd699388d627f3e2972945f", "vout_n": 0, "request_id": "web_send_by_user_6_1620460865086", "status": "success", "abs_cobo_fee": "0", "created_time": 1620460865249, "last_time": 1621853636750, "confirmed_num": 33, "tx_detail": {"txid": "0x6a43e91e436f097c888c9013bb33ca6961f22bdd2bd699388d627f3e2972945f", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184456000363340000003439", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "123000000000000", "abs_amount": "0.000123", "txid": "0xdfa004876a9511882036c07eee9ad13d2ba375dcba32cb8d08941e856d7dbdec", "vout_n": 0, "request_id": "web_send_by_user_6_1620459303574", "status": "success", "abs_cobo_fee": "0", "created_time": 1620459303741, "last_time": 1621853636550, "confirmed_num": 33, "tx_detail": {"txid": "0xdfa004876a9511882036c07eee9ad13d2ba375dcba32cb8d08941e856d7dbdec", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184456000325985000002746", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "100000000000000", "abs_amount": "0.0001", "txid": "0xe28e8af40a1f7a0fdc40ac4574d58f5e56d1081eb0a4b9304071cfbb86512ccb", "vout_n": 0, "request_id": "web_send_by_user_6_1620366648075", "status": "success", "abs_cobo_fee": "0", "created_time": 1620366648225, "last_time": 1621853636352, "confirmed_num": 33, "tx_detail": {"txid": "0xe28e8af40a1f7a0fdc40ac4574d58f5e56d1081eb0a4b9304071cfbb86512ccb", "blocknum": 10295234, "blockhash": "0x90835297a3c176543eb3d2c63fe76aa07dd481174c83d31bc87a8b2c4fb065bb", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184148000307509000003917", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "123", "abs_amount": "0.000000000000000123", "txid": "0x0e2c2cc5292d03b13c7b4e4d9008882b214cd89a8ed4ac70bed102e16faba354", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853485645, "last_time": 1621853485645, "confirmed_num": 33, "tx_detail": {"txid": "0x0e2c2cc5292d03b13c7b4e4d9008882b214cd89a8ed4ac70bed102e16faba354", "blocknum": 10295225, "blockhash": "0x539819a7ca9b3406a89a961643b86c25a910591f157aa4efab106f27726cc0dd", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524184148000307509000003916", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "123", "abs_amount": "0.000000000000000123", "txid": "0x0e2c2cc5292d03b13c7b4e4d9008882b214cd89a8ed4ac70bed102e16faba354", "vout_n": 0, "request_id": "api_request_id_1111123", "status": "success", "abs_cobo_fee": "0", "created_time": 1621848084578, "last_time": 1621853484431, "confirmed_num": 33, "tx_detail": {"txid": "0x0e2c2cc5292d03b13c7b4e4d9008882b214cd89a8ed4ac70bed102e16faba354", "blocknum": 10295225, "blockhash": "0x539819a7ca9b3406a89a961643b86c25a910591f157aa4efab106f27726cc0dd", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "cobo", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184110000307509000002020", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x3b87cb0d5f4a7f40149ff85b095fe67fe7e8caf6a9d8ed69e52ee0dc3cc3b33d", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853485517, "last_time": 1621853485517, "confirmed_num": 35, "tx_detail": {"txid": "0x3b87cb0d5f4a7f40149ff85b095fe67fe7e8caf6a9d8ed69e52ee0dc3cc3b33d", "blocknum": 10295223, "blockhash": "0x50f643cdb6f68f700fe616f6df993f541cd9e6c97956b5b9ee4bcf708f02e454", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 35, "type": "external"}, {"id": "20210524184110000307509000002019", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x3b87cb0d5f4a7f40149ff85b095fe67fe7e8caf6a9d8ed69e52ee0dc3cc3b33d", "vout_n": 0, "request_id": "api_request_id_11111", "status": "success", "abs_cobo_fee": "0", "created_time": 1621589048839, "last_time": 1621853484237, "confirmed_num": 35, "tx_detail": {"txid": "0x3b87cb0d5f4a7f40149ff85b095fe67fe7e8caf6a9d8ed69e52ee0dc3cc3b33d", "blocknum": 10295223, "blockhash": "0x50f643cdb6f68f700fe616f6df993f541cd9e6c97956b5b9ee4bcf708f02e454", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "cobo", "confirming_threshold": 35, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524184110000307509000002018", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x62b74d9ab74619d76fc463e0d6eba505468b7bdb4dcd6d568812a0920e101710", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621853485395, "last_time": 1621853485395, "confirmed_num": 35, "tx_detail": {"txid": "0x62b74d9ab74619d76fc463e0d6eba505468b7bdb4dcd6d568812a0920e101710", "blocknum": 10295223, "blockhash": "0x50f643cdb6f68f700fe616f6df993f541cd9e6c97956b5b9ee4bcf708f02e454", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 35, "type": "external"}, {"id": "20210524184110000307509000002017", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x62b74d9ab74619d76fc463e0d6eba505468b7bdb4dcd6d568812a0920e101710", "vout_n": 0, "request_id": "api_request_id_8888888", "status": "success", "abs_cobo_fee": "0", "created_time": 1621588905349, "last_time": 1621853484040, "confirmed_num": 35, "tx_detail": {"txid": "0x62b74d9ab74619d76fc463e0d6eba505468b7bdb4dcd6d568812a0920e101710", "blocknum": 10295223, "blockhash": "0x50f643cdb6f68f700fe616f6df993f541cd9e6c97956b5b9ee4bcf708f02e454", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "cobo", "confirming_threshold": 35, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210524161456000307509000000988", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x7efa90da4bd165b1efe44dfa578ec06a694cb5dd", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "12300000000000000", "abs_amount": "0.0123", "txid": "0x576d1f8a730260b558ab66720364e64974dde2ea72ee47fdcf11fd997e5126af", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621844543189, "last_time": 1621844543189, "confirmed_num": 33, "tx_detail": {"txid": "0x576d1f8a730260b558ab66720364e64974dde2ea72ee47fdcf11fd997e5126af", "blocknum": 10294655, "blockhash": "0xbbfeffc0ce20073bb7ac0eefc6d08e2de2cd7ade2dd5d573e8834c4a74b2006f", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210524161456000307509000000987", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x7efa90da4bd165b1efe44dfa578ec06a694cb5dd", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "12300000000000000", "abs_amount": "0.0123", "txid": "0x576d1f8a730260b558ab66720364e64974dde2ea72ee47fdcf11fd997e5126af", "vout_n": 0, "request_id": "web_send_by_user_424_1621843857814", "status": "success", "abs_cobo_fee": "0", "created_time": 1621843857939, "last_time": 1621844542990, "confirmed_num": 33, "tx_detail": {"txid": "0x576d1f8a730260b558ab66720364e64974dde2ea72ee47fdcf11fd997e5126af", "blocknum": 10294655, "blockhash": "0xbbfeffc0ce20073bb7ac0eefc6d08e2de2cd7ade2dd5d573e8834c4a74b2006f", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210520115758000378235000004875", "coin": "CKB", "display_code": "CKB", "description": "Nervos Network", "decimal": 8, "address": "ckb1qyq8a5r5hpm4zw5ugpakyc847ml36dntng9qkd76ln", "source_address": "ckb1qyq2ug0jlynj6n95esm5rgu6zk5l047a964s4qr3ag", "side": "deposit", "amount": "6200000000", "abs_amount": "62", "txid": "0x8cd86358ff61b17c3d453717306a919a4c2672657175306a2ce7f07f05095c45", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621483452136, "last_time": 1621483452136, "confirmed_num": 30, "tx_detail": {"txid": "0x8cd86358ff61b17c3d453717306a919a4c2672657175306a2ce7f07f05095c45", "blocknum": 4364392, "blockhash": "0xb40788e7185ad0d845708e0e6757fcf7817c73bb8a5fe1806da626ee5b7c4f6f", "hexstr": ""}, "source_address_detail": "ckb1qyq2ug0jlynj6n95esm5rgu6zk5l047a964s4qr3ag", "confirming_threshold": 30, "type": "external"}, {"id": "20210520115644000378235000004289", "coin": "CKB", "display_code": "CKB", "description": "Nervos Network", "decimal": 8, "address": "ckb1qyq8a5r5hpm4zw5ugpakyc847ml36dntng9qkd76ln", "source_address": "ckb1qyq2ug0jlynj6n95esm5rgu6zk5l047a964s4qr3ag", "side": "withdraw", "amount": "6200000000", "abs_amount": "62", "txid": "0x8cd86358ff61b17c3d453717306a919a4c2672657175306a2ce7f07f05095c45", "vout_n": 0, "request_id": "ckb29398728476738", "status": "success", "abs_cobo_fee": "0", "created_time": 1621482918648, "last_time": 1621483451938, "confirmed_num": 30, "tx_detail": {"txid": "0x8cd86358ff61b17c3d453717306a919a4c2672657175306a2ce7f07f05095c45", "blocknum": 4364392, "blockhash": "0xb40788e7185ad0d845708e0e6757fcf7817c73bb8a5fe1806da626ee5b7c4f6f", "fee": 0, "actualgas": 24800, "gasprice": 1, "hexstr": ""}, "source_address_detail": "ckb1qyq2ug0jlynj6n95esm5rgu6zk5l047a964s4qr3ag", "memo": "", "confirming_threshold": 30, "fee_coin": "CKB", "fee_amount": 800000000, "fee_decimal": 8, "type": "external"}, {"id": "20210519151853000378235000003035", "coin": "MATIC", "display_code": "MATIC", "description": "Matic Network", "decimal": 18, "address": "0xd19df76c363c27dbb05f173918d0903929fb3b24", "source_address": "0xcf6fb165ece9c8eac22ae6dbe181d22fdf4da50a", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x14442c44be10a8b02b3388b17a84fe19f96545490c3a8c9275cb23c0b1a9e608", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621408882865, "last_time": 1621408882865, "confirmed_num": 32, "tx_detail": {"txid": "0x14442c44be10a8b02b3388b17a84fe19f96545490c3a8c9275cb23c0b1a9e608", "blocknum": 14673453, "blockhash": "0xa515110667e3a02dcad4b65ae11008e62001e6f73a054cd25e13395ec34a8701", "hexstr": ""}, "source_address_detail": "0xcf6fb165ece9c8eac22ae6dbe181d22fdf4da50a", "confirming_threshold": 32, "type": "external"}, {"id": "20210519151547000378235000005835", "coin": "MATIC", "display_code": "MATIC", "description": "Matic Network", "decimal": 18, "address": "0xd19df76c363c27dbb05f173918d0903929fb3b24", "source_address": "0xcf6fb165ece9c8eac22ae6dbe181d22fdf4da50a", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x14442c44be10a8b02b3388b17a84fe19f96545490c3a8c9275cb23c0b1a9e608", "vout_n": 0, "request_id": "matic9217438732647", "status": "success", "abs_cobo_fee": "0", "created_time": 1621408437598, "last_time": 1621408882658, "confirmed_num": 32, "tx_detail": {"txid": "0x14442c44be10a8b02b3388b17a84fe19f96545490c3a8c9275cb23c0b1a9e608", "blocknum": 14673453, "blockhash": "0xa515110667e3a02dcad4b65ae11008e62001e6f73a054cd25e13395ec34a8701", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0xcf6fb165ece9c8eac22ae6dbe181d22fdf4da50a", "memo": "", "confirming_threshold": 32, "fee_coin": "MATIC", "fee_amount": 21000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210519151128000378235000005562", "coin": "MATIC", "display_code": "MATIC", "description": "Matic Network", "decimal": 18, "address": "0xd19df76c363c27dbb05f173918d0903929fb3b24", "source_address": "0x906de749c26cf6a5b2b68816e31b306b52eb42e0", "side": "deposit", "amount": "1234000000000000", "abs_amount": "0.001234", "txid": "0x7e4ca133acb3ee516856079756ddb4c9fafd2d40105bd6546cc3288f3a56ee8f", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1621408325006, "last_time": 1621408325006, "confirmed_num": 608, "tx_detail": {"txid": "0x7e4ca133acb3ee516856079756ddb4c9fafd2d40105bd6546cc3288f3a56ee8f", "blocknum": 14672727, "blockhash": "0x542bc499d184928b1545688b31db7bae2b2321e865a8b0be8c5b6f4fc1486d51", "hexstr": ""}, "source_address_detail": "0x906de749c26cf6a5b2b68816e31b306b52eb42e0", "confirming_threshold": 608, "type": "external"}, {"id": "20210517145256000371611000003385", "coin": "TETH_CTT", "display_code": "CTT", "description": "Cobo Test Token", "decimal": 18, "address": "0xDd5f7686Faff225B7EfcD99072ffc7CcbAD022e1", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "5000000000000000000", "abs_amount": "5", "txid": "0x775b1f302fb450632585fb18cae08c6db80b7dfd5c9ecc4d116502b9f9b3e850", "vout_n": 0, "request_id": "tethctt0009999", "status": "success", "abs_cobo_fee": "0", "created_time": 1621234237518, "last_time": 1621234753209, "confirmed_num": 33, "tx_detail": {"txid": "0x775b1f302fb450632585fb18cae08c6db80b7dfd5c9ecc4d116502b9f9b3e850", "blocknum": 10253848, "blockhash": "0xa4e4bc1c41f4cd2e512048458c201556bfa4807bf31f790b3b215de1a68ea2b8", "fee": 0, "actualgas": 52371000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 6000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210515192609000371611000001570", "coin": "TETH_CTT", "display_code": "CTT", "description": "Cobo Test Token", "decimal": 18, "address": "0x1608679900a64f8f99b3bc795dd756428f0263e1", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "5000000000000000000", "abs_amount": "5", "txid": "0x7b25736aeb37d8e8171f08542ea13f4a32a532d1195b2392c973e777712ea5d3", "vout_n": 0, "request_id": "web_send_by_user_419_1621076346901", "status": "success", "abs_cobo_fee": "0", "created_time": 1621076347060, "last_time": 1621078362572, "confirmed_num": 32, "tx_detail": {"txid": "0x7b25736aeb37d8e8171f08542ea13f4a32a532d1195b2392c973e777712ea5d3", "blocknum": 10240991, "blockhash": "0x761f99f01fb58a3fcf692fe1b9a29b5f25c9afa8e6b10efa1cc2c334766f7642", "fee": 0, "actualgas": 52359000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 32, "fee_coin": "TETH", "fee_amount": 6000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210514143546000365777000004557", "coin": "CFX_FC", "display_code": "FC", "description": "", "decimal": 18, "address": "cfx:aatekjx9wceeu6xg748k5ran0xtugu1tsucfde143w", "source_address": "cfx:aak2hxtwdhzs6z2je53ykwxd98n02zbd5ecx2m3nbb", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x20f42d8b7b31578b6171c2c57a68ef52b5d59714bd176d0a041b11554c919e26", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620974223690, "last_time": 1620974223690, "confirmed_num": 51, "tx_detail": {"txid": "0x20f42d8b7b31578b6171c2c57a68ef52b5d59714bd176d0a041b11554c919e26", "blocknum": 14699239, "blockhash": "0x0e64e43be316fddd27f16f4748fe001fa19f90ba383c249fda4fabf2010a4626", "hexstr": ""}, "source_address_detail": "cfx:aak2hxtwdhzs6z2je53ykwxd98n02zbd5ecx2m3nbb", "confirming_threshold": 51, "type": "external"}, {"id": "20210514143546000365777000004556", "coin": "CFX_FC", "display_code": "FC", "description": "", "decimal": 18, "address": "cfx:aatekjx9wceeu6xg748k5ran0xtugu1tsucfde143w", "source_address": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x20f42d8b7b31578b6171c2c57a68ef52b5d59714bd176d0a041b11554c919e26", "vout_n": 0, "request_id": "cfxfc023948675", "status": "success", "abs_cobo_fee": "0", "created_time": 1620973590413, "last_time": 1620974223454, "confirmed_num": 51, "tx_detail": {"txid": "0x20f42d8b7b31578b6171c2c57a68ef52b5d59714bd176d0a041b11554c919e26", "blocknum": 14699239, "blockhash": "0x0e64e43be316fddd27f16f4748fe001fa19f90ba383c249fda4fabf2010a4626", "fee": 0, "actualgas": 75000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "memo": "", "confirming_threshold": 51, "fee_coin": "CFX", "fee_amount": 100000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210514142118000365777000005368", "coin": "CFX_FC", "display_code": "FC", "description": "", "decimal": 18, "address": "0x10636a49273cc58651983cd81649f740fa637030", "source_address": "0x14d4280adafae102f1b9b7b51229b325e6474231", "side": "deposit", "amount": "10000000000000000", "abs_amount": "0.01", "txid": "0xb290b0112ea8b0b626218b3123558643116e292e0e8cdd1b3e97bb17566d805e", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620973314910, "last_time": 1620973314910, "confirmed_num": 50, "tx_detail": {"txid": "0xb290b0112ea8b0b626218b3123558643116e292e0e8cdd1b3e97bb17566d805e", "blocknum": 14698575, "blockhash": "0x78b095a4120fddbaacf26a9589a3f5d96765a8239af048621a276212b9dadcea", "hexstr": ""}, "source_address_detail": "0x14d4280adafae102f1b9b7b51229b325e6474231", "confirming_threshold": 50, "type": "external"}, {"id": "20210513165424000324213000007036", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "cfx:aakge9twmv0adx6nmv1e79n03413rwxg7pprbhf0vy", "source_address": "cfx:aajd26mw3f2ru9kasu32u40uaecaxk90tjp2pev7pu", "side": "deposit", "amount": "123000000000000000", "abs_amount": "0.123", "txid": "0x8958a6bfd662396d7c60964a3247604a819077ee1c019fd4b6652c8f70cbb5a8", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620896138029, "last_time": 1620896138029, "confirmed_num": 59, "tx_detail": {"txid": "0x8958a6bfd662396d7c60964a3247604a819077ee1c019fd4b6652c8f70cbb5a8", "blocknum": 14629249, "blockhash": "0x78e9490229d03250ce866419d170d9cd4902a31cf07711a551f28bcab7c88c78", "hexstr": ""}, "source_address_detail": "cfx:aajd26mw3f2ru9kasu32u40uaecaxk90tjp2pev7pu", "confirming_threshold": 59, "type": "external"}, {"id": "20210513163640000324213000007149", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "cfx:aakge9twmv0adx6nmv1e79n03413rwxg7pprbhf0vy", "source_address": "cfx:aak2hxtwdhzs6z2je53ykwxd98n02zbd5ecx2m3nbb", "side": "deposit", "amount": "2", "abs_amount": "0.000000000000000002", "txid": "0xb14b2bbdf3b83859aaba8eb0215287d2080dd2e739ecf9459169da0d5319f846", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620895037717, "last_time": 1620895037717, "confirmed_num": 56, "tx_detail": {"txid": "0xb14b2bbdf3b83859aaba8eb0215287d2080dd2e739ecf9459169da0d5319f846", "blocknum": 14628244, "blockhash": "0x297377a320734faf0c5b8e7d6094e7f0ab0d768d6afd12e2120f2c4f1f084582", "hexstr": ""}, "source_address_detail": "cfx:aak2hxtwdhzs6z2je53ykwxd98n02zbd5ecx2m3nbb", "confirming_threshold": 56, "type": "external"}, {"id": "20210513163640000324213000007148", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "cfx:aakge9twmv0adx6nmv1e79n03413rwxg7pprbhf0vy", "source_address": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "side": "withdraw", "amount": "2", "abs_amount": "0.000000000000000002", "txid": "0xb14b2bbdf3b83859aaba8eb0215287d2080dd2e739ecf9459169da0d5319f846", "vout_n": 0, "request_id": "cfx02984393875", "status": "success", "abs_cobo_fee": "0", "created_time": 1620894807691, "last_time": 1620895037507, "confirmed_num": 56, "tx_detail": {"txid": "0xb14b2bbdf3b83859aaba8eb0215287d2080dd2e739ecf9459169da0d5319f846", "blocknum": 14628244, "blockhash": "0x297377a320734faf0c5b8e7d6094e7f0ab0d768d6afd12e2120f2c4f1f084582", "fee": 0, "actualgas": 75000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "memo": "", "confirming_threshold": 56, "fee_coin": "CFX", "fee_amount": 100000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210513163148000324213000009108", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "0x1687b1792a98b72f25359478a48194b622c8b417", "source_address": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x59b2444cb1e55b2bae9579b3ec1e410b1fa9b891ba3644015f348917bbebe72e", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620894784670, "last_time": 1620894784670, "confirmed_num": 61, "tx_detail": {"txid": "0x59b2444cb1e55b2bae9579b3ec1e410b1fa9b891ba3644015f348917bbebe72e", "blocknum": 14627994, "blockhash": "0x992403c8331b4c48d1bccf4d232528679d9eeaaca7bf660427c3f14cd960b1b9", "hexstr": ""}, "source_address_detail": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "confirming_threshold": 61, "type": "external"}, {"id": "20210513163148000324213000009107", "coin": "CFX", "display_code": "CFX", "description": "Conflux Network", "decimal": 18, "address": "0x1687b1792a98b72f25359478a48194b622c8b417", "source_address": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0x59b2444cb1e55b2bae9579b3ec1e410b1fa9b891ba3644015f348917bbebe72e", "vout_n": 0, "request_id": "cfx2983748376", "status": "success", "abs_cobo_fee": "0", "created_time": 1620894323178, "last_time": 1620894784435, "confirmed_num": 61, "tx_detail": {"txid": "0x59b2444cb1e55b2bae9579b3ec1e410b1fa9b891ba3644015f348917bbebe72e", "blocknum": 14627994, "blockhash": "0x992403c8331b4c48d1bccf4d232528679d9eeaaca7bf660427c3f14cd960b1b9", "fee": 0, "actualgas": 75000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x1383cdf219eaee570826f344ca63ff976c5423d9", "memo": "", "confirming_threshold": 61, "fee_coin": "CFX", "fee_amount": 100000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210511171342000324213000009396", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0xd67169392144c9400224f07a6fe7efcfa4bf7e19445a361359c2c9530bca64d6", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620724457921, "last_time": 1620724457921, "confirmed_num": 32, "tx_detail": {"txid": "0xd67169392144c9400224f07a6fe7efcfa4bf7e19445a361359c2c9530bca64d6", "blocknum": 10212633, "blockhash": "0x444fe10d583194687c32223fd884dae82d0f0f2ebeacfb8040b4d83808253b59", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 32, "type": "external"}, {"id": "20210511151005000324213000009776", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0xd67169392144c9400224f07a6fe7efcfa4bf7e19445a361359c2c9530bca64d6", "vout_n": 0, "request_id": "teth29374893624", "status": "success", "abs_cobo_fee": "0", "created_time": 1620712218490, "last_time": 1620724457693, "confirmed_num": 32, "tx_detail": {"txid": "0xd67169392144c9400224f07a6fe7efcfa4bf7e19445a361359c2c9530bca64d6", "blocknum": 10212633, "blockhash": "0x444fe10d583194687c32223fd884dae82d0f0f2ebeacfb8040b4d83808253b59", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 32, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210508160454000310547000008898", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "666", "abs_amount": "0.000000000000000666", "txid": "0x90178fbb479cfeba68132ab2d7b0e3df8f4313369044027ce7f7f3db1864c70e", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620462052400, "last_time": 1620462052400, "confirmed_num": 33, "tx_detail": {"txid": "0x90178fbb479cfeba68132ab2d7b0e3df8f4313369044027ce7f7f3db1864c70e", "blocknum": 10195233, "blockhash": "0x31986cd3536c7d957daa27ec2fca0fb0fda767c422d00f7ed0ea23df6377118a", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 33, "type": "external"}, {"id": "20210508160157000310547000009040", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "666", "abs_amount": "0.000000000000000666", "txid": "0x90178fbb479cfeba68132ab2d7b0e3df8f4313369044027ce7f7f3db1864c70e", "vout_n": 0, "request_id": "teth92374983659987640909", "status": "success", "abs_cobo_fee": "0", "created_time": 1620460664074, "last_time": 1620462052196, "confirmed_num": 33, "tx_detail": {"txid": "0x90178fbb479cfeba68132ab2d7b0e3df8f4313369044027ce7f7f3db1864c70e", "blocknum": 10195233, "blockhash": "0x31986cd3536c7d957daa27ec2fca0fb0fda767c422d00f7ed0ea23df6377118a", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 33, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}, {"id": "20210508155416000310547000004240", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0x14ce095a3593db7db1d13a0765eb826e00d4fc91", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "deposit", "amount": "9", "abs_amount": "0.000000000000000009", "txid": "0xeba3e871a6cc1b28dafe18f90251f7a0a0c1358c748bec26419827da2a30a1fa", "vout_n": 0, "request_id": null, "status": "success", "abs_cobo_fee": "0", "created_time": 1620461451009, "last_time": 1620461451009, "confirmed_num": 32, "tx_detail": {"txid": "0xeba3e871a6cc1b28dafe18f90251f7a0a0c1358c748bec26419827da2a30a1fa", "blocknum": 10195213, "blockhash": "0xf98d387c724bab1bd41bd289153857468fabdf30266b33ced3a305283d021b3c", "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "confirming_threshold": 32, "type": "external"}]}

Withdrawal

Submit Withdraw Request

$client->withdraw("TETH",
            "request_id_" . time(),
            "0xb744adc8d75e115eec8e582eb5e8d60eb0972037",
            new BigInteger("1"));
View Response
{"success": true, "result": ""}

Get Withdraw Information

$client->getWithdrawInfo("teth29374893624");
View Response
{"success": true, "result": {"id": "20210511151005000324213000009776", "coin": "TETH", "display_code": "TETH", "description": "Ethereum Testnet", "decimal": 18, "address": "0xb744adc8d75e115eec8e582eb5e8d60eb0972037", "source_address": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "side": "withdraw", "amount": "1", "abs_amount": "0.000000000000000001", "txid": "0xd67169392144c9400224f07a6fe7efcfa4bf7e19445a361359c2c9530bca64d6", "vout_n": 0, "request_id": "teth29374893624", "status": "success", "abs_cobo_fee": "0", "created_time": 1620712218490, "last_time": 1620724457693, "confirmed_num": 32, "tx_detail": {"txid": "0xd67169392144c9400224f07a6fe7efcfa4bf7e19445a361359c2c9530bca64d6", "blocknum": 10212633, "blockhash": "0x444fe10d583194687c32223fd884dae82d0f0f2ebeacfb8040b4d83808253b59", "fee": 0, "actualgas": 21000000000000, "gasprice": 1, "hexstr": ""}, "source_address_detail": "0x7ca60000afea5a1730e40cf6b51abbf8b594ad91", "memo": "", "confirming_threshold": 32, "fee_coin": "TETH", "fee_amount": 4000000000000000, "fee_decimal": 18, "type": "external"}}

Staking

Get a Staking Product Details

$client->getStakingProductDetails($prooductId);
View Response
{"success": true, "result": [{"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1622124000000, "stop_stake_time": 1622210400000, "start_staking_time": 1622217600000, "stop_staking_time": 1622304000000, "liquidate_time": 1622304000000, "reward_liquidate_time": 1622304000000, "product_id": 159185, "product_group": "DASHFPTEST"}, {"name": "ZEL FP TEST", "description": "Min. 30 ZEL, differential return rate, stake more, earn more Rewards start from the next day, will be released every day according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 10 ZEL", "doc_src": "https://support.cobo.com/hc/en-us/articles/360025623054", "coin": "ZEL", "coin_decimal": 8, "reward_coin": "ZEL", "reward_coin_decimal": 8, "unstake_fee": "1000000000", "min_amount": "3000000000", "rate": "0.2000000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": false, "start_stake_time": 1622185200000, "stop_stake_time": 1622271600000, "start_staking_time": 1622304000000, "stop_staking_time": 1622390400000, "liquidate_time": 1622476800000, "reward_liquidate_time": 1622476800000, "product_id": 159186, "product_group": "ZELFPTEST"}, {"name": "ZEL FP TEST 2", "description": "Min. 30 ZEL, differential return rate, stake more, earn more Rewards start from the next day, will be released every day according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 10 ZEL", "doc_src": "https://support.cobo.com/hc/en-us/articles/360025623054", "coin": "ZEL", "coin_decimal": 8, "reward_coin": "ZEL", "reward_coin_decimal": 8, "unstake_fee": "1000000000", "min_amount": "3000000000", "rate": "0.2000000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": false, "start_stake_time": 1622185200000, "stop_stake_time": 1622271600000, "start_staking_time": 1622304000000, "stop_staking_time": 1622390400000, "liquidate_time": 1622476800000, "reward_liquidate_time": 1622476800000, "product_id": 159188, "product_group": "ZELFPTEST2"}, {"name": "IOST PPS Wallet", "description": "IOST PPS Wallet", "doc_src": "https://support.cobo.com/hc/en-us/articles/360025765593", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "5000000000", "min_amount": "10000000000", "rate": "0.1000000000", "rate_type": 2, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1622185200000, "stop_stake_time": 1622271600000, "start_staking_time": 1622304000000, "stop_staking_time": 1622390400000, "liquidate_time": 1622995200000, "reward_liquidate_time": 1622995200000, "product_id": 159189, "product_group": "IOSTPPSW"}, {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1622185200000, "stop_stake_time": 1622271600000, "start_staking_time": 1622304000000, "stop_staking_time": 1622390400000, "liquidate_time": 1623081600000, "reward_liquidate_time": 1623081600000, "product_id": 159187, "product_group": "IOSTFPTEST"}]}{"success": true, "result": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1622124000000, "stop_stake_time": 1622210400000, "start_staking_time": 1622217600000, "stop_staking_time": 1622304000000, "liquidate_time": 1622304000000, "reward_liquidate_time": 1622304000000, "product_id": 159185, "product_group": "DASHFPTEST"}}

Get All Staking Product List

$client->getStakingProductList(null, "zh");
View Response
{"success": true, "result": [{"name": "DASH FP TEST", "description": "\u6ce8\uff1a0.01 DASH\u8d77\u6295\uff0c\u9636\u68af\u6536\u76ca\u7387\uff0c\u8d28\u62bc\u8d8a\u591a\uff0c\u6536\u76ca\u7387\u8d8a\u9ad8 \u8d28\u62bc\u540e\u7b2c\u4e8c\u5929\u5f00\u59cb\u4ea7\u751f\u6536\u76ca\uff0c\u6bcf10\u5929\u6839\u636e\u8f6c\u5165\u65f6\u7ea6\u5b9a\u7684\u6536\u76ca\u7387\u53d1\u653e\u6536\u76ca\uff0c\u9009\u62e9\u3010\u5230\u671f\u540e\u81ea\u52a8\u7eed\u671f\u3011\uff0c\u65e0\u7f1d\u8854\u63a5\u4e0b\u4e00\u671f\u6536\u76ca \u968f\u65f6\u53ef\u5212\u51fa\uff0cT+1\u5230\u8d26\uff0c\u6536\u76ca\u5468\u671f\u5185\u53d6\u51fa\u635f\u5931\u5f53\u671f\u6536\u76ca \u6bcf\u6b21\u53d6\u51fa\u8d4e\u56de\u8d39: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/zh-cn/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1622124000000, "stop_stake_time": 1622210400000, "start_staking_time": 1622217600000, "stop_staking_time": 1622304000000, "liquidate_time": 1622304000000, "reward_liquidate_time": 1622304000000, "product_id": 159185, "product_group": "DASHFPTEST"}, {"name": "ZEL FP TEST", "description": "30 ZEL\u8d77\u6295\uff0c\u9636\u68af\u6536\u76ca\u7387\uff0c\u8d28\u62bc\u8d8a\u591a\uff0c\u6536\u76ca\u7387\u8d8a\u9ad8 \u8d28\u62bc\u540e\u7b2c\u4e8c\u5929\u5f00\u59cb\u4ea7\u751f\u6536\u76ca\uff0c\u6bcf\u5929\u6839\u636e\u8f6c\u5165\u65f6\u7ea6\u5b9a\u7684\u6536\u76ca\u7387\u53d1\u653e\u6536\u76ca\uff0c\u9009\u62e9\u3010\u5230\u671f\u540e\u81ea\u52a8\u7eed\u671f\u3011\uff0c\u65e0\u7f1d\u8854\u63a5\u4e0b\u4e00\u671f \u6536\u76ca \u968f\u65f6\u53ef\u5212\u51fa\uff0cT+1\u5230\u8d26\uff0c\u6536\u76ca\u5468\u671f\u5185\u53d6\u51fa\u635f\u5931\u5f53\u671f\u6536\u76ca \u6bcf\u6b21\u53d6\u51fa\u8d4e\u56de\u8d39: 10 ZEL", "doc_src": "https://support.cobo.com/hc/zh-cn/articles/360025623054", "coin": "ZEL", "coin_decimal": 8, "reward_coin": "ZEL", "reward_coin_decimal": 8, "unstake_fee": "1000000000", "min_amount": "3000000000", "rate": "0.2000000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": false, "start_stake_time": 1622185200000, "stop_stake_time": 1622271600000, "start_staking_time": 1622304000000, "stop_staking_time": 1622390400000, "liquidate_time": 1622476800000, "reward_liquidate_time": 1622476800000, "product_id": 159186, "product_group": "ZELFPTEST"}, {"name": "ZEL FP TEST 2", "description": "30 ZEL\u8d77\u6295\uff0c\u9636\u68af\u6536\u76ca\u7387\uff0c\u8d28\u62bc\u8d8a\u591a\uff0c\u6536\u76ca\u7387\u8d8a\u9ad8 \u8d28\u62bc\u540e\u7b2c\u4e8c\u5929\u5f00\u59cb\u4ea7\u751f\u6536\u76ca\uff0c\u6bcf\u5929\u6839\u636e\u8f6c\u5165\u65f6\u7ea6\u5b9a\u7684\u6536\u76ca\u7387\u53d1\u653e\u6536\u76ca\uff0c\u9009\u62e9\u3010\u5230\u671f\u540e\u81ea\u52a8\u7eed\u671f\u3011\uff0c\u65e0\u7f1d\u8854\u63a5\u4e0b\u4e00\u671f \u6536\u76ca \u968f\u65f6\u53ef\u5212\u51fa\uff0cT+1\u5230\u8d26\uff0c\u6536\u76ca\u5468\u671f\u5185\u53d6\u51fa\u635f\u5931\u5f53\u671f\u6536\u76ca \u6bcf\u6b21\u53d6\u51fa\u8d4e\u56de\u8d39: 10 ZEL", "doc_src": "https://support.cobo.com/hc/zh-cn/articles/360025623054", "coin": "ZEL", "coin_decimal": 8, "reward_coin": "ZEL", "reward_coin_decimal": 8, "unstake_fee": "1000000000", "min_amount": "3000000000", "rate": "0.2000000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": false, "start_stake_time": 1622185200000, "stop_stake_time": 1622271600000, "start_staking_time": 1622304000000, "stop_staking_time": 1622390400000, "liquidate_time": 1622476800000, "reward_liquidate_time": 1622476800000, "product_id": 159188, "product_group": "ZELFPTEST2"}, {"name": "IOST PPS Wallet", "description": "IOST PPS Wallet", "doc_src": "https://support.cobo.com/hc/zh-cn/articles/360025765593", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "5000000000", "min_amount": "10000000000", "rate": "0.1000000000", "rate_type": 2, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1622185200000, "stop_stake_time": 1622271600000, "start_staking_time": 1622304000000, "stop_staking_time": 1622390400000, "liquidate_time": 1622995200000, "reward_liquidate_time": 1622995200000, "product_id": 159189, "product_group": "IOSTPPSW"}, {"name": "IOST FP TEST", "description": "1 IOST\u8d77\u6295\n\u8d28\u62bc\u540e\u7b2c\u4e8c\u5929\u5f00\u59cb\u4ea7\u751f\u6536\u76ca\uff0c\u6bcf\u5929\u6839\u636e\u5b9e\u9645\u6536\u76ca\u60c5\u51b5\u53d1\u653e\u6536\u76ca\uff0c\u9009\u62e9\u3010\u5230\u671f\u540e\u81ea\u52a8\u7eed\u671f\u3011\uff0c\u65e0\u7f1d\u8854\u63a5\u4e0b\u4e00\u671f\u6536\u76ca\n\u968f\u65f6\u53ef\u5212\u51fa\uff0c\u56e0\u5b98\u65b9\u8981\u6c427\u5929\u8d4e\u56de\u671f\uff0cT+8\u5230\u8d26\uff0c\u5212\u51fa\u5f53\u5929\u5f00\u59cb\u65e0\u6536\u76ca\n\u6bcf\u6b21\u53d6\u51fa\u8d4e\u56de\u8d39: 1 IOST", "doc_src": "https://cobo.zendesk.com/hc/zh-cn/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1622185200000, "stop_stake_time": 1622271600000, "start_staking_time": 1622304000000, "stop_staking_time": 1622390400000, "liquidate_time": 1623081600000, "reward_liquidate_time": 1623081600000, "product_id": 159187, "product_group": "IOSTFPTEST"}]}

Stake

$client->stake($product_id, new BigInteger("100000"));
View Response
{"success": true,"result": ""}

Unstake

$client->unstake($product_id, new BigInteger("100000"));
View Response
{"success": true,"result": ""}

Get Staking Data

$client->getStakingData();
View Response
{"success": true, "result": [{"staking_id": 9470, "coin": "IOST", "coin_decimal": 8, "amount": "100000000", "reward_coin": "IOST", "reward_coin_decimal": 8, "reward_amount": 0, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1622098800000, "stop_stake_time": 1622185200000, "start_staking_time": 1622217600000, "stop_staking_time": 1622304000000, "liquidate_time": 1622995200000, "reward_liquidate_time": 1622995200000, "product_id": 159182, "product_group": "IOSTFPTEST"}}]}

Get Unstaking Data

$client->getUnstakingData();
View Response
{"success": true, "result": []}

Get All Staking History

$client->getStakingHistory();
View Response
{"success": true, "result": [{"activity_id": "20210527170029000342594000007129", "coin": "IOST", "amount": "100000000", "type": "stake", "raw_type": 0, "time": 1622106029455, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1622098800000, "stop_stake_time": 1622185200000, "start_staking_time": 1622217600000, "stop_staking_time": 1622304000000, "liquidate_time": 1622995200000, "reward_liquidate_time": 1622995200000, "product_id": 159182, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210524111335000366850000005158", "coin": "DASH", "amount": "1000000", "type": "fee", "raw_type": -4, "time": 1621826015470, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621778400000, "stop_stake_time": 1621864800000, "start_staking_time": 1621872000000, "stop_staking_time": 1621958400000, "liquidate_time": 1621958400000, "reward_liquidate_time": 1621958400000, "product_id": 159165, "product_group": "DASHFPTEST"}}, {"activity_id": "20210524104501000363340000000399", "coin": "DASH", "amount": "1000000", "type": "fee", "raw_type": -4, "time": 1621824301225, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621778400000, "stop_stake_time": 1621864800000, "start_staking_time": 1621872000000, "stop_staking_time": 1621958400000, "liquidate_time": 1621958400000, "reward_liquidate_time": 1621958400000, "product_id": 159165, "product_group": "DASHFPTEST"}}, {"activity_id": "20210524104125000366850000008284", "coin": "DASH", "amount": "1000000", "type": "fee", "raw_type": -4, "time": 1621824085731, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621778400000, "stop_stake_time": 1621864800000, "start_staking_time": 1621872000000, "stop_staking_time": 1621958400000, "liquidate_time": 1621958400000, "reward_liquidate_time": 1621958400000, "product_id": 159165, "product_group": "DASHFPTEST"}}, {"activity_id": "20210524104124000366850000009667", "coin": "DASH", "amount": "1000000", "type": "stake", "raw_type": 0, "time": 1621824084183, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621778400000, "stop_stake_time": 1621864800000, "start_staking_time": 1621872000000, "stop_staking_time": 1621958400000, "liquidate_time": 1621958400000, "reward_liquidate_time": 1621958400000, "product_id": 159165, "product_group": "DASHFPTEST"}}, {"activity_id": "20210524104108000379793000000558", "coin": "DASH", "amount": "1000000", "type": "fee", "raw_type": -4, "time": 1621824068732, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621778400000, "stop_stake_time": 1621864800000, "start_staking_time": 1621872000000, "stop_staking_time": 1621958400000, "liquidate_time": 1621958400000, "reward_liquidate_time": 1621958400000, "product_id": 159165, "product_group": "DASHFPTEST"}}, {"activity_id": "20210524104107000305369000007873", "coin": "DASH", "amount": "1000000", "type": "stake", "raw_type": 0, "time": 1621824067162, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621778400000, "stop_stake_time": 1621864800000, "start_staking_time": 1621872000000, "stop_staking_time": 1621958400000, "liquidate_time": 1621958400000, "reward_liquidate_time": 1621958400000, "product_id": 159165, "product_group": "DASHFPTEST"}}, {"activity_id": "20210524104045000363340000009504", "coin": "DASH", "amount": "1000000", "type": "fee", "raw_type": -4, "time": 1621824045384, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621778400000, "stop_stake_time": 1621864800000, "start_staking_time": 1621872000000, "stop_staking_time": 1621958400000, "liquidate_time": 1621958400000, "reward_liquidate_time": 1621958400000, "product_id": 159165, "product_group": "DASHFPTEST"}}, {"activity_id": "20210524104044000305369000009908", "coin": "DASH", "amount": "1000000", "type": "stake", "raw_type": 0, "time": 1621824044405, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621778400000, "stop_stake_time": 1621864800000, "start_staking_time": 1621872000000, "stop_staking_time": 1621958400000, "liquidate_time": 1621958400000, "reward_liquidate_time": 1621958400000, "product_id": 159165, "product_group": "DASHFPTEST"}}, {"activity_id": "20210524102933000305369000007601", "coin": "DASH", "amount": "1000000", "type": "fee", "raw_type": -4, "time": 1621823373519, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621778400000, "stop_stake_time": 1621864800000, "start_staking_time": 1621872000000, "stop_staking_time": 1621958400000, "liquidate_time": 1621958400000, "reward_liquidate_time": 1621958400000, "product_id": 159165, "product_group": "DASHFPTEST"}}, {"activity_id": "20210524102811000305369000008874", "coin": "DASH", "amount": "1000000", "type": "stake", "raw_type": 0, "time": 1621823291212, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621778400000, "stop_stake_time": 1621864800000, "start_staking_time": 1621872000000, "stop_staking_time": 1621958400000, "liquidate_time": 1621958400000, "reward_liquidate_time": 1621958400000, "product_id": 159165, "product_group": "DASHFPTEST"}}, {"activity_id": "20210524102756000305369000006251", "coin": "DASH", "amount": "1000000", "type": "stake", "raw_type": 0, "time": 1621823276904, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621778400000, "stop_stake_time": 1621864800000, "start_staking_time": 1621872000000, "stop_staking_time": 1621958400000, "liquidate_time": 1621958400000, "reward_liquidate_time": 1621958400000, "product_id": 159165, "product_group": "DASHFPTEST"}}, {"activity_id": "20210524102325000305369000009089", "coin": "DASH", "amount": "1000000", "type": "stake", "raw_type": 0, "time": 1621823005065, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621778400000, "stop_stake_time": 1621864800000, "start_staking_time": 1621872000000, "stop_staking_time": 1621958400000, "liquidate_time": 1621958400000, "reward_liquidate_time": 1621958400000, "product_id": 159165, "product_group": "DASHFPTEST"}}, {"activity_id": "20210523000005000385829000002672", "coin": "DASH", "amount": "1000000", "type": "fee", "raw_type": -5, "time": 1621699205427, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621519200000, "stop_stake_time": 1621605600000, "start_staking_time": 1621612800000, "stop_staking_time": 1621699200000, "liquidate_time": 1621699200000, "reward_liquidate_time": 1621699200000, "product_id": 159150, "product_group": "DASHFPTEST"}}, {"activity_id": "20210521175504000322920000006792", "coin": "DASH", "amount": "1000000", "type": "fee", "raw_type": -4, "time": 1621590904367, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621519200000, "stop_stake_time": 1621605600000, "start_staking_time": 1621612800000, "stop_staking_time": 1621699200000, "liquidate_time": 1621699200000, "reward_liquidate_time": 1621699200000, "product_id": 159150, "product_group": "DASHFPTEST"}}, {"activity_id": "20210521155238000315481000001883", "coin": "DASH", "amount": "1000000", "type": "stake", "raw_type": 0, "time": 1621583558551, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621519200000, "stop_stake_time": 1621605600000, "start_staking_time": 1621612800000, "stop_staking_time": 1621699200000, "liquidate_time": 1621699200000, "reward_liquidate_time": 1621699200000, "product_id": 159150, "product_group": "DASHFPTEST"}}, {"activity_id": "20210521153656000323896000002896", "coin": "DASH", "amount": "1000000", "type": "stake", "raw_type": 0, "time": 1621582616527, "product": {"name": "DASH FP TEST", "description": "hint: Min. 0.01 DASH, differential return rate, stake more, earn more Rewards start from the next day, will be released every 10 days according to the fixed rate, choose [Stake continuously] to earn continuously! Withdraw available anytime, return to wallet in T+1 Withdrawal fee per time: 0.01 DASH", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023826033", "coin": "DASH", "coin_decimal": 8, "reward_coin": "DASH", "reward_coin_decimal": 8, "unstake_fee": "1000000", "min_amount": "1000000", "rate": "0.0002000000", "rate_type": 1, "days": 1, "stake_type": "masternode", "lockup": true, "start_stake_time": 1621519200000, "stop_stake_time": 1621605600000, "start_staking_time": 1621612800000, "stop_staking_time": 1621699200000, "liquidate_time": 1621699200000, "reward_liquidate_time": 1621699200000, "product_id": 159150, "product_group": "DASHFPTEST"}}, {"activity_id": "20210410000004000309420000008919", "coin": "IOST", "amount": "27", "type": "unstake", "raw_type": -3, "time": 1617984004959, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1617087600000, "stop_stake_time": 1617174000000, "start_staking_time": 1617206400000, "stop_staking_time": 1617292800000, "liquidate_time": 1617984000000, "reward_liquidate_time": 1617984000000, "product_id": 158887, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210410000004000309420000008914", "coin": "IOST", "amount": "100000000", "type": "fee", "raw_type": -5, "time": 1617984004749, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1617087600000, "stop_stake_time": 1617174000000, "start_staking_time": 1617206400000, "stop_staking_time": 1617292800000, "liquidate_time": 1617984000000, "reward_liquidate_time": 1617984000000, "product_id": 158887, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210410000004000309420000008913", "coin": "IOST", "amount": "135", "type": "unstake", "raw_type": -2, "time": 1617984004745, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1617087600000, "stop_stake_time": 1617174000000, "start_staking_time": 1617206400000, "stop_staking_time": 1617292800000, "liquidate_time": 1617984000000, "reward_liquidate_time": 1617984000000, "product_id": 158887, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210407164345000366475000009438", "coin": "IOST", "amount": "27", "type": "reward", "raw_type": 1, "time": 1617785025554, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1617087600000, "stop_stake_time": 1617174000000, "start_staking_time": 1617206400000, "stop_staking_time": 1617292800000, "liquidate_time": 1617984000000, "reward_liquidate_time": 1617984000000, "product_id": 158887, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210331144101000350216000006198", "coin": "IOST", "amount": "100000135", "type": "stake", "raw_type": 0, "time": 1617172861095, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1617087600000, "stop_stake_time": 1617174000000, "start_staking_time": 1617206400000, "stop_staking_time": 1617292800000, "liquidate_time": 1617984000000, "reward_liquidate_time": 1617984000000, "product_id": 158887, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210331144100000350216000000648", "coin": "IOST", "amount": "27", "type": "unstake", "raw_type": -3, "time": 1617172860981, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616828400000, "stop_stake_time": 1616914800000, "start_staking_time": 1616947200000, "stop_staking_time": 1617033600000, "liquidate_time": 1617724800000, "reward_liquidate_time": 1617724800000, "product_id": 158872, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210331144100000350216000000647", "coin": "IOST", "amount": "100000108", "type": "unstake", "raw_type": -2, "time": 1617172860978, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616828400000, "stop_stake_time": 1616914800000, "start_staking_time": 1616947200000, "stop_staking_time": 1617033600000, "liquidate_time": 1617724800000, "reward_liquidate_time": 1617724800000, "product_id": 158872, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210331144100000350216000000645", "coin": "IOST", "amount": "27", "type": "reward", "raw_type": 1, "time": 1617172860967, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616828400000, "stop_stake_time": 1616914800000, "start_staking_time": 1616947200000, "stop_staking_time": 1617033600000, "liquidate_time": 1617724800000, "reward_liquidate_time": 1617724800000, "product_id": 158872, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210329000009000325053000001570", "coin": "IOST", "amount": "100000108", "type": "stake", "raw_type": 0, "time": 1616947209950, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616828400000, "stop_stake_time": 1616914800000, "start_staking_time": 1616947200000, "stop_staking_time": 1617033600000, "liquidate_time": 1617724800000, "reward_liquidate_time": 1617724800000, "product_id": 158872, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210329000009000325053000001568", "coin": "IOST", "amount": "27", "type": "unstake", "raw_type": -3, "time": 1616947209826, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616742000000, "stop_stake_time": 1616828400000, "start_staking_time": 1616860800000, "stop_staking_time": 1616947200000, "liquidate_time": 1617638400000, "reward_liquidate_time": 1617638400000, "product_id": 158867, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210329000009000325053000001567", "coin": "IOST", "amount": "100000081", "type": "unstake", "raw_type": -2, "time": 1616947209823, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616742000000, "stop_stake_time": 1616828400000, "start_staking_time": 1616860800000, "stop_staking_time": 1616947200000, "liquidate_time": 1617638400000, "reward_liquidate_time": 1617638400000, "product_id": 158867, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210329000009000325053000001565", "coin": "IOST", "amount": "27", "type": "reward", "raw_type": 1, "time": 1616947209812, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616742000000, "stop_stake_time": 1616828400000, "start_staking_time": 1616860800000, "stop_staking_time": 1616947200000, "liquidate_time": 1617638400000, "reward_liquidate_time": 1617638400000, "product_id": 158867, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210328000005000325053000004133", "coin": "IOST", "amount": "100000081", "type": "stake", "raw_type": 0, "time": 1616860805937, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616742000000, "stop_stake_time": 1616828400000, "start_staking_time": 1616860800000, "stop_staking_time": 1616947200000, "liquidate_time": 1617638400000, "reward_liquidate_time": 1617638400000, "product_id": 158867, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210328000005000325053000004131", "coin": "IOST", "amount": "27", "type": "unstake", "raw_type": -3, "time": 1616860805768, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616655600000, "stop_stake_time": 1616742000000, "start_staking_time": 1616774400000, "stop_staking_time": 1616860800000, "liquidate_time": 1617552000000, "reward_liquidate_time": 1617552000000, "product_id": 158859, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210328000005000325053000004130", "coin": "IOST", "amount": "100000054", "type": "unstake", "raw_type": -2, "time": 1616860805764, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616655600000, "stop_stake_time": 1616742000000, "start_staking_time": 1616774400000, "stop_staking_time": 1616860800000, "liquidate_time": 1617552000000, "reward_liquidate_time": 1617552000000, "product_id": 158859, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210328000005000325053000004128", "coin": "IOST", "amount": "27", "type": "reward", "raw_type": 1, "time": 1616860805751, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616655600000, "stop_stake_time": 1616742000000, "start_staking_time": 1616774400000, "stop_staking_time": 1616860800000, "liquidate_time": 1617552000000, "reward_liquidate_time": 1617552000000, "product_id": 158859, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210327000002000325053000007589", "coin": "IOST", "amount": "100000054", "type": "stake", "raw_type": 0, "time": 1616774402461, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616655600000, "stop_stake_time": 1616742000000, "start_staking_time": 1616774400000, "stop_staking_time": 1616860800000, "liquidate_time": 1617552000000, "reward_liquidate_time": 1617552000000, "product_id": 158859, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210327000002000325053000007587", "coin": "IOST", "amount": "27", "type": "unstake", "raw_type": -3, "time": 1616774402334, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616569200000, "stop_stake_time": 1616655600000, "start_staking_time": 1616688000000, "stop_staking_time": 1616774400000, "liquidate_time": 1617465600000, "reward_liquidate_time": 1617465600000, "product_id": 158854, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210327000002000325053000007586", "coin": "IOST", "amount": "100000027", "type": "unstake", "raw_type": -2, "time": 1616774402331, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616569200000, "stop_stake_time": 1616655600000, "start_staking_time": 1616688000000, "stop_staking_time": 1616774400000, "liquidate_time": 1617465600000, "reward_liquidate_time": 1617465600000, "product_id": 158854, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210327000002000325053000007584", "coin": "IOST", "amount": "27", "type": "reward", "raw_type": 1, "time": 1616774402317, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616569200000, "stop_stake_time": 1616655600000, "start_staking_time": 1616688000000, "stop_staking_time": 1616774400000, "liquidate_time": 1617465600000, "reward_liquidate_time": 1617465600000, "product_id": 158854, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210326000022000370643000006126", "coin": "IOST", "amount": "100000027", "type": "stake", "raw_type": 0, "time": 1616688022242, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616569200000, "stop_stake_time": 1616655600000, "start_staking_time": 1616688000000, "stop_staking_time": 1616774400000, "liquidate_time": 1617465600000, "reward_liquidate_time": 1617465600000, "product_id": 158854, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210326000022000370643000006124", "coin": "IOST", "amount": "27", "type": "unstake", "raw_type": -3, "time": 1616688022127, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616482800000, "stop_stake_time": 1616569200000, "start_staking_time": 1616601600000, "stop_staking_time": 1616688000000, "liquidate_time": 1617379200000, "reward_liquidate_time": 1617379200000, "product_id": 158849, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210326000022000370643000006123", "coin": "IOST", "amount": "100000000", "type": "unstake", "raw_type": -2, "time": 1616688022124, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616482800000, "stop_stake_time": 1616569200000, "start_staking_time": 1616601600000, "stop_staking_time": 1616688000000, "liquidate_time": 1617379200000, "reward_liquidate_time": 1617379200000, "product_id": 158849, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210326000022000370643000006121", "coin": "IOST", "amount": "27", "type": "reward", "raw_type": 1, "time": 1616688022114, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616482800000, "stop_stake_time": 1616569200000, "start_staking_time": 1616601600000, "stop_staking_time": 1616688000000, "liquidate_time": 1617379200000, "reward_liquidate_time": 1617379200000, "product_id": 158849, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210324134556000368759000004133", "coin": "IOST", "amount": "100000000", "type": "fee", "raw_type": -4, "time": 1616564756439, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616396400000, "stop_stake_time": 1616482800000, "start_staking_time": 1616515200000, "stop_staking_time": 1616601600000, "liquidate_time": 1617292800000, "reward_liquidate_time": 1617292800000, "product_id": 158844, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210324134556000368759000004132", "coin": "IOST", "amount": "200007321", "type": "unstake", "raw_type": -1, "time": 1616564756435, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616396400000, "stop_stake_time": 1616482800000, "start_staking_time": 1616515200000, "stop_staking_time": 1616601600000, "liquidate_time": 1617292800000, "reward_liquidate_time": 1617292800000, "product_id": 158844, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210324134542000300917000007498", "coin": "IOST", "amount": "100000000", "type": "stake", "raw_type": 0, "time": 1616564742190, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616482800000, "stop_stake_time": 1616569200000, "start_staking_time": 1616601600000, "stop_staking_time": 1616688000000, "liquidate_time": 1617379200000, "reward_liquidate_time": 1617379200000, "product_id": 158849, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210324000012000362555000007970", "coin": "IOST", "amount": "300007321", "type": "stake", "raw_type": 0, "time": 1616515212058, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616396400000, "stop_stake_time": 1616482800000, "start_staking_time": 1616515200000, "stop_staking_time": 1616601600000, "liquidate_time": 1617292800000, "reward_liquidate_time": 1617292800000, "product_id": 158844, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210324000011000362555000004307", "coin": "IOST", "amount": "82", "type": "unstake", "raw_type": -3, "time": 1616515211914, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616310000000, "stop_stake_time": 1616396400000, "start_staking_time": 1616428800000, "stop_staking_time": 1616515200000, "liquidate_time": 1617206400000, "reward_liquidate_time": 1617206400000, "product_id": 158839, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210324000011000362555000004306", "coin": "IOST", "amount": "300007239", "type": "unstake", "raw_type": -2, "time": 1616515211911, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616310000000, "stop_stake_time": 1616396400000, "start_staking_time": 1616428800000, "stop_staking_time": 1616515200000, "liquidate_time": 1617206400000, "reward_liquidate_time": 1617206400000, "product_id": 158839, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210324000011000362555000004304", "coin": "IOST", "amount": "82", "type": "reward", "raw_type": 1, "time": 1616515211891, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616310000000, "stop_stake_time": 1616396400000, "start_staking_time": 1616428800000, "stop_staking_time": 1616515200000, "liquidate_time": 1617206400000, "reward_liquidate_time": 1617206400000, "product_id": 158839, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210323000018000362555000008512", "coin": "IOST", "amount": "300007239", "type": "stake", "raw_type": 0, "time": 1616428818484, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616310000000, "stop_stake_time": 1616396400000, "start_staking_time": 1616428800000, "stop_staking_time": 1616515200000, "liquidate_time": 1617206400000, "reward_liquidate_time": 1617206400000, "product_id": 158839, "product_group": "IOSTFPTEST"}}, {"activity_id": "20210323000018000362555000008510", "coin": "IOST", "amount": "82", "type": "unstake", "raw_type": -3, "time": 1616428818347, "product": {"name": "IOST FP TEST", "description": "Min. 1 IOST\nRewards start from the next day, will be released every day according to the dynamic reward, choose [Stake continuously] to earn continuously!\nWithdraw available anytime, return to wallet in T+8 (7 days required by IOST)\nWithdrawal fee per time: 1 IOST", "doc_src": "https://support.cobo.com/hc/en-us/articles/360023713454", "coin": "IOST", "coin_decimal": 8, "reward_coin": "IOST", "reward_coin_decimal": 8, "unstake_fee": "100000000", "min_amount": "100000000", "rate": "0.0001000000", "rate_type": 1, "days": 1, "stake_type": "dpos", "lockup": false, "start_stake_time": 1616223600000, "stop_stake_time": 1616310000000, "start_staking_time": 1616342400000, "stop_staking_time": 1616428800000, "liquidate_time": 1617120000000, "reward_liquidate_time": 1617120000000, "product_id": 158834, "product_group": "IOSTFPTEST"}}]}

Trading

Transaction Notification

Doc: https://doc.custody.cobo.com/en.html#transaction-notification

Withdrawal Confirmation

Doc: https://doc.custody.cobo.com/en.html#withdrawal-confirmation