List Allocations logo

Catalog action Integrations magna

Get a paginated list of all allocations for a specific token on the Magna platform. Returns allocation details including status, amounts, stakeholder info, and claimable tokens. Supports cursor-based pagination. Ideal for: listing all token recipients, auditing distribution status, monitoring vesting schedules, batch processing allocations.

At a Glance

FieldValue
Action IDmagna-list-allocations
CategoryIntegrations
Connectormagna
Requires gasNo
Funds movementNone declared
Tagsmagna, vesting, token, distribution, list, read

Payload Schema

FieldTypeRequiredDescription
tokenIdstringYesThe token ID to list allocations for.
cursorstringNoPagination cursor for fetching the next page of results.
limitnumberNoMaximum number of allocations to return per page.
walletAddressstringNoFilter allocations by a specific wallet address.

Result Schema

FieldTypeRequiredDescription
isProcessedbooleanYesWhether the request was processed successfully.
resultobjectYesPaginated list of allocations.

Examples

json
{ "type": "magna-list-allocations", "payload": { "tokenId": "1" }, "children": [], "connector": { "type": "magna", "id": "conn_magna" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I