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

> TonAPI NFT endpoints via Uniblock Direct API.

### GET

| Path                                                                                                                              | Description                                         | Est. CU |
| --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | ------: |
| [direct/v1/TonAPI/v2/accounts/{account_id}/nfts<br />/history](https://tonapi.io/api-v2#operations-Accounts-getAccountNftHistory) | Get the transfer nft history                        |      20 |
| [direct/v1/TonAPI/v2/accounts/{account_id}/nfts](https://tonapi.io/api-v2#operations-Accounts-getAccountNftItems)                 | Get all NFT items by owner address                  |      20 |
| [direct/v1/TonAPI/v2/nfts/collections<br />/{account_id}/items](https://tonapi.io/api-v2#operations-NFT-getItemsFromCollection)   | Get NFT items from collection by collection address |      20 |
| [direct/v1/TonAPI/v2/nfts/collections<br />/{account_id}](https://tonapi.io/api-v2#operations-NFT-getNftCollection)               | Get NFT collection by collection address            |      20 |
| [direct/v1/TonAPI/v2/nfts/collections](https://tonapi.io/api-v2#operations-NFT-getNftCollections)                                 | Get NFT collections                                 |      20 |
| [direct/v1/TonAPI/v2/nfts/{account_id}/history](https://tonapi.io/api-v2#operations-NFT-getNftHistoryByID)                        | Get the transfer nfts history for account           |      20 |
| [direct/v1/TonAPI/v2/nfts/{account_id}](https://tonapi.io/api-v2#operations-NFT-getNftItemByAddress)                              | Get NFT item by its address                         |      20 |

### POST

| Path                                                                                           | Description                      | Est. CU |
| ---------------------------------------------------------------------------------------------- | -------------------------------- | ------: |
| [direct/v1/TonAPI/v2/nfts/\_bulk](https://tonapi.io/api-v2#operations-NFT-getNftItemByAddress) | Get NFT items by their addresses |      20 |
