curl --request GET \
--url https://api.prime.coinbase.com/v1/entities/{entity_id}/futures/margin_call_details{
"margin_calls": [
{
"type": "FCM_MARGIN_CALL_TYPE_UNSPECIFIED",
"state": "FCM_MARGIN_CALL_STATE_UNSPECIFIED",
"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.
curl --request GET \
--url https://api.prime.coinbase.com/v1/entities/{entity_id}/futures/margin_call_details{
"margin_calls": [
{
"type": "FCM_MARGIN_CALL_TYPE_UNSPECIFIED",
"state": "FCM_MARGIN_CALL_STATE_UNSPECIFIED",
"initial_amount": "1000.00",
"remaining_amount": "500.00",
"business_date": "2021-01-01T00:00:00.000Z",
"cure_deadline": "2021-01-01T00:00:00.000Z"
}
]
}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
"2021-01-01T00:00:00.000Z"
Was this page helpful?