Skip to main content
POST
Search free rounds campaigns

Authorizations

X-Operator
string
header
required

Your operator identifier, issued by Zero-Dash during onboarding.

X-Zd-Signature
string
header
required

Hex-encoded HMAC-SHA512(apiPath|timestamp|data, secretKey). See Request signature.

X-Zd-Timestamp
string
header
required

Unix time in milliseconds, and the exact value signed. Requests older than 5 minutes are rejected.

Body

application/json
page
integer
required

Page to retrieve. The first page is 1.

Required range: x >= 1
perPage
integer
required

Results per page.

Required range: 1 <= x <= 100
currencyCode
string

Filter by campaign currency.

campaignCode
string

Substring match on the campaign code.

campaignName
string

Substring match on the campaign name.

from
string<date-time>

Return campaigns whose startDate is greater than or equal to this value.

to
string<date-time>

Return campaigns whose endDate is less than or equal to this value.

Response

A page of matching campaigns.

data
object
required