For the complete documentation index, see llms.txt. This page is also available as Markdown.

System Metrics (Experimental)

Wallet metrics

get

Return aggregated wallet metrics for the deployment.

Optional query parameters can constrain the aggregation window by wallet creation date.

Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Query parameters
start_datestringOptional

Counts only wallets created after the given date

end_datestringOptional

Counts only wallets created before the given date

Responses
200

Metrics successfully fetched

application/json
get/system/metrics/wallets

SVX Verify session metrics

get

Experimental. Returns aggregated counts for SVX Verify sessions, optionally filtered by creation date range.

Authorizations
AuthorizationstringOptional
Bearer authentication header of the form Bearer <token>.
Query parameters
start_datestringOptional

Counts only sessions created after the given date

end_datestringOptional

Counts only sessions created before the given date

Responses
200

Metrics successfully fetched

application/json
get/system/metrics/svx_verify_sessions

Last updated