Get a list of recent boost completions by creator address
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>"
}
}
}
]
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>"
}
}
}
]
Get a list of recent boost completions by creator address
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>"
}
}
}
]
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>"
}
}
}
]