Chuyển đến nội dung chính
GET
https://api-gw.verolabs.co/api/v1
/
diagnostics
/
margin-ratios
/
{symbol}
Lấy tỷ lệ ký quỹ theo mã
curl --request GET \
  --url https://api-gw.verolabs.co/api/v1/diagnostics/margin-ratios/{symbol} \
  --header 'Authorization: Bearer <token>'
{
  "marginRatio": 123,
  "forceCloseRate": 123,
  "marginCallRate": 123,
  "productGroup": "<string>",
  "symbol": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.oms.verolabs.co/llms.txt

Use this file to discover all available pages before exploring further.

Ủy quyền

Authorization
string
header
bắt buộc

JWT returned by Ory /sessions/whoami?tokenize_as=jwt_template_1 and stored by ApiClient.

Tham số đường dẫn

symbol
string
bắt buộc
Ví dụ:

"VN30F1M"

Phản hồi

Margin ratio data.

marginRatio
number
forceCloseRate
number
marginCallRate
number
productGroup
string
symbol
string