helius_get_asset
Retrieve detailed information about a digital asset using its unique ID, enabling access to specific data stored on the Solana blockchain via the Helius API.
Instructions
Get details of a digital asset by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}