Cấu hình tài sản

API lấy cấu hình của cặp giao dịch

GET https://nfp-gateway.nami.exchange/public/api/v1/price/symbol-info

Headers

Tên
Giá trị

Content-Type

application/json

Tham Số Query

Tên
Loại
Mô Tả
Bắt buộc
Ví Dụ

Broker

string

định danh hệ giao dịch

NAO_PLUS

symbol

string

Mã cặp giao dịch

BTCV1K

Phản Hồi

{
  "status": "ok",
  "code": 0,
  "message": "Symbol info data retrieved successfully",
  "data": {
    "symbol": "BTCUSDT",
    "description": "BTCUSDT",
    "minmov": 1,
    "minmov2": 0,
    "pricescale": 10,
    "has_dwm": true,
    "has_intraday": true,
    "has_daily": true,
    "force_session_rebuild": true,
    "has_weekly_and_monthly": false,
    "has_no_volume": true,
    "intraday_multipliers": [
      "1",
      "60"
    ],
    "type": "bitcoin",
    "ticker": "BTCUSDT",
    "timezone": "UTC",
    "session": "24x7",
    "supported_resolution": [
      "1",
      "5",
      "15",
      "60",
      "240",
      "1D",
      "1W",
      "1M"
    ],
    "data_status": "streaming",
    "exchange": "NAO_PLUS",
    "volume_precision": 5
  }
}

Last updated