Sweep History

Sweep History provides a detailed record of all sweep operations performed on the project, including automatic and manual transfers from transit wallets to master wallets.

The history can be filtered, searched, and paginated to help track sweep execution, statuses, and operational modes.

Sweep History

POST https://api-processing.crypto-chief.com/v1/sweeps/history

Headers

Name
Value

Content-Type

application/json

Signature

Signed request body

Merchant

Merchant ID

Body

Name
Type
Required
Description

mode

string

false

Sweep mode used for execution auto or force. When not provided, results include all modes.

page_size

number

false

Sweeps per page

page

number

false

Page number for pagination

Response

{
    "items": [
        {
            "amount_human": "0.0005",
            "asset_symbol": "ETH",
            "asset_type": "native",
            "chain": "ETH_SEPOLIA",
            "chain_family": "EVM",
            "created_at": "2026-01-20T14:21:00.034Z",
            "gas_pump_fee_human": "0",
            "gas_pump_fee_usd": "0",
            "gas_pump_source": "none",
            "gas_pump_tx_hash": "",
            "real_gas_pump_fee_human": "0",
            "real_gas_pump_fee_usd": "0",
            "real_sweep_fee_human": "0.000064275484455",
            "real_sweep_fee_usd": "0.197023",
            "status": "completed",
            "sweep_fee_human": "0",
            "sweep_fee_usd": "0",
            "sweep_tx_hash": "0x6269770518fed44768eb719555f0be45858f5ae243fba63b0ea8902f82f87566",
            "task_id": "898cdbd0-d583-4089-9c53-15f5ca9b53dc",
            "total_fee_usd": "0",
            "type_work": "force",
            "wallet_address": "0x77EDde3213b70c9dd224C874c28f41B23B070f65"
        },
        {
            "amount_human": "0.005",
            "asset_symbol": "BNB",
            "asset_type": "native",
            "chain": "BSC_TESTNET",
            "chain_family": "EVM",
            "created_at": "2026-01-18T14:03:45.73Z",
            "gas_pump_fee_human": "0",
            "gas_pump_fee_usd": "0",
            "gas_pump_source": "none",
            "gas_pump_tx_hash": "",
            "real_gas_pump_fee_human": "0",
            "real_gas_pump_fee_usd": "0",
            "real_sweep_fee_human": "0.000063",
            "real_sweep_fee_usd": "0.059621",
            "status": "completed",
            "sweep_fee_human": "0",
            "sweep_fee_usd": "0",
            "sweep_tx_hash": "0xdb6b7fe9460271f46a4217436baa095cbe3821ca290b33a88eacdd4ed35896a0",
            "task_id": "99576fc5-2913-4d38-82b1-de2731790033",
            "total_fee_usd": "0",
            "type_work": "force",
            "wallet_address": "0x72DDC7eA48F6edb6eE63CA9bd995B9235cd4FfC3"
        }
    ],
    "meta": {
        "page": 1,
        "page_size": 20,
        "total": 2
    }
}

Last updated