getAssetSignatures RPC Method
Please note that this RPC method requires the Solana DAS (Digital Asset Standard) API add-on enabled on your QuickNode endpoint.
Solana Web3.js 2.0 includes the ability to customize RPC methods and transports, allowing you to seamlessly integrate QuickNode Marketplace add-ons into your applications. For more information on how to use QuickNode Marketplace add-ons with Solana Web3.js 2.0, check out these guides: How to Use QuickNode Add-ons using Solana Web3.js 2.0 (Part 1) and How to Use QuickNode Add-ons using Solana Web3.js 2.0 (Part 2)
Parameters
id
string
REQUIRED
The id of the compressed asset
limit
integer
The maximum number of signatures to retrieve
page
integer
The index of the page to retrieve. The page parameter starts at 1
Returns
results
object
The results of the request:
total
integer
The number of signatures returned
limit
integer
The limit specified in the request
page
integer
The page number of the results
items
array of arrays
An array containing signatures and their types
item
array of strings
The information about a specific signature
signature
string
The signature
type
string
The type of signature
Request
1curl https://docs-demo.solana-mainnet.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"jsonrpc": "2.0","id": 1,"method": "getAssetSignatures","params": {"id": "HhbYrhZZcTDX8J8rwyAsXFNqqrhWcKUhgoA8Jv3PaWde", "limit": 10}}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free