Coinbase Advanced Trade API
cURL
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 }
Schedules a sweep of funds from FCM wallet to USD Spot wallet
A successful response.
The response is of type object.
object
Was this page helpful?