Get realtime stablecoin balances across all supported EVM chains. Includes USD-pegged, yield-bearing, and euro-pegged stablecoins.
| Category | Description | Examples |
|---|---|---|
| Standard | USD-pegged stablecoins | USDC, USDT, DAI, BUSD |
| Yield-bearing | Stablecoins that accrue yield | sDAI, sUSDe |
| Euro-pegged | EUR-pegged stablecoins | EURC, EURe |
address: "native".asset_class query parameter:
chain_ids query parameter, the same as the standard Balances endpoint.
chain_ids, the endpoint uses its default chain set, which equals chains at request time. See the tags section of the Supported Chains page.limit query parameter to define the maximum page size. The next_offset value from the response can be used to fetch subsequent pages.
Used for authenticating requests. Visit Authentication to learn how to create your API key.
Wallet address to get stablecoin balances for
Filter by chain(s). Accepts numeric chain IDs and/or tags. Provide a single value (e.g. ?chain_ids=1 or ?chain_ids=mainnet) or a comma-separated list (e.g. ?chain_ids=1,8453,137). If omitted, results include balances from chains with the default tag. See the Supported Chains Tags section.
Specify erc20 or native to get only ERC20 stablecoins or native stablecoins (e.g., xDAI on Gnosis), respectively
erc20, native A comma separated list of additional metadata fields to include for each token. Supported values: logo, url, pools
When true, excludes tokens with less than 100 USD liquidity from the response. This differs from the low_liquidity field in the response.
Historical price selection. Provide a single integer or a comma-separated list of up to 3 integers representing hours in the past (e.g. 168 for 1 week ago or 720,168,24 for 1 month, 1 week, and 1 day ago). When set, each balance includes a historical_prices array with one entry per offset.
The offset to paginate through result sets. This is a cursor being passed from the previous response, only use what the backend returns here.
Maximum number of balances to return. Default is 1000 when not provided. Values above 1000 are reduced to 1000.
1 <= x <= 1000Successful Response
"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"
Array of warnings that occurred during request processing. Warnings indicate non-fatal issues (e.g., unsupported chain IDs) where the request can still be partially fulfilled.
Use this value as the offset in your next request to continue pagination. Not included when there are no more balances.
Timestamp of when the request was received.
Timestamp of when the response was generated.