Skip to main content

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.

Blockchain Data APIsBlockchain Data APIs

Features

FeatureUse-cases
Get data on NFTsThis 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 activitiesThis 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 chainsThis 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 collectionsThis 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 tokensThis feature returns a list of supported ERC20 tokens supported on a blockchain. It will also provide additional details of an individual ERC20 smart contract.