/
SW
swap
/
Swap Coffee API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
swap
Swap Coffee API
post
Create new contest. For internal usage only
v4
latest
OpenAPI 3.0.3
2026-08-07
129
194
194.6 KB
Contests
Create new contest. For internal usage only
post
/v1/contests
Request body
ApiContestInfo
required
title
string
required
description
string
required
references
ApiContentReference[]
required
conditions
ApiDexSwapCondition[]
required
rewards
ApiContestReward[]
required
start_time_unix
integer
required
in seconds
end_time_unix
integer
required
in seconds
image_url
string
required
total_reward
string
required
hidden
boolean
required
Response
Created contest information with id
ApiContestInfoWithID
required
id
integer
required
info
ApiContestInfo
required