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

# SpendPermissionPage

```ts theme={null}
type SpendPermissionPage = {
  spendPermissions: CoreListSpendPermissionsResult["spendPermissions"];
  hasNextPage: boolean;
  nextPageToken?: string;
};
```

A page of spend permissions.

## Properties

| Property                                       | Type                                                    |
| ---------------------------------------------- | ------------------------------------------------------- |
| <a id="spendpermissions" /> `spendPermissions` | `CoreListSpendPermissionsResult`\[`"spendPermissions"`] |
| <a id="hasnextpage" /> `hasNextPage`           | `boolean`                                               |
| <a id="nextpagetoken" /> `nextPageToken?`      | `string`                                                |
