Skip to end of banner
Go to start of banner

Margin Service API - Status - Get

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The get status request returns a http code from CME CORE indicating whether that product is available for margining at that time.



 

EntityMargins
ActionGet
URL/status/{prdt}
HTTP MethodGET
Parameter InputYes
XML InputNo
Multiple OutputNo
SynchronousYes

Description

This request allows the Client to get or retrieve the status (heartbeat) of CME CORE by product.  Status can be checked for IRS, Futures, FX, and Delta Ladder.  Leaving product blank returns combined status of all products.  If product is available for margining at that time Client will receive a 200 OK response.   

Request

RequestNameRequired
/margins/status/{product}Requesting User IDNo

Response

Http CodeNameRequired
200OK - Margining availableNo

 

Errors

Http CodeDescription
404Returned if GET /margins/status is sent and the Margin Services API is unavailable.
501Returned if Client enters a an Incorrect product.
503Returned if GET /margins/status/{product} is sent and the product is unavailable.

Examples

RequestHttp Code ResponseNotes
GET /margins/status/IRS200Status of Interest Rate Swap margining
GET /margins/status/FUT200Status of Future & Options margining
GET /margins/status/FX200Status of Forex margining
GET /margins/status/DELTA_LADDER200Status of Delta Ladder margining
  • No labels