Interface: GetCoinsBySymbolRangeOperationRequest
moralis-monorepo / @moralisweb3/common-aptos-utils / GetCoinsBySymbolRangeOperationRequest
Interface: GetCoinsBySymbolRangeOperationRequest
@moralisweb3/common-aptos-utils.GetCoinsBySymbolRangeOperationRequest
Table of contents
Properties
Properties
cursor
• Optional Readonly cursor: string
Description
The cursor to use for getting the next page
fromSymbol
• Optional Readonly fromSymbol: string
Description
The name of the coin to start from (inclusive and case sensitive)
limit
• Readonly limit: number
Description
The number of results to return
network
• Optional Readonly network: AptosNetworkInput
Description
The network of query. Defaults to mainnet.
offset
• Optional Readonly offset: number
Description
The number of results to skip
toSymbol
• Optional Readonly toSymbol: string
Description
The name of the coin to end at (inclusive and case sensitive)