Start building on Arbitrum today
Center now supports this powerful Ethereum L2 scaling solution.
Center is for builders, and we are always focused on ways to empower builders to create even more powerful products.
We know that builders want to build in the most powerful ecosystems — that's why we've partnered with Arbitrum, a leading L2 scaling solution for Ethereum, and are pleased to announce that Center now offers Arbitrum NFT API support.
You can now use Center to build dApps on Arbitrum in minutes.
Let's get started
We can't wait to see what you build on Arbitrum! For more information, please check out these resources:
- Sign up for an API key
- Check out our documentation
- Contact our support team
- Join Center's Discord or Telegram channels
- Follow us on Twitter
Or check out a search example:
Demo: Search for a collection
Request
curl -XGET "<https://api.center.dev//v1/arbitrum-mainnet/search?query=imTokenArbitrum>"
Response
{
"results": [
{
"id": "arbitrum-mainnet/0x8B81043ac0fE5676b31005b772BEC79d4aa19fE4",
"name": "imTokenArbitrum",
"previewImageUrl": "<https://cdn.center.app/v2/42161/2ac54e07d9173e3406b8116a5e6843909b0f23987249c2b33225bf57cfd8a05b/0899507290082b29e6173b6045490bb17b75bc2203427b70cf38af92e20319ec.jpeg>",
"relevance": 6.9238625,
"url": "<https://center.app/arbitrum-mainnet/collections/0x8B81043ac0fE5676b31005b772BEC79d4aa19fE4>",
"address": "0x8B81043ac0fE5676b31005b772BEC79d4aa19fE4",
"type": "Collection"
}
]
}