Margin Service API - Status - Get
The get status request returns a http code from CME CORE indicating whether that product is available for margining at that time.
Entity | Margins |
Action | Get |
URL | /status/{prdt} |
HTTP Method | GET |
Parameter Input | Yes |
XML Input | No |
Multiple Output | No |
Synchronous | Yes |
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
Request | Name | Required |
---|---|---|
/margins/status/{product} | Requesting User ID | No |
Response
Http Code | Name | Required |
---|---|---|
200 | OK - Margining available | No |
Errors
Http Code | Description |
---|---|
404 | Returned if GET /margins/status is sent and the Margin Services API is unavailable. |
501 | Returned if Client enters a an Incorrect product. |
503 | Returned if GET /margins/status/{product} is sent and the product is unavailable. |
Examples
Request | Http Code Response | Notes |
---|---|---|
GET /margins/status/IRS | 200 | Status of Interest Rate Swap margining |
GET /margins/status/FUT | 200 | Status of Future & Options margining |
GET /margins/status/FX | 200 | Status of Forex margining |
GET /margins/status/DELTA_LADDER | 200 | Status of Delta Ladder margining |
How was your Client Systems Wiki Experience? Submit Feedback
Copyright © 2024 CME Group Inc. All rights reserved.