> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uniblock.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Node

> Alchemy Node endpoints via Uniblock Direct API.

### GET

| Path                                                                                                                                                              | Description                                                                                                                                                      | Est. CU |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------: |
| [direct/v1/Alchemy/prices/v1/tokens/by-symbol](https://www.alchemy.com/docs/data/prices-api/prices-api-endpoints/prices-api-endpoints/get-token-prices-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](https://www.alchemy.com/docs/data/prices-api/prices-api-endpoints/prices-api-endpoints/get-token-prices-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](https://www.alchemy.com/docs/data/prices-api/prices-api-endpoints/prices-api-endpoints/get-historical-token-prices) | 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 |
