mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-24 05:35:51 +00:00
data v2 stats info and other doc tweaks
This commit is contained in:
@@ -56,17 +56,27 @@ Request('Get Exchanges', {
|
||||
}
|
||||
});
|
||||
|
||||
Request('Get Reports', {
|
||||
Request('Get Daily Summary', {
|
||||
method: GET,
|
||||
path: "/v2/reports/{:date}?{:query_params}",
|
||||
description: "Retrieve an aggregated summary of payments per account for one day.",
|
||||
link: "#get-reports",
|
||||
link: "#get-daily-summary",
|
||||
params: {
|
||||
"{:date}": "2015-08-19T00:00:00Z",
|
||||
"{:query_params}": "accounts=true&payments=true"
|
||||
}
|
||||
});
|
||||
|
||||
Request('Get Stats', {
|
||||
method: GET,
|
||||
path: "/v2/stats/?{:query_params}",
|
||||
description: "Retrieve an aggregated summary of payments per account for one day.",
|
||||
link: "#get-daily-summary",
|
||||
params: {
|
||||
"{:query_params}": "family=metric&metrics=accounts_created,exchanges_count,ledger_count,payments_count"
|
||||
}
|
||||
});
|
||||
|
||||
// account methods -----------------------------------//
|
||||
|
||||
Request("ACCOUNT METHODS");
|
||||
|
||||
Reference in New Issue
Block a user