Skip to main content
GET
/
reward-kit
/
trending
Get trending rewards
curl --request GET \
  --url https://api-v2.boost.xyz/reward-kit/trending
{
  "trendingBoosts": [
    {
      "id": "8453:0x378632819f39c74c4f56b1429e760739c5fb51b7:1",
      "chainId": 123,
      "incentives": [
        {
          "type": "AllowListIncentive",
          "assetAddress": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
          "rewardPercentage": 50,
          "rewardAmount": "<string>",
          "rewardAmountFormatted": "<string>",
          "maxReward": "<string>",
          "maxRewardUsdValue": 123,
          "rewardUsdValue": 123,
          "tokenSymbol": "<string>",
          "tokenImageUri": "<string>",
          "metadata": {
            "id": "<string>",
            "chainId": 123,
            "address": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
            "decimals": 123,
            "name": "<string>",
            "symbol": "<string>",
            "imageUri": "<string>"
          }
        }
      ],
      "actionTemplate": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "projectId": "<string>",
        "actionType": "mint",
        "projectImage": "<string>",
        "description": "<string>"
      },
      "status": "active",
      "txHash": "<string>",
      "boostName": "<string>",
      "nftImageUri": "<string>",
      "nftName": "<string>",
      "tokenImageUri": "<string>",
      "blockTimestamp": "<string>",
      "projectUrl": "<string>",
      "startTime": "2023-11-07T05:31:56Z",
      "endTime": "2023-11-07T05:31:56Z",
      "claimCount": 1,
      "totalBudget": "<string>",
      "rewardsDistributed": "<string>",
      "signature": {
        "claimant": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
        "incentiveId": 1,
        "signature": "<string>",
        "referrer": "0x378632819f39c74c4f56b1429e760739c5fb51b7"
      },
      "accessStatus": "allowed",
      "actionTokenMetadata": {
        "tokenSymbol": "<string>",
        "tokenContract": "0x378632819f39c74c4f56b1429e760739c5fb51b7",
        "chainId": 123,
        "tokenImage": "<string>",
        "decimals": 123,
        "marketCap": 123,
        "priceChange24Hr": 123,
        "volume24Hr": 123,
        "priceUsd": 123,
        "holders": 123
      },
      "verificationLevel": "<string>",
      "usdDistributed24Hr": 12345.67,
      "usdDistributed1Hr": 1234.56
    }
  ]
}

Query Parameters

budgetAccount
string

Filter boosts by budget account address(es). Accepts a single address or comma-separated list of addresses

Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7,0x1234567890123456789012345678901234567890"

owner
string

Filter boosts by a specific owner address

Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"

autoboostId
string

Filter boosts by a specific autoboost ID

chainId
integer | null

Only retrieve Boosts for a specific chain ID. You must supply this parameter if also specifying targetContract

Required range: x >= 0
targetContract
string

Retrieve rewards configured with actions that target a specific contract i.e., Zora's address for all rewards that require a mint in order to claim a reward. If you supply this parameter, you must also supply chainId

Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"

tokens
string

Retrieve rewards configured with specific token addresses

Example:

"chainId:tokenAddress,chainId:tokenAddress:collection,..."

distributionChannel
string

Filter boosts by comma separated list of distribution channels

Example:

"distributionChannel=public,farcaster"

sortBy
enum<string>
default:1h

Sort trending boosts by volume in the specified time period

Available options:
1h,
24h
Example:

"24h"

tokenWhitelist
boolean | null
default:true

Filter boosts by token whitelist

creatorAddress
string

Filter rewards by a reward's creator address

Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"

claimantAddress
string
required

Show relevant rewards for this user's address

Example:

"0x378632819f39c74c4f56b1429e760739c5fb51b7"

actionType
any

Filter by the type of actions that must be taken to claim the reward, eg: "mint", "swap"

Example:

"swap,mint"

excludeActionType
any

Exclude rewards with these action types, eg: "mint", "swap"

Example:

"mint,create-any-token"

includeTokenMetadata
boolean | null

Include token metadata (price, market cap, etc.) for swap actions. Defaults to false.

Example:

true

Response

Returns a user's RewardKit profile

Trending rewards and metadata that correspond to the RewardKit for a user's address

An array of active RewardKit rewards that are trending