GET
/
v1
/
farcaster
/
trends
/
memecoins
  • Query can be found here
  • Scheduled to update every 30 minutes
  • You can apply filters like WHERE, IN, AND/OR upon results
  • Learn about memecoins and categories in this article

Use Cases

  • Recommend trending memecoins based on farcaster engagement, liquidity, volume, or other onchain activity

Column Descriptions

Learn more about the score and methodology in this article.

ColumnDescriptionType
word_rawTicker symbol of the tokenstring
related_symbolany symbol or word that is related to the token (i.e. the degen hat or higher arrow)string
token_contract_addressContract address of the tokenstring
blockchainBlockchain on which the token is deployedstring
deployed_days_agoNumber of days since the token was deployedinteger
social_scoreSocial score of the tokeninteger
financial_scoreFinancial score of the tokeninteger
meme_categorycategory of meme based off of social and financial score valuesstring
castersNumber of users who have casted the token tickerinteger
casters_wowChange in the number of casters week over weekinteger
percent_recipient_castersPercentage of casters this week that have received the token beforeinteger
percent_recipient_wowChange in the percentage of recipient casters week over weekinteger
recipient_castersNumber of casters this week that have received the token beforeinteger
recipient_casters_wowChange in the number of recipient casters week over weekinteger
castsNumber of times the token ticker has been castedinteger
casts_wowChange in the number of casts week over weekinteger
channelsNumber of channels the token ticker has been casted ininteger
channels_wowChange in the number of channels week over weekinteger
activity_levelActivity level of the tokeninteger
activity_wowChange in the activity level week over weekinteger
total_supplyTotal supply of the tokeninteger
fdvFully diluted valuation of the tokeninteger
median_priceMedian price of the tokeninteger
day_pnlProfit and loss of the token price in the last 24 hoursinteger
week_pnlProfit and loss of the token price in the last 7 daysinteger
month_pnlProfit and loss of the token price in the last 30 daysinteger
liquidity_usdLiquidity of the token in USDinteger
liquidity_wowChange in liquidity week over weekinteger
rolling_one_months_tradesNumber of trades in the last monthinteger
transfers_one_monthNumber of token transfers in the last monthinteger
total_volume_weekTotal trading volume of the token in the last 7 daysinteger
total_volume_wowChange in total trading volume week over weekinteger
buy_volume_weekTotal buying volume of the token in the last 7 daysinteger
buy_volume_wowChange in total buying volume week over weekinteger
sell_volume_weekTotal selling volume of the token in the last 7 daysinteger
sell_volume_wowChange in total selling volume week over weekinteger

Headers

X-Dune-Api-Key
string
required

API Key for the service

Query Parameters

api_key
string

API Key, alternative to using the HTTP header X-Dune-Api-Key

allow_partial_results
boolean

This enables returning a query result that was too large and only a partial result is available. By default allow_partial_results is set to false and a failed state is returned.

columns
string

Specifies a comma-separated list of column names to return. If omitted, all columns are included. Tip: use this to limit the result to specific columns, reducing datapoints cost of the call.

filters
string

Expression to filter out rows from the results to return. This expression is similar to a SQL WHERE clause. More details about it in the Filtering section of the doc. This parameter is incompatible with sample_count.

ignore_max_datapoints_per_request
boolean

There is a default 250,000 datapoints limit to make sure you don't accidentally spend all your credits in one call. To ignore the max limit, you can add ignore_max_datapoints_per_request=true

limit
integer

Limit number of rows to return. This together with 'offset' allows easy pagination through results in an incremental and efficient way. This parameter is incompatible with sampling (sample_count).

offset
integer

Offset row number to start (inclusive, first row means offset=0) returning results from. This together with 'limit' allows easy pagination through results in an incremental and efficient way. This parameter is incompatible with sampling (sample_count).

queryID
integer
required
sample_count
integer

Number of rows to return from the result by sampling the data. This is useful when you want to get a uniform sample instead of the entire result. If the result has less than the sample count, the entire result is returned. Note that this will return a randomized sample, so not every call will return the same result. This parameter is incompatible with offset, limit, and filters parameters.

sort_by
string

Expression to define the order in which the results should be returned. This expression is similar to a SQL ORDER BY clause. More details about it in the Sorting section of the doc.

Response

200 - application/json
cancelled_at
string

Timestamp of when the query execution was cancelled, if applicable.

execution_ended_at
string

Timestamp of when the query execution ended.

execution_id
string

Unique identifier for the execution of the query.

execution_started_at
string

Timestamp of when the query execution started.

expires_at
string

Timestamp of when the query result expires.

is_execution_finished
boolean

Whether the state of the query execution is terminal. This can be used for polling purposes.

next_offset
integer

Offset that can be used to retrieve the next page of results.

next_uri
string

URI that can be used to fetch the next page of results.

query_id
integer

Unique identifier of the query.

result
object

The object containing the results and metadata of the query execution

state
string

The state of the query execution.

submitted_at
string

Timestamp of when the query was submitted.