Chilkat Online Tools

Unicode C++ / Binance european options API / Test connectivity

Back to Collection Items

void ChilkatSample(void)
    {
    success = http.QuickGetSb(L"https://domain.com/eapi/v1/ping",sbResponseBody);
    }

Curl Command

curl -X GET
	-H "Content-Type: application/json"
https://domain.com/eapi/v1/ping

Postman Collection Item JSON

{
  "name": "Test connectivity",
  "request": {
    "method": "GET",
    "header": [
      {
        "key": "Content-Type",
        "type": "text",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{url}}/eapi/v1/ping",
      "host": [
        "{{url}}"
      ],
      "path": [
        "eapi",
        "v1",
        "ping"
      ]
    }
  },
  "response": [
  ]
}