v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBgiveaway
Create a new giveaway
Create a giveaway that automatically enters tippers during the specified window.
Authentication required: Account JWT (Bearer token) must be provided.
Tips to ANY of the creator's earning wallets (smart_account rows) during the giveaway window will create entries. The giveaway is tied to the authenticated account, not a specific wallet address.
Management operations (update, draw, cancel) require the same account JWT used to create the giveaway. Only the creator can manage their giveaway.
Currently limited to USDC tips on Base and Base Sepolia networks.
post/v1/giveaway
Headers
authorizationstring nullable
Bearer <account_jwt>
Bearer <account_jwt>
Request body
Example request
{
"title": "Win an exclusive NFT!",
"description": "Win exclusive NFT for tipping during January!",
"network": "base"
}Response
Successful Response