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.
取引量、取引件数、ユニーク取引者数、価格変動など、複数の時間範囲にわたるトークンの集計取引統計を取得します。
token_get_stats承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
パスパラメータ
サポートされているネットワークに記載されているチェーン名 Supported blockchain chains
利用可能なオプション:
sol, eth, bsc トークンのアドレス
レスポンス
200 - application/json
統計を取得
Token statistics with nested time period data
トークンコントラクトアドレス
例:
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
Trade statistics grouped by time period (1m, 5m, 15m, 30m, 1h, 4h, 6h, 24h).
Each period contains full OHLCV data, trade counts, and previous-period comparisons.
See TokenTradeStatPeriod schema for all fields.
例:
{
"6h": {
"buyVolumeInUsd": "12000.00",
"buyers": "120",
"buys": "420",
"closeInUsd": "0.15600000",
"currentLiquidityInUsd": "250000.00",
"highInUsd": "0.15900000",
"lowInUsd": "0.15100000",
"openInUsd": "0.15200000",
"priceChangeRatioInUsd": "0.02631579",
"sellVolumeInUsd": "9800.00",
"sellers": "95",
"sells": "360",
"totalVolumeInUsd": "21800.00",
"traders": "215",
"trades": "780"
}
}トークン - 統計

