GET
/
boosts
/
{id}
/
activity
curl --request GET \
  --url https://ponder-staging-9166160e1bc0.herokuapp.com/boosts/{id}/activity
{
  "activityEvents": [
    {
      "claimant": "<string>",
      "blockTimestamp": "<string>",
      "txHash": "<string>",
      "incentives": [
        {
          "type": "AllowListIncentive",
          "allowListAddress": "<string>",
          "limit": "<string>"
        }
      ]
    }
  ],
  "totalActivityCount": 123
}

Path Parameters

id
string
required

The Boost's chain id and stringified bigint index separated by a colon

Query Parameters

page
integer
default:
1
Required range: x > 1
pageSize
integer
default:
10
Required range: x > 1

Response

200 - application/json
Boost activity details
activityEvents
object[]
required
totalActivityCount
integer
required

Total number of activity events