Campaigns

Get the storingId(s) backing a campaign as a tree. The root node's storingIds belong to the campaign itself, and its subCampaigns array recursively lists every sub-campaign. The same storingId may appear in more than one node. Stateless campaigns return an empty storingIds array.

get/v4/campaigns/{id}/storing-ids

Path parameters

idstring required

Campaign ID: the numeric hash of {distributionChainId}{campaignId}, or the composite {distributionChainId}-{campaignId}.

Response

Response for status 200

campaignIdstring required

On-chain campaign id

storingIdsstring[] required

Indexing storingId(s) owned by this campaign only (not children's).

subCampaignsT4[] required— unresolved $ref

Direct sub-campaign nodes; [] for leaves. Always present.

Changes

No recorded changes to this endpoint across all 1 revision of this API.