---
title: "Getting token balances just got a lot easier"
description: "Getting token balances is now easier with Alchemy’s enhanced API"
---

# Getting token balances just got a lot easier

The Enhanced API method alchemy_getTokenBalanceshas long been the best way for developers to get access to the balances of a list of tokens in a given wallet.

However, until now, this method required users to provide us with an explicit list of all token addresses they were interested in querying. Some developers found this laborious, so we’ve introduced a new option: developers can now simply call ‘alchemy_getTokenBalances’ with the value ‘DEFAULT_TOKENS’ to see the balances of the top 100 tokens by 24 hour volume.

<VideoCta
  title="See the Alchemy dashboard in action"
  description="30-minute guided walkthrough: every tool in the dashboard, demonstrated live."
  ctaHref="/resources/dashboard-demo"
  thumbnail={{
    src: "https://media.alchemy.com/alchemy-dashboard-demo-thumbnail.png",
    alt: "Alchemy Dashboard Demo",
  }}
/>


So this:

Just became this:

Try it out [in the composer!](https://www.alchemy.com/composer?composer_state=%7B%22chain%22%3A0%2C%22network%22%3A0%2C%22methodName%22%3A%22alchemy_getTokenBalances%22%2C%22paramValues%22%3A%5B%220x3f5ce5fbfe3e9af3971dd833d26ba9b5c936f0be%22%2C%22DEFAULT_TOKENS%22%5D%7D)

And the best part, you can get started right away by [making an Alchemy account free](https://alchemy.com/?r=affiliate:f6591075-a51d-4784-8068-7942e46d8da2).
