Token
トークン - キャンドル
トークンの価格ローソク足を取得
GET
トークン - ローソク足
Documentation Index
Fetch the complete documentation index at: https://docs.chainstream.io/llms.txt
Use this file to discover all available pages before exploring further.
さまざまな解像度(1m、5m、15m、1h、4h、1d)の OHLCV ローソク足データを取得します。チャート作成やテクニカル分析に最適です。
token_get_candles承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
パスパラメータ
サポートされているネットワークに記載されているチェーン名 Supported blockchain chains
利用可能なオプション:
sol, eth, bsc トークンのアドレス
クエリパラメータ
ローソク足データの時間解像度 Candle resolution
利用可能なオプション:
1s, 15s, 30s, 1m, 3m, 5m, 15m, 30m, 1h, 2h, 4h, 6h, 8h, 12h, 1d, 3d, 1w, 1M 価格タイプ:usd(デフォルト)またはネイティブトークン価格 Price type for candle data
利用可能なオプション:
usd, native 開始タイムスタンプ(Unix エポック秒)
終了タイムスタンプ(Unix エポック秒)
返すローソク足の数
レスポンス
200 - application/json
ローソク足を取得
Close price
例:
"51.2"
High price
例:
"51.8"
Low price
例:
"50.1"
Open price
例:
"50.5"
Timestamp
例:
1709251200000
Volume in USD or native currency (depending on priceType)
例:
"1000000"
Number of trades (swaps) in this candle bar
例:
128
Base token quantity (e.g. number of CAKE or SOL tokens traded)
例:
"42000.5"
トークン - ローソク足

