POST
/
v1
/
entities
/
{entity_id}
/
futures
/
auto_sweep
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
}

Path Parameters

entity_id
string
required

Entity ID

Body

application/json

Response

200
application/json

A successful response.

The response is of type object.