Coinbase Advanced Trade API
cURL
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>" } ] }
Get pending and processing sweeps of funds from FCM wallet to USD Spot wallet
A successful response.
The response is of type object.
object
Was this page helpful?