List Wallet Transaction Requests
Last updated
Last updated
GET /wallets/{walletId}/transactions?paginationToken={token}
Retrieves a list of transactions requests for the specified wallet.
Request headers required. See Request Headers for more information.
Authentication required. See Authentication Headers for more information.
Name | Conditions |
---|---|
Path parameter | Description |
---|---|
Query string parameter | Required/Optional | Description | Type |
---|---|---|---|
Wallets:ReadTransaction
Always Required
walletId
Unique identifier of the Wallet
. ex.wa-6lbvd-hjdu1-xxxxxxxxxxxxxxxx
limit
Optional
Maximum number of items to return. Default to 50.
Number
paginationToken
Optional
Opaque token used to retrieve the next page. Returned as nextPageToken
from the previous request.
String