Skip to main content
POST
/
v1
/
entities
/
{entity_id}
/
futures
/
settings
Set FCM Settings
curl --request POST \
  --url https://api.prime.coinbase.com/v1/entities/{entity_id}/futures/settings \
  --header 'Content-Type: application/json' \
  --data '
{
  "target_derivatives_excess": "1000.00"
}
'
{
  "success": true
}

Path Parameters

entity_id
string
required

Entity ID

Body

application/json
target_derivatives_excess
string

Target CFM Excess amount to set. Only non-negative number is allowed

Example:

"1000.00"

Response

200 - application/json

A successful response.

success
boolean

Success

Example:

true