GET
/
boosts
/
participants
curl --request GET \
  --url https://api-staging.boost.xyz/boosts/participants
[
  {
    "address": "<string>",
    "status": "active",
    "updated_at": "<string>",
    "transaction_hash": "<string>",
    "chain_id": 123,
    "claim_tx_hash": "<string>",
    "claim_chain_id": 123
  }
]

Query Parameters

pageSize
number

page size; defaults to 10

pageNumber
number

page number (1-indexed); defaults to 1

status
string
boostId
string
required

Response

200
application/json

Success

The response is of type object[].