Methods & Playground

Get Asset

Returns the information of a compressed/standard asset including metadata and owner.

Parameters

NameRequiredDescription
idThe id of the asset.
optionsDisplay options object. See Display Options for details.

Agent Fields (MplCoreAsset)

MplCoreAsset responses may include agent-specific fields indexed from the Agent Registry. These fields are omitted for non-Core interfaces. Collections and groups may include is_agent: false, but only individual Core assets can be agents.

FieldTypeDescription
is_agentbooleantrue when the asset has an AgentIdentity external plugin
asset_signerstringCore Asset Signer PDA — returned on every MplCoreAsset; acts as the agent wallet when is_agent is true
agent_tokenstringCanonical token mint from the AgentIdentityV2 PDA; omitted until setAgentTokenV1 is called

See Read Agent Data for examples and indexing behavior.

Playground