Token K-line OHLCV

This API is used to get the open / high / low / close prices and trading volume of K-lines for a specific token (multiple pools)

This API is used to get the open / high / low / close prices and trading volume of K-lines for a specific token(multiple pools)

FreePlusProEnterpriseCredit Usage
10

Response data

{
  "err": false, // Error or not
  "res": [
    {
      "time": 1750211580000,  // K-line time
      "open": 0.00003703485814540744,  // Open price
      "high": 0.00004583545646248797,  // High price
      "low": 0.00003703485814540744,  // Low price
      "close": 0.00004013297579521927,  // Close price
      "volume": 11348.46893515788  // Trading volume
    }
  ]
}

Query Params
string
Defaults to solana

Chain (solana / bsc)

string
required

Token contract address

string
required

1s / 30s / 1m / 5m / 15m / 30m / 1h / 4h / 12h / 1d

string
required

The end time of the K-line, in milliseconds, returns the 100 data before this time

Response

Language
LoadingLoading…
Response
Choose an example:
application/json