GET
/
api
/
v3
/
brokerage
/
cfm
/
sweeps
curl --request GET \
  --url https://api.coinbase.com/api/v3/brokerage/cfm/sweeps
{
  "sweeps": [
    {
      "id": "<string>",
      "requested_amount": {
        "value": "<string>",
        "currency": "<string>"
      },
      "should_sweep_all": true,
      "status": "<any>",
      "scheduled_time": "<string>"
    }
  ]
}

Response

200
application/json

A successful response.

The response is of type object.