Create Gig
Authentication
x-api-key: your_api_key_hereEndpoint
Input Parameters
{
chain: "base", // Currently only Base network supported
token_address: string, // ERC20 token contract address
amount: number, // Reward amount in tokens (e.g., 10)
start_time: string, // ISO datetime (e.g., "2025-03-01T15:00:00Z")
duration: "1day" | "3days" | "1week" | "2weeks" | "3months" | "6months",
gig_type: "mention" | "like" | "recast" | "boost" | "custom_bounty",
how_to_earn?: string, // Required for `custom_bounty` else is Optional
earning_criteria?: string, // Optional - will use default if not provided
url?: string, // Required for like, recast, and boost tasks
platform?: "farcaster" | "x" // Optional - defaults to "farcaster"
}Examples
Mention Gig
Like Gig
Success Response (201)
Errors
401: Unauthorized
400: Validation Errors
404: Resource Not Found
500: Server Error
Important Notes
Duration Options
URL Format Requirements
Platform Support
Last updated