FXCM API Update sgcWebSockets

FXCM Forex Trading API Integration in Delphi The FXCM API provides programmatic access to one of the world's largest retail forex brokers, enabling real-time market data streaming, order execution, and historical candle retrieval. The TsgcWSAPI_FXCM component for Delphi wraps FXCM's WebSocket (socket.io) and HTTP interfaces into a single, easy-to-u...

Continue reading

Coinbase API Update sgcWebSockets

Coinbase Advanced Trade API Integration in Delphi Coinbase Advanced Trade is the professional trading platform from one of the world's most widely used cryptocurrency exchanges. The TsgcWSAPI_Coinbase component for Delphi provides complete access to both the WebSocket and REST APIs, enabling real-time market data streaming, order management, accoun...

Continue reading

HTX(formerly Huobi) API Update sgcWebSockets

We are pleased to announce a significant update to the Huobi (HTX) WebSocket API component in sgcWebSockets for Delphi.This update brings expanded market data support, new futures-specific subscription channels, and improved parameter optionsto keep your trading applications up to date with the latest HTX exchange capabilities. Table of Contents Ex...

Continue reading

Pusher Client Delphi Update

The TsgcWS_API_Pusher component has been updated to align with the latestPusher Channels protocol specification.This release introduces support for private-encrypted channels, four new presence and cache channel events,two new REST API endpoints, enhanced query parameters for existing endpoints, and several bug fixes.All changes are backward-compat...

Continue reading

CEX Plus API Update sgcWebSockets

CEX.IO Plus WebSocket API Integration in Delphi CEX.IO Plus is the advanced trading platform from CEX.IO, designed for professional and institutional traders. The TsgcWSAPI_CexPlus component provides comprehensive Delphi access to its WebSocket API, covering market data subscriptions, order management, account operations, and fund transfers —...

Continue reading

CEX API Update sgcWebSockets

CEX.IO WebSocket API Integration in Delphi CEX.IO is a well-established cryptocurrency exchange offering real-time market data and trading capabilities through its WebSocket API. The TsgcWSAPI_Cex component provides a native Delphi interface for connecting to CEX.IO, enabling developers to subscribe to live ticker updates, manage order books, place...

Continue reading

Bitstamp API Update for sgcWebSockets

The sgcWebSockets library has been updated with significant improvements to the Bitstamp REST API component. This update adds support for several new endpoint categories that were previously missing, making the integration more comprehensive and aligned with the latest Bitstamp API v2 offerings. What's New The following new REST API endpoint catego...

Continue reading

AMQP 1 Client Delphi Update

The AMQP 1.0 protocol implementation in sgcWebSockets has undergone a comprehensive review against theOASIS AMQP 1.0 specification.This article documents the 30 fixes applied across 8 source files, covering critical bugs, memory leaks,specification compliance, state machine correctness, heartbeat handling, and thread safety improvements. Table of C...

Continue reading

Bybit Update API sgcWebSockets

Bybit V5 WebSocket and REST API Integration in Delphi Bybit is a major cryptocurrency derivatives and spot exchange, offering perpetual contracts, futures, spot trading, and options. The TsgcWSAPI_Bybit component delivers full Delphi integration with the Bybit V5 unified API — combining both WebSocket subscriptions for real-time market data a...

Continue reading

Bitmex API Update sgcWebSockets

BitMEX WebSocket and REST API Integration in Delphi BitMEX is a leading cryptocurrency derivatives exchange specializing in leveraged trading of futures and perpetual contracts. The TsgcWSAPI_Bitmex component provides Delphi developers with both WebSocket and REST API access, enabling real-time market data streaming, order execution, position manag...

Continue reading

AMQP 0.9.1 Delphi Client Update

The AMQP 0-9-1 implementation in sgcWebSockets has received a comprehensive update: 11 bug fixes coveringcritical parameter ordering, type mismatches, thread safety, and data loss issues, plus 6 new protocol featuresincluding Basic.Nack, Exchange-to-Exchange bindings, Publisher Confirms, Connection.Blocked/Unblockednotifications, and Connection.Upd...

Continue reading

New Binance API Methods in sgcWebSockets

The sgcWebSockets library continues to expand its Binance integration with a significant batch of new methodscovering the Spot REST API, Futures REST API, and WebSocket streams. This article provides a technical breakdownof each new method, its parameters, and practical Delphi code examples to get you up and running quickly. Table of Contents New S...

Continue reading

OpenAI Delphi Client Update

sgcWebSockets 2026.4.0 introduces a major expansion of the OpenAI API integration, bringing full support forthe new Responses API (the official replacement for the deprecated Assistants API), Audio Speech text-to-speech,Fine-Tuning Jobs management, the Batch API for asynchronous bulk processing, the Uploads API for large filehandling, and modernize...

Continue reading

E2EE (End-To-End Encryption) Groups for Delphi

Starting with eSeGeCe All-Access 2026.2.0, the TsgcWSPClient_E2EE protocol extends end-to-end encryption beyond direct peer-to-peer chat and adds first-class support for encrypted group traffic. The important part is that the server still behaves as a relay and coordinator only: payloads stay encrypted from sender to recipients and plaintext never ...

Continue reading

OpenAPI Parser API

 From sgcOpenAPI Parser 2026.2.0 the parser allows to use a custom dll to get more detailed info of the parsed pascal file, just create a new dll with the method sgcOpenAPI_CreateSection and copy the library in the same folder where is the parser. Every time a new file section is created the api the method CreateSection will be called and...

Continue reading

OpenAPI Parser Library

From sgcOpenAPI Parser 2026.2.0 the Delphi Parser supports using a library instead of a GUI executable. The OpenAPI Parser can be used as a shared library (DLL) so you can generate Pascal clients from your own applications without invoking the command line tool. The library exports a small set of functions that wrap the same parser features av...

Continue reading

OpenAPI Parser CLI

From sgcOpenAPI Parser 2026.2.0 the Delphi parser supports Command Line Interface. The sgcOpenAPI Parser includes a command line interface that converts an OpenAPI specification into a Delphi (Pascal) client file. The parser validates and normalizes the specification (OpenAPI 3 JSON + bundled schemas) before generating output. Usage General syntax ...

Continue reading

Azure AMQP Service Bus CBS Authentication

From sgcWebSockets 2026.1.0 Azure AMQP 1.0 supports CBS Authentication using SAS Tokens and JWT. Azure Service Bus implements Claims-Based Security (CBS) over AMQP to authorize senders and receivers after the initial SASL handshake. The client opens a management link to the $cbs node and sends a put-token request containing either a Shared Access S...

Continue reading

MCP Authentication Delphi

The 2025.10.0 release of sgcWebSockets elevates Model Context Protocol (MCP) connectivity with a hardened authentication layer for both client and server components. This article highlights how the new capabilities combine enterprise-grade access control with the rapid development workflow Delphi teams expect from sgcWebSockets. What is new Dual en...

Continue reading

Delphi MCP Server Resources (4/4)

In MCP, resources represent addressable data objects that the server exposes such as files, database records, generated documents, or dynamic API outputs. They are client-controlled, meaning the client can decide which resource to request and how to interpret the content. The two main methods involved are: resources/list: Requests the list of all a...

Continue reading