GET
/
manager
/
recent-completions
curl --request GET \
  --url https://api-staging.boost.xyz/manager/recent-completions
[
  {
    "boostId": "<string>",
    "boostName": "<string>",
    "date": "<string>",
    "address": "<any>",
    "metadata": {
      "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

creatorAddress
string
required
pageNumber
number

page number (1-indexed); defaults to 1

pageSize
number

page size; defaults to 10

Response

200
application/json
Success
boostId
string
required
boostName
string
required
date
string
required
address
any
metadata
object