Skip to main content
GET
Get account's protected (FFT) trials

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 (default: all campaigns)

limit
integer<int32>
default:10

Page size — paginates history only

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

Page offset — paginates history only

Required range: 0 <= x <= 10000

Response

Protected trials retrieved successfully

account
string
required
active_trials
object[]
required

All active trials across campaigns.

history
object[]
required
history_total_count
integer<int32>
required

Total terminal history rows matching the filters across all pages; unknown-settle_reason rows are excluded from both the page and this count.

Required range: x >= 0
active_trial
null | object

Compat slot: the active trial in the requested campaign, or the most recent across campaigns.