Interface: GetTokenOwnersOperationRequest
moralis-monorepo / @moralisweb3/common-evm-utils / GetTokenOwnersOperationRequest
Interface: GetTokenOwnersOperationRequest
@moralisweb3/common-evm-utils.GetTokenOwnersOperationRequest
Table of contents
Properties
Properties
chain
• Optional
Readonly
chain: string
| EvmChain
Description
The chain to query
cursor
• Optional
Readonly
cursor: string
Description
The cursor returned in the previous response (used for getting the next page).
limit
• Optional
Readonly
limit: number
Description
The desired page size of the result.
order
• Optional
Readonly
order: "ASC"
| "DESC"
Description
The order of the result, in ascending (ASC) or descending (DESC)
tokenAddress
• Readonly
tokenAddress: string
Description
The address of the token contract