Get Token Summary logo

Catalog action Integrations magna

Get comprehensive token summary metrics from the Magna platform. Returns total supply, total received, total allocation amount, allocation count, and funded amount. Ideal for: token distribution dashboards, monitoring funding progress, tracking overall vesting status, reporting on token metrics.

At a Glance

FieldValue
Action IDmagna-get-token-summary
CategoryIntegrations
Connectormagna
Requires gasNo
Funds movementNone declared
Tagsmagna, token, overview, analytics, distribution, read

Payload Schema

FieldTypeRequiredDescription
tokenIdstringYesThe token ID to get the summary for.

Result Schema

FieldTypeRequiredDescription
isProcessedbooleanYesWhether the request was processed successfully.
resultobjectYesToken summary details.

Examples

json
{ "type": "magna-get-token-summary", "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