List Transaction Requests
Last updated
Last updated
GET /wallets/{walletId}/transactions?paginationToken={token}
Retrieves a list of transactions requests for the specified wallet.
Wallets:Transactions:Read
Always Required
walletId
Unique identifier of the wallet.
limit
Maximum number of items to return. Default to 100.
Integer (optional)
paginationToken
Opaque token used to retrieve the next page. Returned as nextPageToken
from the previous request.
String (optional)
walletId
ID of the wallet.
String
items
List of transaction requests.
nextPageToken
Opaque token used to retrieve the next page of items by setting as paginationToken
in the query parameter.
String (optional)
See .