Coinbase Prime API
cURL
curl --request DELETE \ --url https://api.prime.coinbase.com/v1/entities/{entity_id}/futures/sweeps
{ "success": true, "request_id": "00000000-0000-0000-0000-000000000000" }
Cancel the pending sweep for a given entity. A user will only be able to have one pending sweep at a time. If the sweep is not found, a 404 will be returned.
Entity ID
A successful response.
The response is of type object.
object
Was this page helpful?