helius_get_rwa_asset
Retrieve detailed information about a specific real-world asset by its unique ID using the MCP Helius server, enabling efficient access to Solana blockchain data for analysis and operations.
Instructions
Get details of a real-world asset by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}