POST
/
api
/
v3
/
brokerage
/
cfm
/
sweeps
/
schedule
curl --request POST \
  --url https://api.coinbase.com/api/v3/brokerage/cfm/sweeps/schedule \
  --header 'Content-Type: application/json' \
  --data '{
  "usd_amount": "<string>"
}'
{
  "success": true
}

Body

application/json

Response

200
application/json

A successful response.

The response is of type object.