Skip to main content

Migration Guide: Deprecation of Jiffyscan API Services

As part of our ongoing efforts to streamline our offerings, we are deprecating our API services. Below are the two alternative approaches you can use to transition seamlessly:

Option 1: Use Jiffyscan Subgraphs Directly

Jiffyscan provides subgraphs for querying blockchain data directly. Each subgraph corresponds to a specific EVM blockchain.

Subgraphs

Querying the Subgraph

Subgraphs allow you to fetch data using GraphQL queries. Below is an example of how to make a query:

Sample Query

Sample curl Request

Replace the URL with the appropriate subgraph link for the blockchain you are querying.

Option 2: Use Our TypeScript Library

We have created a TypeScript library that implements the top two most-used APIs from Jiffyscan. This library is easy to integrate into your projects.

Resources

Installation

Usage Example

Below is an example of how to use the library:
Refer to the GitHub repository for complete documentation and advanced usage.
If you have any questions or require further assistance, please reach out to our support team. We are here to help ensure a smooth migration!