Coinbase Prime API
cURL
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 }
Update settings related to FCM.
Entity ID
Target CFM Excess amount to set. Only non-negative number is allowed
"1000.00"
A successful response.
Success
true
Was this page helpful?