Skip to main content
GET
List accounting activity

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

walletId
string<uuid>

Wallet ID for a wallet-scoped activity feed. Provide exactly one of walletId or scope=organization.

scope
enum<string>

Use organization for an organization-wide activity feed. Provide exactly one of walletId or scope=organization.

Available options:
organization
startAt
string<date-time>

Inclusive ISO-8601 UTC lower bound for activity timestamps. Defaults to the beginning of time when omitted.

endAt
string<date-time>

Exclusive ISO-8601 UTC upper bound for activity timestamps. Defaults to the current request time when omitted.

cursor
string

Opaque cursor from a prior response.

limit
integer
default:100

Maximum number of journal lines to return.

Required range: 1 <= x <= 500

Response

Accounting journal line feed

activity
object[]
nextCursor
string | null
hasMore
boolean