Wallet Metrics

Query Metrics Related to Wallet and Product Usage

Fetch account usage information

post

Fetch accounting usage per wallet-id

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
organizationIdstring · uuidRequired

The ID of the Organization

walletIdstring · uuidRequired

The ID of the Wallet

Body
periodStartstring · dateRequired
periodEndstring · dateRequired
periodGroupstring · enumRequiredPossible values:
Responses
200

List of results

application/json
post
/organizations/{organizationId}/reporting/accounting/wallets/{walletId}/usage

Fetch account product usage information details

post

Fetch accounting usage details per wallet-id

Authorizations
AuthorizationstringRequired

Provide the token that is returned upon login

Path parameters
organizationIdstring · uuidRequired

The ID of the Organization

walletIdstring · uuidRequired

The ID of the Wallet

productIdstring · max: 100Required

The ID of the product

Body
periodStartstring · dateRequired
periodGroupstring · enumRequiredPossible values:
Responses
200

List of results

application/json
post
/organizations/{organizationId}/reporting/accounting/wallets/{walletId}/usage/product/{productId}/details

Last updated

Was this helpful?