solanaGetAssetSignatures
Fetch transaction signatures linked to a given Solana asset. Input the asset ID; optionally specify limit, page, or cursors for pagination.
Instructions
Get transaction signatures associated with a specific Solana asset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "solana-mainnet" | solana-mainnet |
| id | Yes | Asset ID to get signatures for | |
| limit | No | Number of results to return | |
| page | No | Page number for pagination | |
| before | No | Cursor for pagination (before) | |
| after | No | Cursor for pagination (after) |