Authorizations
The API key. For more details, refer to API key.
In the API playground, enter your API secret, and your API key will be accordingly calculated.
Body
The request body for forced sweep.
The request ID that is used to track a forced sweep. The request ID is provided by you and must be unique.
"123e4567-e89b-12d3-a456-426614174002"
The ID of the wallet in which the funds will be forcefully swept.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The ID of the token to be forcefully swept.
"ETH_USDT"
The amount of the token to be forcefully swept.
"10.5"
Response
Forced sweep created successfully.
The forced sweep ID generated by Cobo.
"aff0e1cb-15b2-4e1f-9b9d-a9133715986f"
The request ID provided by you when creating the forced sweep.
"123e4567-e89b-12d3-a456-426614174002"
The current status of the forced sweep:
Pending
: The forced sweep has been created and is awaiting processing.Processing
: The forced sweep is currently being processed.Completed
: The requested forced sweep has been completed.
Pending
, Processing
, Completed
"Pending"
The ID of the wallet in which the funds have been forcefully swept.
"f47ac10b-58cc-4372-a567-0e02b2c3d479"
The ID of the token that has been forcefully swept.
"ETH_USDT"
The amount of token that has been forcefully swept.
"10.5"
The creation time of the forced sweep, represented as a UNIX timestamp in seconds.
1744689600
The update time of the forced sweep, represented as a UNIX timestamp in seconds.
1744689600