Coinbase Prime API
cURL
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" }
Retrieve the risk limits for a given entity.
Entity ID
A successful response.
The response is of type object.
object
Was this page helpful?