Admin
Add bonus boost to users
Add bonus boosts to multiple users in a single request. Each boost applies to all competitions that start before the expiration date.
Note: This endpoint is currently stubbed and returns 501 Not Implemented for API contract validation.
post/api/admin/boost-bonus
Request body
Example request
{
"boosts": [
{
"wallet": "0x742d35Cc6634C0532925a3b844Bc9e7595f0bEb0",
"amount": "500000000000000000",
"expiresAt": "2025-12-31T23:59:59Z",
"meta": {
"source": "farcaster",
"campaignId": "campaign-123"
}
}
]
}