List Tokens logo

Catalog action Integrations magna

List all tokens from the Magna platform for the current project. Returns token details including ID, contract address, symbol, total supply, decimals, and chain. Ideal for: discovering available tokens, building token selectors, monitoring token metadata across chains.

At a Glance

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

Payload Schema

This action does not declare payload fields.

Result Schema

FieldTypeRequiredDescription
isProcessedbooleanYesWhether the request was processed successfully.
resultobjectYesTokens list result.

Examples

json
{ "type": "magna-list-tokens", "payload": {}, "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