GET
/
users
/
referrals
/
activity
curl --request GET \
  --url https://api-staging.boost.xyz/users/referrals/activity
[
  {
    "date": "<string>",
    "transactionHash": "<string>",
    "referreeAddress": "<string>",
    "boostName": "<string>",
    "boostId": "<string>",
    "chainId": "<string>",
    "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
pageSize
number | null
Required range: x <= 50
pageNo
number | null

Response

200
application/json
Success
date
string
required
transactionHash
string
required
referreeAddress
string
required
boostName
string
required
boostId
string
required
chainId
string
required
dynamicBoostTitle
object