> ## 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.

# Portfolio

> Alchemy Portfolio endpoints via Uniblock Direct API.

### GET

| Path                                                                                                                                                                                              | Description                                                               | Est. CU |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------: |
| [direct/v1/Alchemy/{chain}/nft/v3<br />/getCollectionsForOwner](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-ownership-endpoints/get-collections-for-owner-v-3) | Retrieves all NFT collections held by a specified owner address.          |     720 |
| [direct/v1/Alchemy/{chain}/nft/v3<br />/getContractsForOwner](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-ownership-endpoints/get-contracts-for-owner-v-3)     | Retrieves all NFT contracts held by a specified owner address.            |     640 |
| [direct/v1/Alchemy/{chain}/nft/v3<br />/isHolderOfContract](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-ownership-endpoints/is-holder-of-contract-v-3)         | Determines whether a specific wallet holds any NFT from a given contract. |     160 |
| [direct/v1/Alchemy/{chain}/nft/v3/getNFTsForOwner](https://www.alchemy.com/docs/reference/nft-api-endpoints/nft-api-endpoints/nft-ownership-endpoints/get-nf-ts-for-owner-v-3)                    | Retrieves all NFTs currently owned by a specified address.                |     960 |

### 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 |
