getAssetBatch_v2
Returns detailed information for up to 1,000 Solana NFTs, compressed NFTs, or tokens in a single efficient batch request. Results are returned in the same order as the input ids array.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string[]required
An array of asset IDs (typically mint addresses) to retrieve. Up to 1,000 per request.
objectoptional
Display and formatting options for the batch response.
Responses
200
Returns an ordered array of asset entries, one per requested ID.
An array of assets returned by getAssetBatch (one per requested ID, in the same order).
Was this page helpful?