List Campaigns (Creator)
List Claimable Campaigns
ACTIVE campaigns the given address has not yet claimed (or has remaining claims on).
Resolve Claim Link
claim_link URL) to the full campaign record.
Get Campaign
Create Campaign
status: PENDING.
Body
"tokenType": "FUNGIBLE_TOKEN" and "tokenCategory": "hex32".
Response
Generate Merkle Tree
Get Funding Info
wcTransaction to fund the campaign contract. KYC campaigns must generate their merkle tree first.
Confirm Funding
ACTIVE.
Get Merkle Proof
"publicCampaign": true with an empty proof array.
Claim
wcTransaction. For KYC campaigns, verifies the claimer is in the merkle tree. Enforces maxClaimsPerAddress.
Confirm Claim
claimed_count.
Pause / Resume / Cancel
wcTransaction. Follow with the matching confirm-pause, confirm-resume, or confirm-cancel endpoint.
