GET
/
users
/
referrals
/
boosts
curl --request GET \
  --url https://api-staging.boost.xyz/users/referrals/boosts
[
  {
    "referrals": 123,
    "boostId": "<string>",
    "boostName": "<string>",
    "boostAddress": "<string>",
    "referralRewardAddress": "<string>",
    "referralRewardAmount": "<string>",
    "referralRewardSymbol": "<string>",
    "referralRewardChainId": "<string>",
    "referralRewardImageUrl": "<string>",
    "referralRewardUnits": 123,
    "claimed": true,
    "dynamicBoostTitle": {
      "name": "<string>",
      "actionPluginId": "<string>",
      "actionParams": {
        "type": "bridge",
        "data": {
          "destinationNetworkId": "<string>",
          "sourceChainId": 123,
          "destinationChainId": 123,
          "tokenAddress": "<string>",
          "tokenDecimals": 123,
          "amount": "<string>",
          "amountOperator": "any"
        }
      },
      "metadata": {
        "image": "<string>",
        "postType": "<string>",
        "profileName": "<string>"
      }
    }
  }
]

Query Parameters

address
string
required
status
enum<string>
Available options:
active,
complete
pageSize
number | null
Required range: x <= 50
pageNo
number | null

Response

200
application/json
Success
referrals
number
required
boostId
string
required
boostName
string
required
boostAddress
string
required
referralRewardAddress
string
required
referralRewardAmount
string
required
referralRewardSymbol
string | null
required
referralRewardChainId
string
required
referralRewardImageUrl
string | null
required
referralRewardUnits
number | null
required
claimed
boolean
required
dynamicBoostTitle
object