Campaigns
Campaign management operations
Retrieve a list of campaigns for the authenticated user with optional filtering
Filter campaigns by status
Maximum number of results per request
25Number of results to skip
0List of campaigns
Unauthorized
Internal server error
Create a new reward campaign with specified configuration
Campaign name
Summer Rewards CampaignBlockchain chain ID
137Possible values: Whether the campaign is enabled
trueExample: trueMaximum gas fee per transaction
200Example: 200Campaign start time
2024-01-01T00:00:00ZCampaign end time
2024-12-31T23:59:59ZCampaign created successfully
Bad request
Unauthorized
Internal server error
Retrieve public campaign information by IDs
Array of campaign IDs to retrieve
Public campaign information
Bad request
Internal server error
Retrieve detailed information about a specific campaign
Campaign ID
Campaign details
Unauthorized
Not found
Internal server error
Update campaign configuration and settings
Campaign ID
Campaign name
Updated Campaign NameBlockchain chain ID
137Possible values: Whether the campaign is enabled
trueMaximum gas fee per transaction
200Campaign start time
2024-01-01T00:00:00ZCampaign end time
2024-12-31T23:59:59ZCampaign updated successfully
Bad request
Unauthorized
Not found
Internal server error
Claim funds from a campaign to a specified address
Campaign ID
Address to send funds to
0x1234567890123456789012345678901234567890Funds claimed successfully
Bad request
Unauthorized
Not found
Internal server error
Last updated