Skip to main content
GET
List Org Wallet History

Authentication

✅ Organization User (CustomerEmployee)
❌ Delegated User (EndUser)
✅ Service Account

Required Permissions

Wallets:Read: Always required.

Authorizations

Authorization
string
header
required

Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows

Query Parameters

limit
integer
default:50

Maximum number of items to return.

Required range: 1 <= x <= 500
paginationToken
string

Opaque token used to retrieve the next page. Returned as nextPageToken from the previous request.

Minimum string length: 1
startTime
string<date-time>
required

ISO 8601 date (must be UTC). Start of the time range to query.

endTime
string<date-time>
required

ISO 8601 date (must be UTC). End of the time range to query.

Response

200 - application/json

Success

orgId
string
required
items
object[]
required
nextPageToken
string
Last modified on July 9, 2026