Force Sweep

Force Sweep allows you to manually trigger the transfer of funds from transit wallets to the master wallet, bypassing automatic sweep rules.

Force Sweep

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

Headers

Name
Value

Content-Type

application/json

Signature

Signed request body

Merchant

Merchant ID

Body

Name
Type
Required
Description

address

string

true

Address of the wallet

network_code

true

Blockchain chain identifier where the transaction will be executed.

Response

{
    "status": "ok"
}

Last updated