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

# NFTOperations

> Kotlin Interface

**Interface**

```kotlin theme={null}
interface NFTOperations
```

## Functions

### getNFTs

```kotlin theme={null}
abstract suspend fun getNFTs(page: Int, perPage: Int): Result<List<NFT>, WalletError>
```
