You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Fetches current balances, prices, and metadata for multiple addresses using network and address pairs. Returns a list of token balances, each containing the network and address. This endpoint is supported on Ethereum, Solana, and 30+ EVM chains. See the full list of supported networks [here](https://dashboard.alchemy.com/chains?service=token-api&utm_source=readme&utm_medium=link&utm_campaign=docs_method_chains_link_v1_tokens).
Fetches current balances, prices, and metadata for multiple addresses using network and address pairs. Returns a list of token balances, each containing the network and address. This endpoint is supported on Ethereum, Solana, and 30+ EVM chains. See the full list of supported networks [here](https://dashboard.alchemy.com/chains?service=token-api&utm_source=readme&utm_medium=link&utm_campaign=docs_method_chains_link_v1_tokens).
description: 'Too Many Requests: Rate limit exceeded.'
53
-
content:
54
-
application/json:
55
-
schema:
56
-
$ref: "#/components/schemas/ErrorResponse"
57
-
operationId: get-tokens-by-address
23
+
$ref: './assets/tokens/by-address.yaml'
58
24
"/{apiKey}/assets/tokens/balances/by-address":
59
25
post:
60
26
summary: Token Balances By Wallet
61
27
description: >
62
28
Fetches current balances for multiple addresses using network and address pairs. Returns a list of token balances, each containing the network and address. This endpoint is supported on Ethereum, Solana, and 30+ EVM chains. See the full list of supported networks [here](https://dashboard.alchemy.com/chains?service=token-api&utm_source=readme&utm_medium=link&utm_campaign=docs_method_chains_link_v1_tokens)
63
-
tags: ["π Multi-Chain Token APIs (Beta)"]
29
+
tags: ["π Portfolio APIs"]
64
30
x-readme:
65
31
samples-languages:
66
32
- javascript
@@ -103,7 +69,7 @@ paths:
103
69
summary: NFTs By Owner
104
70
description: >
105
71
Retrieves all NFTs currently owned by multiple addresses using network and address pairs. This endpoint is supported on Ethereum and many L2s, including Polygon, Arbitrum, Optimism, Base, World Chain and more. See the full list of supported networks [here](https://dashboard.alchemy.com/chains?service=token-api&utm_source=readme&utm_medium=link&utm_campaign=docs_method_chains_link_v1_tokens).
106
-
tags: ["π Multi-Chain NFT APIs (Beta)"]
72
+
tags: ["π Portfolio APIs"]
107
73
x-readme:
108
74
samples-languages:
109
75
- javascript
@@ -143,7 +109,7 @@ paths:
143
109
summary: Contracts By Owner
144
110
description: >
145
111
Retrieves all NFT contracts currently owned by multiple addresses using network and address pairs. This endpoint is supported on Ethereum and many L2s, including Polygon, Arbitrum, Optimism, Base, World Chain and more. See the full list of supported networks [here](https://dashboard.alchemy.com/chains?service=token-api&utm_source=readme&utm_medium=link&utm_campaign=docs_method_chains_link_v1_tokens).
146
-
tags: ["π Multi-Chain NFT APIs (Beta)"]
112
+
tags: ["π Portfolio APIs"]
147
113
x-readme:
148
114
samples-languages:
149
115
- javascript
@@ -186,7 +152,7 @@ paths:
186
152
summary: Transaction History By Wallet
187
153
description: >
188
154
Fetches all transactions addresses using network and address pairs (currently limited to 1 in BETA) Returns a list of transaction objects. This endpoint will be supported on Ethereum, Solana, and 30+ EVM chains (currently limited to ETH and Base)
189
-
tags: ["π Multi-Chain Transaction History APIs (Beta)"]
0 commit comments