post https://api.center.dev/v1//assets
Returns key data (e.g., metadata, preview image, collection name) on multiple assets with single call
Response will be provided in the same order as the requests. Missing assets will be returned as null
. If all requested assets are missing, then response will be an error.
Response will include links to the Center CDN for media rendering. There are two sizes provided:
Preview Image Size | Size | Format |
---|---|---|
small | 200 x 200 | Image |
medium | 1000 x 1000 | Image (most often), video (occasionally) |
Note: The fallbackToChain
param should be used to indicate if you would like Center to attempt to retrieve missing asset information from the blockchain before providing the response (e.g., for freshly minted assets). It should be set to false
for performance-sensitive cases, as it will likely lead to slower response times.