Token Candlesticks

NOTE: This endpoint is only callable by API keys in the following tiers:

  • Business
  • Developer
  • Enterprise
  • PremiumSharedRpc
  • StarterSharedRpc
  • UltimateSharedRpc

The Token Candlesticks endpoint allows you to choose the candlestick period with the provided granularities of ONE_MIN, FIVE_MIN, ONE_HOUR, ONE_DAY, ONE_WEEK.

What values represent a candlestick?

open, the price at which the period opened high, the highest price reached during the period low, the lowest price reached during the period close, the price at which the period closed volume, the sum of defi swaps that occured within the trading period (granularity).

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

body

string
required

Mint address per the SPL token program. > You can also visit https://www.hellomoon.io/id?search=token to search for mints using a user interface.

startTime

Epoch time in seconds. You can adjust the startTime to look at Historical Stats and Floor Prices. For example, startTime < 1622576000 (June 1, 2021) will return NFT Collection Stats before 1622576000.

If you want to look at historical data, let's say 7 days in the past.
> 1. _Change the **operator** to <_
> 2. Get the **current epochtime** i.e, 1673831466 -> Jan 15, 2023
> 3. Subtract the current epochtime from **( 86400 * 7 )**. Place the result of 1673831466 - ( 86400 * 7 ) = **1673226666** in the value input - this returns the **startTime** time from 7 days ago

optional field

granularity
number
1 to 1000

The number of results to return per page optional field

number
≥ 1

The page number to return optional field

string

The pagination token to use to keep your position in the results optional field

Response

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json