Methods & Playground
Get Asset
Returns the information of a compressed/standard asset including metadata and owner.
Parameters
| Name | Required | Description |
|---|---|---|
id | ✅ | The id of the asset. |
options | Display 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.
| Field | Type | Description |
|---|---|---|
is_agent | boolean | true when the asset has an AgentIdentity external plugin |
asset_signer | string | Core Asset Signer PDA — returned on every MplCoreAsset; acts as the agent wallet when is_agent is true |
agent_token | string | Canonical token mint from the AgentIdentityV2 PDA; omitted until setAgentTokenV1 is called |
See Read Agent Data for examples and indexing behavior.
