Chilkat Online Tools

Delphi (ActiveX) / Broker API / Market Calendar

Back to Collection Items

var

begin
http.BasicAuth := 1;http.Login := '{{api_key}}';http.Password := '{{api_secret}}';success := http.QuickGetSb('https://domain.com/v1/calendar',sbResponseBody.ControlInterface);

Curl Command

curl -X GET
	-u '{{api_key}}:{{api_secret}}'
https://domain.com/v1/calendar

Postman Collection Item JSON

{
  "name": "Market Calendar",
  "request": {
    "method": "GET",
    "header": [
    ],
    "url": {
      "raw": "{{HOST}}/v1/calendar",
      "host": [
        "{{HOST}}"
      ],
      "path": [
        "v1",
        "calendar"
      ]
    }
  },
  "response": [
  ]
}