Blockchain Data APIs
Immutable's Blockchain Data APIs index on-chain state changes and off-chain metadata to allow developers to efficiently retrieve information from Immutable's rollups.


Features
Feature | Use-cases |
---|---|
Get data on NFTs | This feature is useful for getting information on a single NFT to review details such as its metadata, or a list of NFT that belong to a collection. |
Get data on activities | This feature will return a list of activities associated with a chain, collection or individual NFT/docs/zkEVM/products Adjust the activityType variable with the values detailed in the above table to filter by activity. You can get a list of activities, or details of a single activity using this function. |
Get data on chains | This feature returns a list of supported blockchains. This function is useful to get details on supported chains without need for hard coding them, and programs can use it to integrate new chains automatically. |
Get data on collections | This feature is useful for getting information on a single collection to review details such as its metadata, or a list of collections deployed on a blockchain. |
Get data on tokens | This feature returns a list of supported ERC20 tokens supported on a blockchain. It will also provide additional details of an individual ERC20 smart contract. |