GET
/
boosts
curl 'https://ponder-staging-9166160e1bc0.herokuapp.com/boosts?page=1&pageSize=10'
{
  "boosts": [
    {
      "id": "11155111:0",
      "action": "<string>",
      "allowList": {
        "owner": "<string>",
        "contractAddress": "<string>",
        "type": "SimpleAllowList",
        "addresses": [
          "<string>"
        ]
      },
      "boostIndex": "<string>",
      "budget": "<string>",
      "incentiveCount": "<string>",
      "owner": "<string>",
      "validator": "<string>",
      "blockTimestamp": "<string>",
      "txHash": "<string>",
      "chainId": 123,
      "actionSteps": [
        {
          "chainId": 123,
          "claimant": "<string>",
          "signature": "<string>",
          "signatureName": "<string>",
          "signatureType": "event",
          "actionType": 123,
          "targetContract": "<string>",
          "parameters": {
            "filterType": 123,
            "fieldType": 123,
            "fieldIndex": 123,
            "filterData": "<string>"
          }
        }
      ],
      "incentives": [
        {
          "type": "AllowListIncentive",
          "allowListAddress": "<string>",
          "limit": "<string>"
        }
      ],
      "protocolFee": "<string>",
      "referralFee": "<string>",
      "maxParticipants": "<string>",
      "createdAtChainBlockNumbers": {}
    }
  ],
  "totalBoosts": 123
}

Query Parameters

budgetAccount
string

Ethereum address of budget account

owner
string

Ethereum address of owner

chainId
integer

Chain ID to filter by

page
integer
required
Required range: x > 1
pageSize
integer
required
Required range: x > 1

Response

200 - application/json
List of boosts

Response containing list of boosts and total count

boosts
object[]
required

Array of boost objects

totalBoosts
integer
required

Total number of boosts available