Skip to main content
GET
Get account's campaign locks

Authorizations

Authorization
string
header
required

Bearer token from Geomi. See Authentication for setup instructions.

Query Parameters

account
string
required

User account address (user query alias is also accepted)

campaign_addr
string

Optional campaign address filter

status
enum<string>

Optional status filter (Active, Claimed) PascalCase deliberately follows the trial-DTO family, not the campaigns family's lowercase.

Available options:
Active,
Claimed
limit
integer<int32>
default:10

Page size

Required range: 0 <= x <= 200
offset
integer<int32>
default:0

Page offset

Required range: 0 <= x <= 10000

Response

Campaign locks retrieved successfully

account
string
required
locks
object[]
required
total_count
integer<int32>
required

Total rows matching the filters across all pages (SQL-level count: orphan rows skipped from locks still count and consume page slots).

Required range: x >= 0