helius_get_signatures_for_asset
Retrieve transaction signatures linked to a specific asset on the Solana blockchain using the Helius API, enabling detailed blockchain data analysis and tracking.
Instructions
Get signatures associated with an asset
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ||
limit | No | ||
page | No |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
},
"limit": {
"type": "number"
},
"page": {
"type": "number"
}
},
"required": [
"id"
],
"type": "object"
}