We are excited to release v1 of Center’s development clients. This version comes with several improvements to our codebase to allow for faster iteration and continuous improvement of our APIs.
The new package name for NFT React: @center-inc/react
Previously, we were using nft-react
for Center's React components. Now, it's @center-inc/react
!
Note: Your app will not break if you are using nft-react
, but it will not be updated anymore.
To access our new features and improvements, you will need to update your package with the new name:
yarn add @center-inc/react
Custom loading and error rendering on Asset
and Assets
components
While using the Asset
and Assets
components, you are now able to handle custom loading and error states. You can render your own components with the following props:
**renderLoading
prop** - Render custom loading component**renderError
prop** - Render custom error component
These can be used as either 1) functions or 2) components directly:
<Asset
{...props}
renderError={() => <div>Custom Error</div>}
renderLoading={() => <div>Custom Loading</div>}
/>
// or
<Asset
{...props}
renderError={<div>Custom Error</div>}
renderLoading={<div>Custom Error</div>}
/>
Ongoing Work
Our goal is to enable you to create your next NFT application much faster. To this end, we are planning to add support for as many platforms as possible to our NFT components, while also working on new packages, improvements and documentation.
Have ideas? Please submit a feature request or reach out to our support team.
Thank you for reading — we hope you enjoy this release! Stay tuned for the next.
Get started with Center
If you haven’t started building yet, what are you waiting for?
- Sign up for an API key
- Check out our documentation
- Contact our support team
- Join our Discord or Telegram channels
- Follow us on Twitter
About Center

Center is a multi-chain, high-performance NFT API designed with speed and developer productivity in mind. Our seasoned team has working experience at Coinbase, WhatsApp, Facebook, Google, Square and Paradigm. We’ve led teams and built products where scalability, performance, and security are paramount — and we bring that mindset to everything we build.
To date, Center has indexed over 150TB of NFTs across 14 chains. We offer a a 99.999% uptime SLA and support users ranging from individual hackers to large enterprises.
Our APIs also power center.app, an NFT search engine that we are building. We encourage you to check it out!
What is an NFT API?

Building NFT-related applications from scratch is complicated. It might require indexing multiple chains, ingesting vast quantities of data, and meticulously building low-level infrastructure to ensure all of the data is processed correctly. This could take engineers months to get right before they even start building an application.
Our APIs allow builders to abstract away this complexity and focus on building useful products for end users right away— we take care of the infrastructure and low-level technical details. With just a few lines of code, builders can use our APIs for a range of use cases including NFT rendering, search and data retrieval.
Our Investors

Our Team
