Documentation
¶
Index ¶
Constants ¶
View Source
const ( Host = "https://api.fyers.in" DataHost = "https://api-t1.fyers.in" ApiV2 = "/api/v2" DataV2 = "/data-rest/v2" DataV3 = "/data" Data = "/data" OrdersUrl = "/orders" MultiOrderUrl = "/orders-multi" PositionsUrl = "/positions" QuoteUrl = "/quotes" ProfileUrl = "/profile" FundsUrl = "/funds" HoldingsUrl = "/holdings" TradeBookUrl = "/tradebook" HistoricalDataApiUrl = "/history" MarketDepthApiUrl = "/depth/" QueryParam = "?" AndQueryParam = "&" IdQueryParam = "id=" SymbolQueryParam = "symbol=" SymbolsQueryParam = "symbols=" OhlcvQueryParam = "ohlcv_flag=1" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DomainHistoricalData ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.