Additional fields added to Get NFT Metadata response
We have added a number of additional fields to our Get NFT Metadata response. These include social links, OpenSea-related data (like collection descriptions and verification) and collection-level media.
Dedicated endpoint to refresh NFT metadata and media
You can now use our Refresh NFT endpoint to manually request refreshes of NFT metadata and media!
Base Mainnet now supported
We have added support for Base Mainnet to the Center API V2! Give it a try here.
Performance optimization made to Metadata endpoints that improves speed by 10x
Our Show NFT Metadata and Show NFT Metadata (Batched) endpoints are now much faster! We fixed a bug that was impacting performance in some cases. Give them a try!
All media paths added to "Show NFT Metadata" response
We have added an array called allMediaPaths
to the Show NFT Metadata response. This array includes the response from the List NFT Media endpoint -- and therefore allows users to skip this intermediate step when rendering.
Audio and video supported on V2 renderer
Center now supports rendering audio and video NFTs! Simply specify original
as the filename
and the appropriate mediaPath
(typically animation_url
). We'll do the rest.
Bug fixed that was causing issues rendering some ERC721a collections
The ERC721a standard is an updated version of the ERC721 standard. We fixed an issue with our V2 API that was causing an issue rendering these collections in some cases.
Zora mainnet fully supported on V2 endpoints
We are pleased to announce that zora-mainnet
is now supported on our V2 endpoints. Check out an example here: https://api.center.dev/v2/zora-mainnet/0xc833b8d29cd642654653d005f584274dee6241b8/nft/112/render/400x400.png?apiKey=test
"NFTs Owned by Address" response can now be sorted by block number
We're pleased to announce that our NFTs Owned by Address response can now be sorted by the block number that the NFT was received. This allows users to easily sort to either 1) view NFTs that were received most recently first or 2) view NFTs that were received longest ago first.
V2 renderer fully supports re-sizing of SVG files
We fixed a bug in our V2 renderer that was causing SVG re-sizing to fail in some cases. We now fully support re-sizing of SVG files! Want to render Noun #2 as a 400x400 thumbnail? Try this.