TD Sequential

This endpoint provides historical count data for the TD (Tom DeMark Sequential) indicator in futures trading, used to track trend continuation and identify potential reversal signals.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Cache / Update Frequency: Real time for all the API plans..

This endpoint is available on the following API plans

PlansHobbyistStartupStandardProfessionalEnterprise
Available

Response Data

{
  "code": "0",
  "data": [
          {
           "time": 1689206400000,
           "td_buy_count": 4  //TD Buy Setup Count
          },
          {
           "time": 1689292800000,
           "td_sell_count": 1  //TD Sell Setup Count
          },
           ....
          ]
}
Query Params
string
required
Defaults to Binance

Futures exchange names (e.g., Binance, OKX) .Retrieve supported exchanges via the 'support-exchange-pair' API.

string
required
Defaults to BTCUSDT

Trading pair (e.g., BTCUSDT). Retrieve supported pairs via the 'support-exchange-pair' API.

string
required
Defaults to 1d

Time interval for data aggregation. Supported values: 1m, 3m, 5m, 15m, 30m, 1h, 4h, 6h, 8h, 12h, 1d, 1w

integer

Number of results per request. Default: 1000, Maximum: 1000

int64

Start timestamp in milliseconds (e.g., 1641522717000).

int64

End timestamp in milliseconds (e.g., 1641522717000).

Response
200
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!