GET
| Path | Description | Est. CU |
|---|---|---|
| direct/v1/Alchemy/prices/v1/tokens/by-symbol | Fetches current prices for multiple tokens using their symbols. Returns a list of token prices, each containing the symbol, prices, and an optional error field. | 80 |
POST
| Path | Description | Est. CU |
|---|---|---|
| direct/v1/Alchemy/prices/v1/tokens/by-address | Fetches current prices for multiple tokens using network and address pairs. Returns a list of token prices, each containing the network, address, prices, and an optional error field. | 80 |
| direct/v1/Alchemy/prices/v1/tokens/historical | Provides historical price data for a single token over a time range. You can identify the token by symbol or by network and contract address. | 80 |