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.
Documentation IndexFetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cloud.coinbase.com/llms.txt
Use this file to discover all available pages before exploring further.
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?