Changelog
GoldRush Changes Phase 1: Chain Classification & Prioritization
Published on: November 17, 2024
GoldRush is reorganizing its support for various chains by grouping them into three distinct categories:
Foundational Chains: These are the top EVM-compatible chains that have achieved wide adoption. For these chains, GoldRush guarantees product parity across its entire suite of features. This includes tracing enhancements, historical token balances, token holders, and cached NFT assets. In addition, we’ll provide ecosystem support in the form of API credits, hackathon bounties, workshops, guides, and co-marketing activities.
Frontier Chains: These chains, both EVM and non-EVM compatible, represent the cutting edge of blockchain innovation. While not all product features will be available for Frontier Chains, GoldRush will continue to offer its core APIs at an enterprise level, along with ecosystem support.
Community Chains: These chains include those with passionate builder communities as well as chains that are entering an archival phase. For these, GoldRush will maintain historical data access while limiting live data support.
ApeChain, World Chain Mainnets & Unichain Testnet Indexed
Published on: November 17, 2024
The following chains are now indexed and available via GoldRush:
Chain | Chain Name | Chain ID |
---|---|---|
ApeChain Mainnet | apechain-mainnet | 33139 |
World Chain Mainnet | world-mainnet | 480 |
World Chain Testnet | world-sepolia-testnet | 4801 |
Unichain Testnet | unichain-sepolia-testnet | 1301 |
New Multichain & Multiaddress Transactions API
Published on: October 17, 2024
Introducing the new GoldRush Multichain & Multiaddress Transactions API where you can fetch transactions for up to 10 EVM addresses across 10 EVM chains with one API call.
Some key points to note:
-
The pagination method used for this API are cursors . Note the response includes the following cursor specific fields:
cursor_before
cursor_after
The values of these fields can be passed as query params to scroll through the transactions usingbefore={cursor_before}
orafter={cursor_after}
-
If
cursor_before=null
, you’ve reached the first page of the descending transaction list -
Cursors are linked to the list of chains that transactions are fetched from. If, for example, you obtain a
cursor_before
value when queryingchains=1,56
and then try to use that value withchains=1,137
, you will get an error. -
ALL supported chains can be passed in the
chains=
query param (both chain names and ID’s are supported) up to a maximum of 10 chains. -
When no chains are specified, the API defaults to use the Foundational Chains.
Cronos zkEVM, Sei, Fraxtal, Redstone Mainnets and Berachain Testnet Indexed
Published on: September 29, 2024
The following chains are now indexed and available via GoldRush:
Chain | Chain Name | Chain ID |
---|---|---|
Berachain Testnet | berachain-testnet | 80084 |
Sei Mainnet | sei-mainnet | 1329 |
Fraxtal Mainnet | fraxtal-mainnet | 252 |
Redstone Mainnet | redstone-mainnet | 690 |
Cronos zkEVM Mainnet | cronos-zkevm-mainnet | 388 |
Introducing the Customizable Block Explorer Template
Published on: September 19, 2024
Leveraging the GoldRush UI Kit, the customizable GoldRush Block Explorer templateworks seamlessly across all supported chains and is designed to make onchain verification and exploration easier than ever.
Some of the key features are:
- Real-time Block Explorer: Provides up-to-date information on blockchain transactions, blocks, and account balances in real time, giving users the latest data.
- Ready-to-use customizable template: Jumpstart your dApp journey with a beautifully designed UI that’s both intuitive and engaging.
- Cross Chain Support: Supports 100+ chains, providing a unified explorer for all your needs.
- Comprehensive Data Filtering: Search and filter through blockchain data with options to refine by transaction type, block height, or account, making it ideal for both casual users and developers.
- UI Template: The GoldRush Block Explorer can be customized with different colors and modes per deployment.
Introducing the GoldRush Professional Tier and Pricing Change
Published on: August 31, 2024
There are some significant updates to our pricing structure, effective September 1, 2024.
What’s Changing?
Our new Professional Tier will replace the Premium Tier.
- Professional Tier: $250 per month for 300,000 API credits, with overages at 0.00077 per credit.
- Existing Premium Tier users: You can continue with your current plan until February 1, 2025. You will then need to transition to the Professional Tier to ensure you continue to receive the same high-quality performance and features.
If you prefer the existing Premium Tier pricing, you can sign up through one of our channel partners where the Premium Tier is available at $50/month for 50,000 credits.
Why the Changes?
We are making these updates to:
- Ensure consistent pricing for our API across various marketplaces.
- Provide better and more responsive support.
- Maintain and enhance the quality of our services.
What’s Next?
The new Professional Tier will offer the same performance and features you’ve come to expect from our Premium Tier. We’ll provide more details soon, and we’re here to support you during this transition. For any questions or assistance, please contact us at [email protected].
New (Non-Breaking) Import Statement for GoldRush SDKs
Published on: July 30, 2024
Following the rebrand of Covalent’s data products to “GoldRush”, the following import statement is now supported through the SDKs: import { GoldRushClient } from "@covalenthq/client-sdk";
This is a non-breaking change, so projects using import { CovalentClient } from "@covalenthq/client-sdk";
will be unaffected.
Cached NFT Thumbnail Data Added
Published on: June 9, 2024
We just majorly updated our NFT endpoints with new cached thumbnail data!
This update includes several key fields: thumbnails, which provide various sizes of asset thumbnails like image_256
, image_512
, image_1024
, and image_opengraph_url
, tailored to different use cases including OpenGraph protocol; image_preview
, an unmodified thumbnail of the asset; and asset_properties
, detailing dimensions and the dominant color of the asset.
Devs can also benefit from the thumbhash
feature, which allows for the decoding of thumbnail hashes into a blurred image preview, useful for enhancing loading experiences and privacy in NFT galleries and marketplaces.
This suite of enhancements supports a wide range of asset types, from images and videos to audio files, catering to diverse NFT displays.
Current NFT Owner Data Added
Published on: March 17, 2024
We’ve added a current_owner
field to our NFT ownership endpoints:
The current_owner
field gives you the wallet address of the current owner of that NFT. This new feature applies to all chains with NFT support.
New Viem-Compatible Client SDK
Published on: February 13, 2024
We now offer The Covalent Viem SDK, developed in TypeScript, which leverages the viem framework to offer a seamless integration path with the GoldRush API.
Reduce the number of API calls required to power your application and gain access to Covalent’s detailed, historical data across 200+ blockchains.
Introducing GoldRush Decoder: Decode, Visualize, Understand
Published on: February 8, 2024
In November 2023, we launched GoldRush Kit, a series of customizable React components for dApp frontends. Now, we introduce GoldRush Decoder, a transformative tool that translates raw log events from blockchain transactions into structured, human-readable formats.
GoldRush Decoder pairs directly with GoldRush Kit for easy visualization, however, it can be used as a standalone tool.
Traditional block explorers keep their data transformations private and inaccessible to users. GoldRush Decoder is different. This open-source tool acts as a public good for decoded data.
New Gas Parameter in Transaction Summary Endpoint
Published on: February 1, 2024
We recently added a new with-gas
query parameter to the Get transaction summary for address endpoint.
This endpoint is commonly used to fetch the earliest and latest transactions, and the total transaction count for a wallet. The new with-gas
parameter allows you to see the total gas quote for the wallet, as well as the average quote per transaction, and other insightful metadata.
CrossFi Testnet, Syndr Testnet, Celo and Taiko Katla Testnet Indexed
Published on: January 21, 2024
CrossFi Testnet, Syndr Testnet, Taiko Katla Testnet and Celo are now fully indexed! Users can query all on-chain data through our Class A endpoints.
New Gas Prices Endpoint
Published on: December 10, 2023
We just added a new endpoint; Get gas prices!
This endpoint enables users to get real-time gas estimates for different transaction speeds on a specific network, for the following event types:
erc20
token transfersnativetokens
transfersuniswapv3
swap events
Using these estimates, optimize your transaction costs and/or build your own gas tracker!
Note: the l1_gas_quote
field is only relevant for queries on OP stack chains like Optimism, Base, etc.
Decibling, StarkSport and Public zkSync Indexed
Published on: November 30, 2023
The Lumoz Rollups Decibling, StarkSport and Public zkSync are now fully indexed! Users can query all on-chain data through our Class A endpoints.
Covalent Launches GoldRush; a Customizable Block Explorer Toolkit
Published on: November 16, 2023
During the week of DevConnect in Istanbul, our team announced a brand new product; GoldRush.
GoldRush is a customizable block explorer toolkit designed for the evolving blockchain ecosystem. The first to launch is GoldRush UI Kit, which users can fork and customize on GitHub.
In the future, GoldRush Decoder and a Hosted Solution will be available. Stay tuned for more updates!
Sunsetting Boba Avalanche
Published on: October 30, 2023
As of October 31, 2023, Boba is sunsetting the Boba Avalanche network. GoldRush API support for both Boba Avalanche mainnet and testnet will no longer be available.
Missing Optimism L1 Fees Fixed
Published on: October 30, 2023
Earlier this month, we discovered missing L1 fees in our fees_paid
field for Optimism and other OP stack chains. We have since corrected this issue.
New NFT Endpoints for Floor Price, Volume and Sales Count
Published on: October 24, 2023
We’ve just added new NFT endpoints under “Market Data” on our API Reference that allow you to get hitorical floor prices, volume and sales counts for over 130,000 NFT collections across 9 chains and marketplaces!
Check out the new endpoints:
- Get historical floor prices for a collection
- Get historical volume for a collection
- Get historical sales count for a collection
Safe (Prev. Gnosis Safe) Account Data Added to Transactions API
Published on: October 11, 2023
We have integrated Safe (formerly known as Gnosis Safe) data into our transactions API, offering richer insights into multi-signature wallet transactions and signatory data.
Using the query parameter with-safe=true
will return the safe_details
for each transaction item. The following endpoints support this enhancement:
- Get a transaction
- Get earliest transactions for address (v3)
- Get recent transactions for address (v3)
- Get paginated transactions for address (v3)
- Get bulk time bucket transactions for address (v3)
- Get all transactions in a block (v3)
- Get all transactions in a block by page (v3)
New NFT Approvals Endpoint
Published on: October 5, 2023
Following the release of our first token approvals endpoint (ERC-20 only) a few months back, we’re pleased to release a new approvals endpoint exclusively for NFTs!
Get NFT approvals for address
returns a list of NFTs that can be accessed by contracts like Opensea’s marketplace and others.
Telos, Taiko Jonlir Testnet and FNCY Testnet Indexed
Published on: October 4, 2023
The Telos network, Taiko Jonlir Testnet and FNCY Testnet are now fully indexed! Users can query all on-chain data through our Class A endpoints.
Calypso Hub, Razor, CryptoBlades/Omnus, Europa Hub, Exorde, Nebula Gaming Hub, and 0xBattleGround Suspended
Published on: October 3, 2023
The following SKALE appchains have been suspended: Calypso Hub, Razor, CryptoBlades/Omnus, Europa Hub, Exorde, Nebula Gaming Hub, and 0xBattleGround. API access will no longer be available.
Loot Chain, Mode Testnet and Kinto Testnet Indexed
Published on: September 21, 2023
The OP-Stack blockchains Loot Chain, Mode Testnet and Kinto Testnet are now indexed! Users can query all on-chain data for these chains through our Class A endpoints.
Gnosis Chain and ZetaChain Testnet Indexed
Published on: September 21, 2023
Gnosis Chain and ZetaChain Testnet are now fully indexed! Users can query all on-chain data through our Class A endpoints.
Rollux, Manta Pacific Testnet and Public Goods Network Indexed
Published on: September 21, 2023
The OP-Stack chains Rollux, Manta Pacific Testnet and Public Goods Network are now fully indexed! Users can query all on-chain data through our Class A endpoints.
New DEX for Pool Address Endpoint
Published on: September 17, 2023
We’ve just added a new endpoint to our XY=K DeFi suite: Get XY=K DEX for pool address.
This endpoint returns the corresponding supported DEX for a given liquidity pool address, along with the swap fees, the DEX’s logo url, and factory addresses.
It is useful for identifying the specific DEX to which a token pair address is associated. Check it out!
Additional Lumoz Rollups Indexed; DeBox, Jackbot, ODX zkEVM, ReadON, Relation, SoQuest, VIP3 and zkMeta
Published on: August 28, 2023
We’ve just added a bunch more Lumoz rollups, including DeBox, Jackbot, ODX zkEVM, ReadON, Relation, SoQuest, VIP3 and zkMeta. Users can query all on-chain data for these chains through our Class A endpoints.
New GoldRush SDK, Typescript and Python
Published on: August 24, 2023
We’ve just released the GoldRush SDK, a comprehensive tool for modern developers that allows you to use function calls instead of HTTP requests!
Many users have had to create internal clients in the past, which are often lacking certain data and miss out on updates to our API.
To improve the developer experience, we’ve created a Typescript SDK and a Python SDK, offering comprehensive coverage of our endpoints grouped under various Services.
Save time and code easier with the GoldRush SDK!
Address Activity Endpoint Goes Public
Published on: August 22, 2023
In May, we exclusively released a beta version of an Address Activity endpoint to Premium users.
Now, we’re excited to officially release Get address activity to all GoldRush API users!
This endpoint enables you to locate where a wallet address is active across 100+ chains with a single API call and returns the last active timestamp.
Forget wasting API calls to check for activity on each individual blockchain - use the address activity endpoint as your blueprint!
Multiple Subnets Indexed; Blitz Testnet, D-Chain Testnet, Green Dot Testnet, Mintara Testnet and Beam Testnet
Published on: August 20, 2023
We’ve just added a handful of new Avalanche Subnets, including Blitz Testnet, D-Chain Testnet, Green Dot Testnet, Mintara Testnet and Beam Testnet. Users can query all on-chain data for these chains through our Class A endpoints.
Meta Apes and Antimatter Finance Indexed
Published on: August 20, 2023
The BNB appchains Meta Apes and Antimatter Finance are now fully indexed! Users can query all on-chain data through our Class A endpoints.
Multiple Lumoz Rollups Indexed; Opside Chain Pre-Alpha Testnet, Opside Public zkEVM, XThrill, Era7, CB zkEVM and LAW Chain
Published on: August 2, 2023
We’ve just added a handful of new Lumoz rollups, including Opside Chain Pre-Alpha Testnet, Opside Public zkEVM, XThrill, Era7, CB zkEVM and LAW Chain. Users can query all on-chain data for these chains through our Class A endpoints.
New Covalent API Packages Available Through NodeReal Marketplace
Published on: August 2, 2023
The NodeReal API Marketplace now includes a Wallet Toolkit, Lens API Toolkit and Multi-chain Balances APIs created by Covalent!
Seemlessly integrate the Covalent API when you’re already using NodeReal infrastructure and enjoy the benefits of Covalent’s unified schema and extensive coverage.
Linea Mainnet Indexed
Published on: July 18, 2023
Linea mainnet is now fully indexed! Users can query all on-chain data through our Class A endpoints.
Multiple Subnets Indexed; Xana Chain, Shrapnel, DOS Chain, Step Network, Numbers Protocol, XPLUS and Loco Legends
Published on: July 17, 2023
We’ve just added a handful of new Avalanche Subnets, including Xana Chain, Shrapnel, DOS Chain, Step Network, Numbers Protocol, XPLUS and Loco Legends. Users can query all on-chain data for these chains through our Class A endpoints.
New Chain Support for Historical Balances
Published on: July 13, 2023
Our recently released Get historical token balances for address endpoint now supports Ethereum, Polygon and BNB Smart Chain. Query historical token balances by date
or block-height
on any supported chain.
Base Mainnet Indexed
Published on: July 12, 2023
Base mainnet, an L2 that serves as a home for Coinbase’s onchain products, is now fully indexed! Users can query all on-chain data through our Class A endpoints.
Mantle Added to Testnet Faucet
Published on: July 11, 2023
Our Testnet Faucet now supports Mantle, providing free test MNT for developers who want to build and test their dApps on the Mantle Testnet.
This faucet drips 100 MNT!
Sunsetting Bobabeam and Bobabase
Published on: July 10, 2023
The Boba team has sunsetted the Bobabeam and, therefore, Bobabase appchains. These networks have been marked as suspended on our Supported Networks page and will no longer be supported.
New Historical Bitcoin Balances
Published on: July 9, 2023
We’ve added a new endpoint that retrieves the historical token balances for a wallet address at a specified date or block height!
GET /v1/{chainName}/address/{walletAddress}/historical_balances/
Currently, this endpoint is exclusive to the Bitcoin blockchain. Use chainName
: btc-mainnet
or 20090103
.
Example query structure:
- https://api.covalenthq.com/v1/20090103/address/{walletAddress}/historical_balances/?quote-currency=USD&key={apiKey}&date=2023-01-02
- https://api.covalenthq.com/v1/20090103/address/{walletAddress}/historical_balances/?key={apiKey}&block-height=796311
Stay tuned for Ethereum, Polygon and BNB Smart Chain support!
Lens Address Resolution Added
Published on: July 3, 2023
Lens Protocol address resolution is now supported through our API! Now, you can substitute a Lens handle wherever an address is usually required. This enhancement simplifies address inputs and allows you to build unique, user-friendly applications in the Lens ecosystem. Try it out
Light NFT Responses Added
Published on: July 3, 2023
We’ve added a new query parameter called no-nft-asset-metadata
to the Get token balances for address and Get NFTs for address endpoints.
If true, the response shape is limited to a list of collections and token ids, omitting metadata and asset information.
This produces faster response times, which is helpful for wallets holding a lot of NFTs. These light NFT responses enable to developers to optimize their applications by querying only the required NFT metadata.
Neon Mainnet Indexed
Published on: June 28, 2023
Neon mainnet, an EVM on Solana, is now fully indexed! Users can query all on-chain data through our Class A endpoints.
NFT Asset and Metadata Caching for Arbitrum and Optimism
Published on: June 27, 2023
Often, NFT token metadata and assets are tucked away off-chain, hidden behind APIs with strict rate limits, presented in non-uniform formats, and bundled with oversized files – not to mention the lack of thumbnails and unoptimized images.
Covalent simplifies this process by downloading and caching the metadata, assets, and related information to create a smooth developer experience.
So far, we’ve cached over 100 million assets between Ethereum, Polygon and BNB. Now, we’ve started the process of crawling Arbitrum and Optimism. Monitor the progress on our data coverage page below!
Gas Metadata Added
Published on: June 27, 2023
We’ve added new gas_metadata
fields to our transactions endpoints!
Previously, transactions responses only included the gas fee amounts, but it did not have what the gas fees are denominated in. This caused practical problems, such as the inability to render the name of the network token that’s attached to a transaction.
Now, all transactions responses have gas_metadata fields attached to them, taking the guess work out of your frontend and making it east to render contract details like contract name, ticker symbol, logo, and address.
Zora Mainnet and Testnet Indexed
Published on: June 25, 2023
Zora mainnet and testnet are now fully indexed! Covalent is excited to support the Zora network, a gas-efficient, scalable L2 network built on Optimism’s OP stack.
New Testnet Faucet
Published on: June 18, 2023
We just released a new Testnet Faucet with our partners Linea and Base, providing free testnet ETH for developers who want to build on Linea Testnet and Base Testnet.
Features:
- 24-hour cooldown period: the cooldown period helps to maintain a fair distribution system and prevent malicious users.
- Smooth UX: the simple and intuitive interface is designed to streamline the process of getting testnet tokens.
- (coming soon) Multi-chain token dispensation: soon this faucet will expand to more supported networks to make it easier for developers to deploy and test their dApps in a variety of ecosystems.
Ultron Mainnet and Testnet Indexed
Published on: June 18, 2023
The Ultron mainnet and testnet blockchains are now fully indexed! Users can query all on-chain data through our Class A endpoints.
MELD and Gunzilla Testnets Indexed
Published on: June 12, 2023
The Avalanche Subnets MELD Testnet and Gunzilla Testnet are now fully indexed! Users can query all on-chain data through our Class A endpoints.
SKALE Appchains Indexed; 0xBattleGround and Nebula Gaming Hub
Published on: June 6, 2023
The SKALE appchains 0xBattleGround and Nebula Gaming Hub are now fully indexed! Users can query all on-chain data through our Class A endpoints.
New Human-Readable Transactions
Published on: May 28, 2023
We are thrilled to announce a significant enhancement to our Get a transaction endpoint - new human-readable event fields!
To address the lack of standardization across blockchains and protocols, we’ve semantically decoded a broad spectrum of information for DEX trades, lending and NFT sales.
The new response includes protocol labels, logos, token pair information, and the following labelled events:
DEX events
add_liquidity
pair_created
remove_liquidity
swap
Lending events
borrow
deposit
flashloan
liquidation
repay
withdraw
NFT sales
We’ve reverse-engineered the array of transaction types that occur in NFT sales across different markets to provide a consistent, easy-to-understand format like “Harry.eth sent Sally.crypto this monkey NFT”.
New Premium Wallet Activity Endpoint
Published on: May 24, 2023
For wallet apps, making multiple API calls to see if an address has activity on a certain blockchain is costly and inefficient.
To solve this issue, GoldRush has beta released a new Wallet Activity endpoint - exclusively available to Premium users!
This endpoint streamlines wallet development by locating where an address is active across 100+ chains with a single API call, returning the last active timestamp.
New Unstoppable Domains Address Resolution
Published on: May 22, 2023
We’ve added Unstoppable Domains address resolution to all relevant endpoints. For all address parameters, simply input any Unstoppable Domains handle instead of the standard hexadecimal wallet address. The following extensions are supported:
- .crypto
- .bitcoin
- .blockchain
- .dao
- .nft
- .888
- .wallet
- .x
- .klever
- .zil
- .hi
- .kresus
- .polygon
- .anime
- .manga
- .binanceus
Spam Filter Parameter Added
Published on: May 22, 2023
Following the recent release of our is_spam
field that indicates whether or not an NFT is part of a collection flagged as spam, we’ve added a new no-spam
query parameter that allows you to filter out spam contracts & transactions!
The no-spam
parameter is supported for the following endpoints:
- Get chain collections
- Get NFTs for address
- Get token balances for address
- Get NFT transactions for contract
If is_spam
returns true
the suspected spam NFT is removed.
This feature is currently supported for eth-mainnet
and matic-mainnet
.
New Transactions Endpoints
Published on: May 16, 2023
This month we’ve released two new transaction endpoints amid a series of product updates that help simplify wallet development. Check them out:
- Get transaction summary for address - This endpoint allows you to get the earliest and latest transactions for an address as well as a total count, giving you quick insights into a user’s activity.
- Get earliest transactions for address - This endpoint gives all the decoded details of the very first transaction by a wallet on a chain. From there you can use the
next
URL to continue bulk fetching the transaction history.
New Approvals Endpoint
Published on: May 15, 2023
Covalent has released a new approvals endpoint that shows you all the approvals across all token contracts categorized by spenders for a wallet’s assets.
This new endpoint shows you the value of assets at risk for a wallet. Basically, if the spender were to be hacked, the value at risk is how much they could stand to lose.
Get approvals is currently available on Ethereum, BNB Smart Chain and Polygon and will be added to all remaining supported networks in a few weeks!
Sepolia Testnet Indexed
Published on: May 14, 2023
We’ve indexed the Sepolia Testnet - Ethereum’s recommended default testnet for application development! Users can query all on-chain data through our Class A endpoints.
NFT Spam Field Added
Published on: May 9, 2023
We added an is_spam
field to the following endpoints:
- Check ownership in NFT collection
- Check ownership in NFT collection for specific token
- Get chain collections
- Get NFTs for address
- Get NFTs from contract with metadata
- Get single NFT with metadata from contract
- Get single NFT with external metadata from contract
- Get token balances for address
- Get NFT transactions for contract
This field returns true
if an NFT is part of a collection that is flagged as spam, and is useful for filtering out spam NFT data, protecting users from interacting with scammy or fraudulent tokens, and overall improving user experience.
This field is currently supported on Ethereum and Polygon and will soon be expanded to more chains.
New Pretty Value Quotes
Published on: May 8, 2023
If you’ve used the Covalent API to fetch balances or transactions before, you’re probably familiar with the quote
field which denotes the value of token amounts in fiat currency. The default currency is USD, but developers can change this with the query parameter quote-currency
!
This month, we augmented this already-popular feature to include additional “pretty” quotes, which come with a dollar sign ($) and rounded decimals. This makes it even easier to build user-friendly interfaces, minimizing data transformations for developers.
You can find pretty_quote
, pretty_gas_quote
, pretty_quote_24h
and pretty_value_quote
throughout all relevant Class A endpoints!
New NFT Endpoints Added
Published on: April 20, 2023
This month we expanded our ever-growing suite of NFT endpoints to include:
- Get NFTs from contract with metadata
- Get single NFT with metadata from contract
- Get single NFT with external metadata from contract
- Get chain collections
Try them out!
Multiple Blockchains Indexed; CLV Parachain, Energi and Horizen EON Testnets
Published on: April 20, 2023
The CLV Parachain and Energi blockchains are now fully indexed along with Horizen EON Testnets, Yuma and Gobi! Users can query all on-chain data through our Class A endpoints.
New Premium Endpoints Added
Published on: April 20, 2023
In April, we upgraded the following endpoints to the Premium API tier:
These endpoints will now count against monthly Premium credits. Check out our pricing page for more details by clicking the button below.
Credit Changes to Free Endpoints
Published on: March 28, 2023
Starting April 1, 2023, we are changing the credit rate for select Free endpoints. These endpoints will count against the monthly Free tier credit cap of 100,000 API credits.
The endpoints with associated credit rate changes are:
- Get token holders as of any block height (V2)
- All NFT endpoints
- All Base endpoints
- All Class B endpoints
- Get historical token prices
For a detailed breakdown of each endpoint and credit rate, please see our pricing and rates card page here.
If you require a higher volume of API credits beyond 100,000 per month, switching to our Premium plan gets you unlimited access to Free endpoints, higher rate limits, and other perks.
Some of these Free endpoints will also be converted to Premium endpoints in the future, meaning they will count against the included number of credits in the Premium tier and beyond that as Flex credits. Endpoints added to the Premium tier will feature benefits like support for 50 requests per second, faster response times and decreased response time variance.
New Token Holders Endpoint
Published on: March 23, 2023
We just released a new token holders endpoint, supporting ERC20, ERC721, and ERC1155 tokens. This endpoint will have the same parameters as the original one we deprecated, apart from page-size
, which is fixed at 100. Users can fetch historical token holders with the parameter block-height
.
Multiple Blockchains Indexed; Oasis Sapphire, Mantle, KCC, Oasys, Findora and SX Network
Published on: March 23, 2023
In the month of March, we indexed another handful of new blockchains, including Oasis Sapphire, Mantle, KCC, Oasys, Findora and SX Network. Users can query all on-chain data for these chains through our Class A endpoints. This brings our total count of blockchains supported at the end of Q1 2023 to over 100!
New Testnets Indexed; Base, Polygon zkEVM, ConsenSys zkEVM, Scroll Alpha
Published on: February 28, 2023
The Base Testnet, Polygon zkEVM Testnet, ConsenSys zkEVM Testnet and Scroll Alpha Testnet are now fully indexed! Users can query all on-chain data through our Class A endpoints!
Multiple Blockchains Indexed; Metis, Milkomeda, Arbitrum Nova, Canto, Flare, Songbird, BitTorrent and Neon
Published on: February 15, 2023
We’re halfway through February with eight new blockchains indexed already! For Metis, Milkomeda (A1 & C1), Arbitrum Nova, Canto, Flare, Songbird, BitTorrent and Neon, users can query all on-chain data through our Class A endpoints.
New NFT Endpoints
Published on: February 14, 2023
With so much growth in the NFT sector, we saw fit to expose better pathways to this data with NFT transactions, traits, attributes, ownership and more. We released a new suite of NFT endpoints offering:
- Get NFTs for address
- Get NFT token IDs for contract with metadata
- Get NFT transactions for contract
- Get Traits for a collection
- Get Attributes for a collection trait
- Get Trait Summary for collection
- Check ownership in NFT collection
- Check ownership in NFT collection for specific token
Try them out!
Changes to Our Free API
Published on: January 31, 2023
Starting March 1, 2023, we are making significant changes to our Free tier, and we will restrict free users to a limit of 100,000 API credits per month.
At the end of 2022, we soft-launched our Premium tier, which offers higher rate limits on specific endpoints and flexible pricing dependent on credit usage.
From March 1 onwards, if you require a higher volume of API calls beyond 100,000 per month, please move to our Premium plan.
The Covalent API will always be free to try, especially to support hackathons and early stage products. By capping the volume of requests on our free API, we can ensure a good experience for everyone.
Read more about the credit system for our Free and Premium tiers by clicking the button below.
Bitcoin, Class C, New Transactions Endpoints and Updates to Premium API
Published on: January 30, 2023
This month, we unveiled support for Bitcoin as part of our new class of endpoints: Class C!
Class C is the next generation of endpoints, which partners and community members can build using SQL.
Users can now access Bitcoin balance and transaction data through the Class C section on our docs and other protocols like Aave, Compound and Lido.
Additionally, we released new transactions endpoints allowing users to get transactions by block and get all transactions for large addresses with reliable pagination.
Lastly, the Covalent Premium API tier now supports BNB Smart Chain (BSC) through the balances endpoint! This means Premium users will get access to 50 requests per second when querying token balances on Binance.
Meter Indexed and Other Updates
Published on: January 30, 2023
The Meter blockchain is now fully indexed! Users can query all on-chain data through our Class A endpoints.
Additionally, the RSK blockchain has now rebranded to Rootstock.
Lastly, we have replaced the previously indexed Arbitrum testnet with Arbitrum Goerli which is now fully indexed and supported through our Class A endpoints.
Multiple Blockchains Indexed; Dexalot, Calypso, Omnus/Cryptoblades, Razor and Europa Hub
Published on: December 30, 2022
In December, we continued our expansion into appchains!
We indexed Dexalot in the Avalanche ecosystem and four SKALE appchains: Calypso, Omnus/Cryptoblades, Razor and Europa Hub! Users can query all on-chain data through our Class A endpoints.
Covalent Soft-Launches Premium API with Select Users
Published on: December 29, 2022
The Premium tier is available for users who want to scale with us. The Covalent Unified API has always been free and will always have a free tier. We believe in making data easily accessible, but that has led us to rate limit this shared resource to maintain a good experience for everyone. In the Premium tier, we are adding updated endpoints with faster and more reliable engines in the backend, allowing us to support higher RPS and a higher volume of requests.
The launch of the Covalent Premium API exclusively features our most popular endpoint: Get token balances for address on the Ethereum blockchain, and is currently only available to select users. In 2023 the Premium API will go public and include multiple upgraded endpoints.
Covalent Balances Endpoint Available Now Available Through NodeReal
Published on: November 30, 2022
In a partnership with blockchain infrastructure provider NodeReal, Covalent’s best-in-class balances endpoint is now available through the NodeReal Web3 API Marketplace. This integration makes it easy for developers to go beyond the RPC layer with aggregated blockchain data across multiple chains, starting with Ethereum mainnet.
Multiple Blockchains Indexed; Gather, Oasis, Scroll and Boba
Published on: November 29, 2022
This month we have rapidly indexed a handful of appchains!
This includes Gather Network, the Oasis Emerald ParaTime blockchain, the Scroll ZK-rollup (in its Pre-Alpha Testnet phase) and Boba Network! Users can query all on-chain data through our Class A endpoints.
The Boba Network includes the following supported Layer 1 blockchains: Ethereum, BNB Smart Chain, Avalanche, and Moonbeam.
New Balances Engine Complete
Published on: November 29, 2022
Covalent’s Get token balances for address
endpoint has long been a favourite of our developer community. This year, we rebuilt the entire backend engine powering this endpoint in order to support our rapidly growing user base and their applications. In November, we completed QA testing and seemlessly made the switch from balances_v2
to balances_v3
. This is the first of many upgrades to our existing endpoints in order to build for scale, and the next release will be transactions.
DeFi Kingdoms and Swimmer Network Appchains Indexed
Published on: October 30, 2022
The DeFi Kingdoms and Swimmer Network Appchains are now fully indexed! Users can query all on-chain data through our Class A endpoints and DeFi Kingdoms through our XY=K endpoints.
Goerli Testnet Indexed
Published on: September 29, 2022
The Ethereum Goerli Testnet is now fully indexed! Users can query all on-chain data through our Class A endpoints.
New Chain Name Feature
Published on: September 29, 2022
We added a feature that allows users to pass in human-readable, non-numeric chain IDs -these are chain names. For example, instead of specifying chain_id
as 1
for Ethereum Mainnet, users can now use the chain-name
: eth-mainnet
. This feature becomes helpful when chain IDs become particularly large and/or hard to remember in cases like Palm (11297108109) and Harmony (1666600000).
To get the network name to use for the chain_id, refer to the name
field of the Get all chains endpoint response.
- Chain Id integer: https://api.covalenthq.com/v1/1/address/0x…/balances_v2
- Chain Id name: https://api.covalenthq.com/v1/eth-mainnet/address/0x…/balances_v2
We’ve also updated our Get transactions for address
endpoint with a pagination improvement. Previously, this endpoint would timeout for addresses with too many transactions. Now the user can specify the page-number
parameter with small values and the endpoint will successfully retrieve those transactions.
Additionally, we fixed an issue where the fees_paid
field was null
in the Get a transaction
and Get transactions for address
endpoints’ response.
Covalent Network Staking Dashboard V1.2 is Released
Published on: September 29, 2022
The Covalent Network Staking dashboard V1.2 is here. There are several new functions, bug fixes, and front-end improvements with this release, most of which were inspired by the Covalent community.
Godwoken Indexed
Published on: August 30, 2022
The Godwoken L2 network is now fully indexed! Godwoken runs on the Nervos blockchain. Users can query all on-chain data through our Class A endpoints.
BSP Geth & Agent Version Update
Published on: August 30, 2022
BSP Geth and BSP Agent have been tested and upgraded to v1.2.1 and v1.2.3, respectively. Included in this update are node updates as well as performance and schema improvements. Some improvements have been designed to tackle the storage bloat issue Network Operators have raised. The Covalent team will be monitoring if this issue continues with this upgrade. With this upgrade, **please note that these versions must be run together. **The links to these releases can be found below, and more detail on what has changed. - BSP Geth v1.2.1 - BSP Agent v1.2.3 For questions and support on these upgrades, please use Discord and the appropriate Covalent Network channel.
Cronos Indexed
Published on: July 30, 2022
The Cronos blockchain is now fully indexed! Users can query all on-chain data through our Class A endpoints. We’ve also added support for MMF and VVS Finance to our XY=K DEX endpoints.
Astar Indexed
Published on: June 29, 2022
The Astar blockchain is now fully indexed! Users can query all on-chain data through our Class A endpoints. We’ve also added support for ArthSwap to our XY=K DEX endpoints.
Evmos and Aurora Indexed
Published on: May 30, 2022
The Evmos blockchain is now fully indexed! Users can query all on-chain data through our Class A endpoints. We’ve also added support for Diffusion, Cronus, and EvmoSwap to our XY=K DEX endpoints.
Additionally, we have indexed the Aurora blockchain! Along with Class A support, we have added support for WannaSwap and Trisolaris to our XY=K endpoints!
Block Specimen Producers are Live Alongside Covalent Network Staking
Published on: May 30, 2022
Covalent makes the world’s first proof-based data indexer live with the launch of staking on the Covalent decentralized network. Network staking via the Covalent Query Token (CQT) enables anybody from the community to contribute to governing and securing the decentralized protocol.
Covalent Spotlights Use Cases with DEX Data
Published on: April 29, 2022
Covalent releases a new use case webpage focused on its leading Decentralized Exchange (DEX) endpoints and their applications https://www.covalenthq.com/use-cases/dex/. This is the first of many curated use case pages to onboard new and experienced developers into Web3.
New NFT Dashboard Template
Published on: March 30, 2022
Covalent releases a new template that anyone can use to create a customizable NFT dashboard that pulls granular, historical NFT data from multiple blockchains including Ethereum, Polygon, Avalanche and many others. Following the README instructions on our GitHub https://github.com/covalenthq/nft-dashboard-template, users can fetch aggregate NFT data with no reliance on marketplace tools like the OpenSea API.
New Solana Balances Endpoint
Published on: February 27, 2022
Covalent launches non-EVM support with Solana balances, bringing the industry-leading unified API experience to tens of thousands of developers in the Solana ecosystem. The Get token balances for address
endpoint enables developers to fetch token balances including NFTs for any wallet address on Solana with a single API call. With this new data, developers can include Solana assets in multi-chain crypto wallets, NFT galleries and more. This is just step one in the process of fully indexing Solana across all of our Class A endpoints.
Open Sourcing the Block Specimen
Published on: February 27, 2022
Covalent is excited to finally announce and open-source the Block Specimen, a novel invention that is pivotal to the decentralized Covalent Network. The anticipated Covalent Network roadmap is also live and can be viewed on the new Covalent Network homepage.
New NFT Market Data Endpoints
Published on: January 30, 2022
Covalent has introduced 2 new Class A endpoints which provide granular NFT market data for numerous marketplaces across 5 blockchains – Ethereum, Binance Smart Chain, Polygon, Avalanche, and Moonriver. The new endpoints provide both a global view of NFT collections ranked by market cap, as well as a detailed view of historical sale and floor price information for a particular collection. Thus far, it’s been hard to understand markets outside of Ethereum/OpenSea. These APIs address this gap by providing unprecedented access to this much-requested on-chain data.
New XY=K Endpoints
Published on: December 30, 2021
Covalent has introduced a list of Class B endpoints under the XY=K family which provide the richest and most robust on-chain DEX data available today. The Unified xy=k endpoints return all the required data for any UniswapV2-like protocol such as SpiritSwap, Pangolin, SushiSwap and more, on a variety of blockchains, enabling developers to access these protocols in a matter of minutes.
New API Docs Release
Published on: November 29, 2021
Today, we at Covalent are excited to launch a new reference documentation experience for our Unified Blockchain APIs. This new product is a complete re-thinking of the experience after speaking with thousands of developers who have come to rely on the Covalent API for their everyday blockchain data needs.