Retrieve a list of all wallet sets.
Represents the input for listing wallet sets.
Developer-provided parameter used to identify this request.
Start time of the query, inclusive.
Used to return items after the specified item exclusively.
SHOULD NOT be used in conjunction with pageBefore
.
Used to return items before the specified item exclusively.
SHOULD NOT be used in conjunction with pageAfter
.
The number of items to return.
End time of the query, inclusive. Defaults to the current time.
1const response = await client.listWalletSets()
2console.log(response.data?.walletSets)