GET
/
v1
/
entities
/
{entity_id}
/
futures
/
risk_limits
Get FCM Risk Limits
curl --request GET \
  --url https://api.prime.coinbase.com/v1/entities/{entity_id}/futures/risk_limits
{
  "cfm_risk_limit": "10000.00",
  "cfm_risk_limit_utilization": "10000.00",
  "cfm_total_margin": "1000.00",
  "cfm_delta_ote": "100.00",
  "cfm_unsettled_realized_pnl": "10.12",
  "cfm_unsettled_accrued_funding_pnl": "10.12"
}

Path Parameters

entity_id
string
required

Entity ID

Response

200 - application/json

A successful response.

The response is of type object.