Coinbase Prime API
cURL
curl --request POST \ --url https://api.prime.coinbase.com/v1/entities/{entity_id}/futures/auto_sweep \ --header 'Content-Type: application/json' \ --data '{ "auto_sweep": true }'
{ "success": true }
Set auto sweep for a given entity.
Entity ID
A successful response.
The response is of type object.
object
Was this page helpful?