Coinbase Prime API
cURL
curl --request GET \ --url https://api.prime.coinbase.com/v1/entities/{entity_id}/futures/margin_call_details
{ "margin_calls": [ { "initial_amount": "1000.00", "remaining_amount": "500.00", "business_date": "2021-01-01T00:00:00.000Z", "cure_deadline": "2021-01-01T00:00:00.000Z" } ] }
Retrieve the margin call details for a given entity.
Entity ID
A successful response.
List of margin calls
Show child attributes
FCM_MARGIN_CALL_TYPE_UNSPECIFIED
FCM_MARGIN_CALL_TYPE_URGENT
FCM_MARGIN_CALL_TYPE_REGULAR
FCM_MARGIN_CALL_STATE_UNSPECIFIED
FCM_MARGIN_CALL_STATE_CLOSED
FCM_MARGIN_CALL_STATE_ROLLED_OVER
FCM_MARGIN_CALL_STATE_DEFAULT
FCM_MARGIN_CALL_STATE_OFFICIAL
Initial margin call amount to settle
"1000.00"
Remaining margin call amount to settle
"500.00"
Business date when the margin call was opened
"2021-01-01T00:00:00.000Z"
The deadline by which the margin call must be satisfied
Was this page helpful?