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

# NFT

> GoldRush NFT endpoints via Uniblock Direct API.

### GET

| Path                                                                                                                                                                                                                          | Description                                          | Est. CU |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------: |
| [direct/v1/Covalent/v1/{chainName}/address<br />/{walletAddress}/balances\_nft](https://goldrush.dev/docs/api-reference/foundational-api/nft/get-nfts-for-address)                                                            | Get NFTs for address                                 |    5000 |
| [direct/v1/Covalent/v1/{chainName}/nft<br />/{collectionContract}/traits/{trait}/attributes](https://goldrush.dev/docs/api-reference/foundational-api/nft/get-attribute-values-collection-trait)                              | Get attributes for a collection trait                |    5000 |
| [direct/v1/Covalent/v1/{chainName}/nft<br />/collections](https://goldrush.dev/docs/api-reference/foundational-api/nft/get-chain-collections)                                                                                 | Get chain collections                                |    5000 |
| [direct/v1/Covalent/v1/{chainName}/address<br />/{walletAddress}/collection/{collectionContract}](https://goldrush.dev/docs/api-reference/foundational-api/nft/check-ownership-in-nft-collection)                             | Check ownership in NFT collection                    |    5000 |
| [direct/v1/Covalent/v1/{chainName}/address<br />/{walletAddress}/collection/{collectionContract}<br />/token/{tokenId}](https://goldrush.dev/docs/api-reference/foundational-api/nft/check-ownership-in-nft-collection-token) | Check ownership in NFT collection for specific token |    5000 |
| [direct/v1/Covalent/v1/{chainName}/nft\_market<br />/{contractAddress}/floor\_price](https://goldrush.dev/docs/api-reference/foundational-api/nft/get-nft-market-floor-price)                                                 | Get historical floor prices for a collection         |    5000 |
| [direct/v1/Covalent/v1/{chainName}/nft\_market<br />/{contractAddress}/sale\_count](https://goldrush.dev/docs/api-reference/foundational-api/nft/get-nft-market-sale-count)                                                   | Get historical sales count for a collection          |    5000 |
| [direct/v1/Covalent/v1/{chainName}/nft\_market<br />/{contractAddress}/volume](https://goldrush.dev/docs/api-reference/foundational-api/nft/get-nft-market-volume)                                                            | Get historical volume for a collection               |    5000 |
| [direct/v1/Covalent/v1/{chainName}/nft/approvals<br />/{walletAddress}](https://goldrush.dev/docs/api-reference/foundational-api/security/get-nft-approvals)                                                                  | Get NFT approvals for address                        |    5000 |
| [direct/v1/Covalent/v1/{chainName}/nft<br />/{contractAddress}/metadata](https://goldrush.dev/docs/api-reference/foundational-api/nft/get-nft-token-ids-for-contract-with-metadata)                                           | Get NFTs from contract with metadata                 |    5000 |
| [direct/v1/Covalent/v1/{chainName}/tokens<br />/{contractAddress}/nft\_transactions/{tokenId}](https://goldrush.dev/docs/api-reference/foundational-api/nft/get-nft-transactions-contract)                                    | Get NFT transactions for contract                    |    5000 |
| [direct/v1/Covalent/v1/{chainName}/nft<br />/{contractAddress}/metadata/{tokenId}](https://goldrush.dev/docs/api-reference/foundational-api/nft/get-nft-metadata-token-id-contract)                                           | Get single NFT from contract with metadata           |    5000 |
| [direct/v1/Covalent/v1/{chainName}/nft<br />/{collectionContract}/traits](https://goldrush.dev/docs/api-reference/foundational-api/nft/get-list-of-traits-collection)                                                         | Get traits for a collection                          |    5000 |
| [direct/v1/Covalent/v1/{chainName}/nft<br />/{collectionContract}/traits\_summary](https://goldrush.dev/docs/api-reference/foundational-api/nft/get-collection-trait-summary)                                                 | Get trait summary for collection                     |    5000 |
