> For the complete documentation index, see [llms.txt](https://guide.ssi.com.vn/ssi-products/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.ssi.com.vn/ssi-products/tieng-viet/fastconnect-data/huong-dan-ket-noi.md).

# Hướng dẫn kết nối

## Đường dẫn dịch vụ

Hiện FastConnect Data được truy cập qua các url sau:

* URL api: <mark style="color:blue;"><https://fc-data.ssi.com.vn/v2.0/Market></mark>
* URL streaming giá đối với Nodejs: <mark style="color:blue;">wss\://fc-datahub.ssi.com.vn/v2.0</mark>
* URL streaming giá đối với Python/ .Net: <mark style="color:blue;"><https://fc-datahub.ssi.com.vn/v2.0></mark>
* URL api Java/ .Net: <mark style="color:blue;"><https://fc-data.ssi.com.vn/></mark>
* URL streaming giá đối với Java: <mark style="color:blue;"><https://fc-datahub.ssi.com.vn/></mark>

## Thông tin đăng nhập

Để đảm bảo bảo mật, người dùng được cấp một bộ key kết nối bao gồm:

* ConsumerID: Định danh tài khoản
* ConsumerSecrect: Key truy cập server

Cách lấy bộ key kết nối tham khảo [tại đây](/ssi-products/tieng-viet/dang-ky-dich-vu.md).&#x20;

## Mô hình kết nối

<figure><img src="/files/gCPxzKjImwm1ZGHhd49u" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
SSI cung cấp sample code cho hai ngôn ngữ lập trình là **Python,** **Nodejs, Java** và **.Net**. Tên thường gọi là **Client Python, Client Nodejs, Client Java và Client .Net**. Xem hướng dẫn sử dụng sample code [tại đây](/ssi-products/tieng-viet/fastconnect-data/su-dung-client-mau.md).&#x20;
{% endhint %}
