Skip to content

GramIO API Reference / gramio/dist / GetStarTransactionsParams

Interface: GetStarTransactionsParams

Defined in: @gramio/types/out/params.d.ts:4259

Params object for getStarTransactions method

Properties

PropertyTypeDescriptionDefined in
limit?numberThe maximum number of transactions to be retrieved. Values between 1-100 are accepted. Defaults to 100.@gramio/types/out/params.d.ts:4267
offset?numberNumber of transactions to skip in the response@gramio/types/out/params.d.ts:4263