Get Assets
This method retrieves detailed information about a multiple digital assets/NFTs. The metadata returned includes information about the asset URL, metadata, collection, creators, authorities, compression status and ownership. Alias of getAsset method is getAssetBatch.
Request (POST)
Parameters (Source)
Name
Description
ids
A set of asset IDs to retrieve.
{
"jsonrpc": "2.0",
"id": "123",
"method": "getAssets",
"params": {
"ids": [
"7k7YqWc85BtyTx5UyvNnogv2jPHVe4BZ9HQsFLM8VnoJ",
"HP2QQgwfTgHNRcX7g3HHMNKxXjAEvQsr1wComqbPfWAR"
]
}
} Last updated
Was this helpful?