helius_get_asset_proof
Retrieve proof for a specific digital asset on the Solana blockchain using the Helius API. Verify asset authenticity and ownership with ease.
Instructions
Get proof for a digital asset
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}